You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by tr...@apache.org on 2005/04/25 12:52:31 UTC

svn commit: r164557 - in /maven/continuum/trunk: continuum-plexus-application/pom.xml pom.xml

Author: trygvis
Date: Mon Apr 25 03:52:29 2005
New Revision: 164557

URL: http://svn.apache.org/viewcvs?rev=164557&view=rev
Log:
o Making cure the correct plexus-utils is used.

Modified:
    maven/continuum/trunk/continuum-plexus-application/pom.xml
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=164557&r1=164556&r2=164557&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Mon Apr 25 03:52:29 2005
@@ -29,7 +29,6 @@
       <groupId>plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>1.0-alpha-3-SNAPSHOT</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>plexus</groupId>

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=164557&r1=164556&r2=164557&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Apr 25 03:52:29 2005
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.0-alpha-2</version>
+      <version>1.0-alpha-3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>