Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fish 9165 update jakarta xml binding api 4.0.2 #2

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>jakarta.xml.bind-api-parent</artifactId>
<groupId>jakarta.xml.bind</groupId>
<version>4.0.2.payara-p1-SNAPSHOT</version>
<version>4.0.2.payara-p1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -244,6 +244,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
cardinality:=multiple;resolution:=optional
]]>
</Require-Capability>
<_noimportjava>true</_noimportjava>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be required as we let felix choose it's own packages now.

</instructions>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>jakarta.xml.bind-api-parent</artifactId>
<groupId>jakarta.xml.bind</groupId>
<version>4.0.2.payara-p1-SNAPSHOT</version>
<version>4.0.2.payara-p1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
48 changes: 24 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api-parent</artifactId>
<version>4.0.2.payara-p1-SNAPSHOT</version>
<version>4.0.2.payara-p1</version>
<packaging>pom</packaging>
<name>Jakarta XML Binding</name>
<description>Jakarta XML Binding API</description>
Expand Down Expand Up @@ -185,29 +185,29 @@
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<configuration>
<templateFile>${copyright.templatefile}</templateFile>
<excludeFile>${copyright.exclude}</excludeFile>
<!-- skip files not under SCM-->
<scmOnly>${copyright.scmonly}</scmOnly>
<!-- for use with repair -->
<update>${copyright.update}</update>
<!-- check that year is correct -->
<ignoreYear>${copyright.ignoreyear}</ignoreYear>
<quiet>false</quiet>
</configuration>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.glassfish.copyright</groupId>-->
<!-- <artifactId>glassfish-copyright-maven-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <templateFile>${copyright.templatefile}</templateFile>-->
<!-- <excludeFile>${copyright.exclude}</excludeFile>-->
<!-- &lt;!&ndash; skip files not under SCM&ndash;&gt;-->
<!-- <scmOnly>${copyright.scmonly}</scmOnly>-->
<!-- &lt;!&ndash; for use with repair &ndash;&gt;-->
<!-- <update>${copyright.update}</update>-->
<!-- &lt;!&ndash; check that year is correct &ndash;&gt;-->
<!-- <ignoreYear>${copyright.ignoreyear}</ignoreYear>-->
<!-- <quiet>true</quiet>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <phase>validate</phase>-->
<!-- <goals>-->
<!-- <goal>check</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down