You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2008/12/29 11:07:45 UTC

svn commit: r729852 - /activemq/camel/trunk/components/camel-xstream/pom.xml

Author: davsclaus
Date: Mon Dec 29 02:07:45 2008
New Revision: 729852

URL: http://svn.apache.org/viewvc?rev=729852&view=rev
Log:
Upgraded to woodstox 3.2.8

Modified:
    activemq/camel/trunk/components/camel-xstream/pom.xml

Modified: activemq/camel/trunk/components/camel-xstream/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-xstream/pom.xml?rev=729852&r1=729851&r2=729852&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-xstream/pom.xml (original)
+++ activemq/camel/trunk/components/camel-xstream/pom.xml Mon Dec 29 02:07:45 2008
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
-      <version>3.2.7</version>
+      <version>3.2.8</version>
     </dependency>
 
     <!-- testing -->