You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/19 18:17:38 UTC

svn commit: r795561 - /maven/plugins/trunk/maven-jarsigner-plugin/pom.xml

Author: bentmann
Date: Sun Jul 19 16:17:38 2009
New Revision: 795561

URL: http://svn.apache.org/viewvc?rev=795561&view=rev
Log:
o Updated to plexus-utils:1.5.15

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

Modified: maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/pom.xml?rev=795561&r1=795560&r2=795561&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/pom.xml Sun Jul 19 16:17:38 2009
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.6</version>
+      <version>1.5.15</version>
     </dependency>
   </dependencies>