You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/07/08 02:00:53 UTC

svn commit: r674679 - /continuum/trunk/pom.xml

Author: olamy
Date: Mon Jul  7 17:00:53 2008
New Revision: 674679

URL: http://svn.apache.org/viewvc?rev=674679&view=rev
Log:
use last plexus-spring SNAPSHOT version which prevent CONTINUUM-1816 with commons-lang 2.4

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=674679&r1=674678&r2=674679&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Mon Jul  7 17:00:53 2008
@@ -751,7 +751,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
       </dependency>      
       <dependency>
         <groupId>commons-collections</groupId>
@@ -844,7 +844,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-spring</artifactId>
-        <version>1.0</version>
+        <version>1.0.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>