Commit 644efd18 authored by Tomas Kraus's avatar Tomas Kraus
Browse files

Fixed the build.

Signed-off-by: default avatarTomas Kraus <Tomas.Kraus@oracle.com>
parent efae1d4d
......@@ -50,7 +50,7 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>9</release>
<release>11</release>
<compilerArgs>
<arg>-verbose</arg>
</compilerArgs>
......
......@@ -168,8 +168,8 @@
</Import-Package>
<Bundle-SymbolicName>jaxb-api</Bundle-SymbolicName>
<DynamicImport-Package>org.glassfish.hk2.osgiresourcelocator</DynamicImport-Package>
<Specification-Vendor>Oracle Corporation</Specification-Vendor>
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Specification-Vendor>${vendor.name}</Specification-Vendor>
<Implementation-Vendor>${vendor.name}</Implementation-Vendor>
<Implementation-Vendor-Id>org.glassfish</Implementation-Vendor-Id>
</instructions>
</configuration>
......
......@@ -79,6 +79,7 @@
<impl.version>0</impl.version>
<activation.version>1.2.1</activation.version>
<config.dir>${project.basedir}/etc/config</config.dir>
<vendor.name>Eclipse Project for JAXB</vendor.name>
</properties>
<modules>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment