You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/03/02 23:30:16 UTC

svn commit: r1296500 - /maven/release/trunk/pom.xml

Author: rfscholte
Date: Fri Mar  2 22:30:15 2012
New Revision: 1296500

URL: http://svn.apache.org/viewvc?rev=1296500&view=rev
Log:
Fix MRELEASE-744: upgrade plexus-utils from 1.5.6 to 3.0

Modified:
    maven/release/trunk/pom.xml

Modified: maven/release/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=1296500&r1=1296499&r2=1296500&view=diff
==============================================================================
--- maven/release/trunk/pom.xml (original)
+++ maven/release/trunk/pom.xml Fri Mar  2 22:30:15 2012
@@ -139,7 +139,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.5.6</version>
+        <version>3.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.shared</groupId>