You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/02/28 05:45:33 UTC

svn commit: r631844 - /geronimo/gshell/trunk/pom.xml

Author: jdillon
Date: Wed Feb 27 20:45:24 2008
New Revision: 631844

URL: http://svn.apache.org/viewvc?rev=631844&view=rev
Log:
(GSHELL-103) Upgrade to XStream 1.3

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=631844&r1=631843&r2=631844&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Wed Feb 27 20:45:24 2008
@@ -151,7 +151,7 @@
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.2.2</version>
+                <version>1.3</version>
             </dependency>
             
             <dependency>