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 2010/05/17 09:37:50 UTC

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

Author: genspring
Date: Mon May 17 07:37:50 2010
New Revision: 945004

URL: http://svn.apache.org/viewvc?rev=945004&view=rev
Log:
GERONIMO-4861 Deployment Plan XML Parsing - Not add generated namespace names to closing tags , upgrade jaxb impl.

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=945004&r1=945003&r2=945004&view=diff
==============================================================================
--- geronimo/server/branches/2.2/pom.xml (original)
+++ geronimo/server/branches/2.2/pom.xml Mon May 17 07:37:50 2010
@@ -1282,7 +1282,7 @@
             <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
-                <version>2.1.7</version>
+                <version>2.1.12</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml.bind</groupId>