You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ar...@apache.org on 2006/05/05 08:03:45 UTC

svn commit: r399979 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: aramirez
Date: Thu May  4 23:03:44 2006
New Revision: 399979

URL: http://svn.apache.org/viewcvs?rev=399979&view=rev
Log:
changed the version plexus-utils from 1.2-SNAPSHOT to 1.1 

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=399979&r1=399978&r2=399979&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu May  4 23:03:44 2006
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>