You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/17 13:50:16 UTC

svn commit: r1386566 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: olamy
Date: Mon Sep 17 11:50:15 2012
New Revision: 1386566

URL: http://svn.apache.org/viewvc?rev=1386566&view=rev
Log:
[MDEP-377] use last p-u version 3.0.7 which is faster for file copy

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1386566&r1=1386565&r2=1386566&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Mon Sep 17 11:50:15 2012
@@ -128,7 +128,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.5</version>
+      <version>3.0.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>