You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/10/13 23:01:29 UTC

svn commit: r704247 - in /geronimo/server/trunk: framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml pom.xml

Author: gawor
Date: Mon Oct 13 14:01:29 2008
New Revision: 704247

URL: http://svn.apache.org/viewvc?rev=704247&view=rev
Log:
upgrade woodstox to latest 3.2.7 version

Modified:
    geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml?rev=704247&r1=704246&r2=704247&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml Mon Oct 13 14:01:29 2008
@@ -273,7 +273,7 @@
                         <dependency>
                             <groupId>org.codehaus.woodstox</groupId>
                             <artifactId>wstx-asl</artifactId>
-                            <version>3.2.1</version>
+                            <version>3.2.7</version>
                             <type>jar</type>
                             <import>classes</import>
                         </dependency>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=704247&r1=704246&r2=704247&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Mon Oct 13 14:01:29 2008
@@ -1580,7 +1580,7 @@
             <dependency>
                 <groupId>org.codehaus.woodstox</groupId>
                 <artifactId>wstx-asl</artifactId>
-                <version>3.2.1</version>
+                <version>3.2.7</version>
                 <exclusions>
                     <exclusion>
                         <groupId>stax</groupId>