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/06/21 17:48:38 UTC

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

Author: jdillon
Date: Sat Jun 21 08:48:37 2008
New Revision: 670214

URL: http://svn.apache.org/viewvc?rev=670214&view=rev
Log:
Use release of plexus-interpolation and latest plexus-utils

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=670214&r1=670213&r2=670214&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sat Jun 21 08:48:37 2008
@@ -145,13 +145,13 @@
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-utils</artifactId>
-                <version>1.5.1</version>
+                <version>1.5.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-interpolation</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0</version>
             </dependency>
 
             <dependency>