You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ol...@apache.org on 2008/06/23 00:59:22 UTC

svn commit: r670429 - /maven/scm/trunk/pom.xml

Author: olamy
Date: Sun Jun 22 15:59:22 2008
New Revision: 670429

URL: http://svn.apache.org/viewvc?rev=670429&view=rev
Log:
use plexus-utils released version

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=670429&r1=670428&r2=670429&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Sun Jun 22 15:59:22 2008
@@ -108,7 +108,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.4-SNAPSHOT</version>
+      <version>1.5.4</version>
     </dependency>
   </dependencies>
   <distributionManagement>