Author: davsclaus
Date: Wed Dec 10 12:59:09 2008
New Revision: 725431

URL: http://svn.apache.org/viewvc?rev=725431&view=rev
Log:
Upgraded to xstream 1.3.1

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=725431&r1=725430&r2=725431&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Dec 10 12:59:09 2008
@@ -80,6 +80,7 @@
     <scala-plugin-version>2.7.1</scala-plugin-version>
     <testng-version>5.8</testng-version>
     <xbean-spring-version>3.4</xbean-spring-version>
+    <xstream-version>1.3.1</xstream-version>
 
     <!-- Repositories -->
     
<m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
@@ -907,7 +908,7 @@
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
-        <version>1.3</version>
+        <version>${xstream-version}</version>
       </dependency>
 
       <dependency>


Reply via email to