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/08/25 22:14:09 UTC

svn commit: r1377346 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: olamy
Date: Sat Aug 25 20:14:08 2012
New Revision: 1377346

URL: http://svn.apache.org/viewvc?rev=1377346&view=rev
Log:
use last plexus-utils 3.0.4

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

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1377346&r1=1377345&r2=1377346&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Sat Aug 25 20:14:08 2012
@@ -67,7 +67,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0</version>
+      <version>3.0.4</version>
     </dependency>
 
     <!-- dependencies to annotations -->