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:18 UTC

svn commit: r1377347 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: olamy
Date: Sat Aug 25 20:14:17 2012
New Revision: 1377347

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

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

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