diff --git a/.gitignore b/.gitignore index 6338c78..95b8a79 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /jaxb-api-src.zip /jaxb-api-2.2.7-sources.jar /jaxb-api-2.2.9-sources.jar +/jaxb-api-2.2.12.pom +/jaxb-api-2.2.12-sources.jar diff --git a/glassfish-jaxb-api-2.2.6-osgi-support.patch b/glassfish-jaxb-api-2.2.6-osgi-support.patch deleted file mode 100644 index 4f90940..0000000 --- a/glassfish-jaxb-api-2.2.6-osgi-support.patch +++ /dev/null @@ -1,70 +0,0 @@ ---- pom.xml 2011-12-01 09:20:20.000000000 +0100 -+++ pom.xml-gil 2012-04-27 10:24:01.741796876 +0200 -@@ -119,17 +119,61 @@ - - - -+ org.apache.felix -+ maven-bundle-plugin -+ 2.0.0 -+ -+ -+ ${project.description} bundled for OSGi distribution -+ ${project.artifactId} -+ ${project.artifactId} -+ org.glassfish.hk2.osgiresourcelocator -+ javax.xml.bind.*;version="${project.version}" -+ javax.activation, -+ javax.xml.bind;version="${project.version}", -+ javax.xml.bind.annotation;version="${project.version}", -+ javax.xml.bind.annotation.adapters;version="${project.version}", -+ javax.xml.bind.attachment;version="${project.version}", -+ javax.xml.bind.helpers;version="${project.version}", -+ javax.xml.bind.util;version="${project.version}", -+ javax.xml.datatype, -+ javax.xml.namespace, -+ javax.xml.parsers, -+ javax.xml.stream, -+ javax.xml.transform, -+ javax.xml.transform.dom, -+ javax.xml.transform.sax, -+ javax.xml.transform.stream, -+ javax.xml.validation, -+ org.w3c.dom, -+ org.xml.sax, -+ org.xml.sax.ext, -+ org.xml.sax.helpers -+ javax.xml.bind -+ ${project.name} -+ ${project.organization.name} -+ ${project.version} -+ -+ -+ -+ -+ bundle-manifest -+ process-classes -+ -+ manifest -+ -+ -+ -+ -+ -+ - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - -- -- javax.xml.bind -- -- -- true -- -+ -+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - diff --git a/glassfish-jaxb-api.spec b/glassfish-jaxb-api.spec index 5fd7661..332570a 100644 --- a/glassfish-jaxb-api.spec +++ b/glassfish-jaxb-api.spec @@ -1,7 +1,7 @@ %global oname jaxb-api Name: glassfish-jaxb-api -Version: 2.2.9 -Release: 6%{?dist} +Version: 2.2.12 +Release: 1%{?dist} Summary: Java Architecture for XML Binding License: CDDL or GPLv2 with exception URL: http://jaxb.java.net/ @@ -53,6 +53,12 @@ mkdir -p src/main/java cp -p %{SOURCE1} pom.xml +%pom_remove_plugin org.codehaus.mojo:buildnumber-maven-plugin +%pom_remove_plugin org.glassfish.copyright:glassfish-copyright-maven-plugin +%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin +%pom_remove_plugin org.apache.maven.plugins:maven-gpg-plugin +%pom_remove_plugin org.glassfish.build:gfnexus-maven-plugin + sed -i 's|${basedir}/offline-javadoc|%{_javadocdir}/java|' pom.xml %build @@ -72,6 +78,9 @@ mv %{buildroot}%{_javadocdir}/%{name} \ %{_javadocdir}/%{oname} %changelog +* Tue Jan 20 2015 gil cattaneo 2.2.12-1 +- Update to 2.2.12 + * Sat Jun 07 2014 Fedora Release Engineering - 2.2.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/jaxb-api-2.2.6.pom b/jaxb-api-2.2.6.pom deleted file mode 100644 index 7275da5..0000000 --- a/jaxb-api-2.2.6.pom +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - net.java - jvnet-parent - 1 - - - 4.0.0 - javax.xml.bind - jaxb-api - 2.2.6 - jar - - Java Architecture for XML Binding - JAXB (JSR 222) API - http://jaxb.java.net/ - - - Oracle Corporation - http://www.oracle.com/ - - - - - Martin Grebac - martin.grebac@oracle.com - Oracle Corporation - - - - - - CDDL 1.1 - https://glassfish.java.net/public/CDDL+GPL_1_1.html - repo - - - GPL2 w/ CPE - https://glassfish.java.net/public/CDDL+GPL_1_1.html - repo - - - - - scm:svn:http://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.6 - scm:svn:https://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.6 - http://java.net/projects/jsr222/sources/svn/show/tags/jaxb-api-2.2.6 - - - - spec-comments@jsr222.java.net - Dec 2009 - - - - - - - src/main/java - - **/*.java - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.5 - 1.5 - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - - - javax.xml.bind - - - true - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - false - false - true - true - -JAXB ${project.version} Runtime Library -${project.name} specification, ${release.spec.date}
-Comments to: ${release.spec.feedback}
-More information at: http://jaxb.java.net

 

${project.name}


-
 
]]> -
-
v${project.version}]]> -
- -
Comments to: ${release.spec.feedback} -
More information at: http://jaxb.java.net -

