You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/02/10 18:38:52 UTC

svn commit: r908598 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Wed Feb 10 17:38:51 2010
New Revision: 908598

URL: http://svn.apache.org/viewvc?rev=908598&view=rev
Log:
Update to latest woodstox

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=908598&r1=908597&r2=908598&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Feb 10 17:38:51 2010
@@ -63,7 +63,7 @@
         <spring.mock>spring-test</spring.mock>
         <stax.impl.groupId>org.codehaus.woodstox</stax.impl.groupId>
         <stax.impl.artifactId>woodstox-core-asl</stax.impl.artifactId>
-        <stax.impl.version>4.0.5</stax.impl.version>
+        <stax.impl.version>4.0.7</stax.impl.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <xmlbeans.version>2.4.0</xmlbeans.version>
         <xmlschema.version>1.4.5</xmlschema.version>
@@ -1132,7 +1132,7 @@
             <dependency>
                 <groupId>org.codehaus.woodstox</groupId>
                 <artifactId>woodstox-core-asl</artifactId>
-                <version>4.0.3</version>
+                <version>4.0.7</version>
             </dependency>
             <dependency>
                 <groupId>net.java.dev.msv</groupId>