You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/08/18 16:41:52 UTC

svn commit: r1159249 - /geronimo/server/branches/2.2/pom.xml

Author: genspring
Date: Thu Aug 18 14:41:52 2011
New Revision: 1159249

URL: http://svn.apache.org/viewvc?rev=1159249&view=rev
Log:
upgrade jaxb to 2.1.13

Modified:
    geronimo/server/branches/2.2/pom.xml

Modified: geronimo/server/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/pom.xml?rev=1159249&r1=1159248&r2=1159249&view=diff
==============================================================================
--- geronimo/server/branches/2.2/pom.xml (original)
+++ geronimo/server/branches/2.2/pom.xml Thu Aug 18 14:41:52 2011
@@ -1316,7 +1316,7 @@
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
-                <version>2.1.7</version>
+                <version>2.1.13</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml.bind</groupId>
@@ -1548,7 +1548,7 @@
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-xjc</artifactId>
-                <version>2.1.7</version>
+                <version>2.1.13</version>
             </dependency>
 
             <dependency>