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 2009/11/10 18:59:59 UTC

svn commit: r834566 - /cxf/branches/2.2.x-fixes/parent/pom.xml

Author: dkulp
Date: Tue Nov 10 17:59:59 2009
New Revision: 834566

URL: http://svn.apache.org/viewvc?rev=834566&view=rev
Log:
wstx 3.2.8 is apparently corrupt at central, got to 3.2.9

Modified:
    cxf/branches/2.2.x-fixes/parent/pom.xml

Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=834566&r1=834565&r2=834566&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Tue Nov 10 17:59:59 2009
@@ -61,7 +61,7 @@
         <spring.mock>spring-test</spring.mock>
         <stax.impl.groupId>org.codehaus.woodstox</stax.impl.groupId>
         <stax.impl.artifactId>wstx-asl</stax.impl.artifactId>
-        <stax.impl.version>3.2.8</stax.impl.version>
+        <stax.impl.version>3.2.9</stax.impl.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <xmlbeans.version>2.4.0</xmlbeans.version>
         <xmlschema.version>1.4.5</xmlschema.version>