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:55:15 UTC

svn commit: r1386568 - /maven/plugins/trunk/maven-gpg-plugin/pom.xml

Author: olamy
Date: Mon Sep 17 11:55:15 2012
New Revision: 1386568

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

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

Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/pom.xml?rev=1386568&r1=1386567&r2=1386568&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Mon Sep 17 11:55:15 2012
@@ -91,7 +91,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.7</version>
     </dependency>
   </dependencies>