You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/02/25 09:45:18 UTC

svn commit: r1074436 - /geronimo/bundles/trunk/jaxb-impl/pom.xml

Author: xuhaihong
Date: Fri Feb 25 08:45:18 2011
New Revision: 1074436

URL: http://svn.apache.org/viewvc?rev=1074436&view=rev
Log:
Use latest 2.2.3-1 jaxb-imp

Modified:
    geronimo/bundles/trunk/jaxb-impl/pom.xml

Modified: geronimo/bundles/trunk/jaxb-impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/jaxb-impl/pom.xml?rev=1074436&r1=1074435&r2=1074436&view=diff
==============================================================================
--- geronimo/bundles/trunk/jaxb-impl/pom.xml (original)
+++ geronimo/bundles/trunk/jaxb-impl/pom.xml Fri Feb 25 08:45:18 2011
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.geronimo.bundles</groupId>
     <artifactId>jaxb-impl</artifactId>
-    <version>2.2.2_1-SNAPSHOT</version>
+    <version>2.2.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
@@ -44,7 +44,7 @@
     <properties>
         <pkgGroupId>com.sun.xml.bind</pkgGroupId>
         <pkgArtifactId>jaxb-impl</pkgArtifactId>
-        <pkgVersion>2.2.2</pkgVersion>
+        <pkgVersion>2.2.3-1</pkgVersion>
     </properties>
 
     <dependencies>
@@ -99,9 +99,9 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                           com.sun.xml.bind*;version=2.2.2,
-                           com.sun.istack*;version=2.2.2,
-                           com.sun.xml.txw2*;version=2.2.2,
+                           com.sun.xml.bind*;version=2.2.3,
+                           com.sun.istack*;version=2.2.3,
+                           com.sun.xml.txw2*;version=2.2.3,
                         </Export-Package>
                         <Import-Package>
                            com.sun.xml.fastinfoset*;resolution:=optional,