Copyright © 2004-2011 Oracle ]]> - - false - - - http://download.oracle.com/javase/6/docs/api/ - ${basedir}/offline-javadoc - - - - - - - - - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.1 - - - sign-artifacts - verify - - sign - - - - - - - - - - diff --git a/jaxb-api-2.2.7.pom b/jaxb-api-2.2.7.pom deleted file mode 100644 index 0ba7e86..0000000 --- a/jaxb-api-2.2.7.pom +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - net.java - jvnet-parent - 1 - - - 4.0.0 - javax.xml.bind - jaxb-api - 2.2.7 - jar - - Java Architecture for XML Binding - JAXB (JSR 222) API - http://jaxb.java.net/ - - - Oracle Corporation - http://www.oracle.com/ - - - - - Martin Grebac - martin.grebac@oracle.com - Oracle Corporation - - - - - - CDDL 1.1 - https://glassfish.java.net/public/CDDL+GPL_1_1.html - repo - - - GPL2 w/ CPE - https://glassfish.java.net/public/CDDL+GPL_1_1.html - repo - - - - - scm:svn:http://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.7 - scm:svn:https://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.7 - http://java.net/projects/jsr222/sources/svn/show/tags/jaxb-api-2.2.7 - - - - spec-comments@jsr222.java.net - Dec 2009 - - - - - - - src/main/java - - **/*.java - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.5 - 1.5 - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - - - javax.xml.bind - - - true - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - false - false - true - true - -JAXB ${project.version} Runtime Library -${project.name} specification, ${release.spec.date}
-Comments to: ${release.spec.feedback}
-More information at: http://jaxb.java.net

 


${project.name}


-
 
]]> - -
v${project.version}]]> -
- -
Comments to: ${release.spec.feedback} -
More information at: http://jaxb.java.net -

Copyright © 2004-2011 Oracle ]]> - - false - - - http://download.oracle.com/javase/6/docs/api/ - ${basedir}/offline-javadoc - - - - - - - - - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.1 - - - sign-artifacts - verify - - sign - - - - - - - - - - diff --git a/jaxb-api-2.2.9.pom b/jaxb-api-2.2.9.pom deleted file mode 100644 index 35fcc07..0000000 --- a/jaxb-api-2.2.9.pom +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - net.java - jvnet-parent - 4 - - - 4.0.0 - javax.xml.bind - jaxb-api - 2.2.9 - jar - - Java Architecture for XML Binding - JAXB (JSR 222) API - http://jaxb.java.net/ - - - Oracle Corporation - http://www.oracle.com/ - - - - - Martin Grebac - martin.grebac@oracle.com - Oracle Corporation - - - - - - CDDL 1.1 - https://glassfish.java.net/public/CDDL+GPL_1_1.html - repo - - - GPL2 w/ CPE - https://glassfish.java.net/public/CDDL+GPL_1_1.html - repo - - - - - scm:svn:http://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.9 - scm:svn:https://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.9 - http://java.net/projects/jsr222/sources/svn/show/tags/jaxb-api-2.2.9 - - - - spec-comments@jsr222.java.net - Dec 2009 - - - - - - - src/main/java - - **/*.java - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - 1.5 - 1.5 - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - javax.xml.bind - - - true - - - - - - - org.apache.felix - maven-bundle-plugin - true - 2.3.7 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - {local-packages};version="${project.version}" - - javax.activation, - javax.xml.bind;version="${project.version}", - javax.xml.bind.annotation;version="${project.version}", - javax.xml.bind.annotation.adapters;version="${project.version}", - javax.xml.bind.attachment;version="${project.version}", - javax.xml.bind.helpers;version="${project.version}", - javax.xml.bind.util;version="${project.version}", - javax.xml.datatype, - javax.xml.namespace, - javax.xml.parsers, - javax.xml.stream, - javax.xml.transform, - javax.xml.transform.dom, - javax.xml.transform.sax, - javax.xml.transform.stream, - javax.xml.validation, - org.w3c.dom, - org.xml.sax, - org.xml.sax.ext, - org.xml.sax.helpers - - jaxb-api - jaxb-api - org.glassfish.hk2.osgiresourcelocator - - - - - bundle-manifest - process-classes - - manifest - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8.1 - - false - false - true - true - -JAXB ${project.version} Runtime Library -${project.name} specification, ${release.spec.date}
-Comments to: ${release.spec.feedback}
-More information at: http://jaxb.java.net

 


${project.name}


-
 
]]> - -
v${project.version}]]> -
- -
Comments to: ${release.spec.feedback} -
More information at: http://jaxb.java.net -

Copyright © 2004-2011 Oracle ]]> - - false - - - http://download.oracle.com/javase/6/docs/api/ - ${basedir}/offline-javadoc - - - - - - - - - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - - - - - - - - diff --git a/sources b/sources index a191b5f..cbb6deb 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -5d40817b19c01fd7e8748e6fbd79c821 jaxb-api-2.2.9-sources.jar +735d1e7426fe58b3270583e2cafc1fa3 jaxb-api-2.2.12.pom +6d2e144244485faa7c9d3aa531ff414b jaxb-api-2.2.12-sources.jar