You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/01/19 20:49:21 UTC

svn commit: r370585 - /maven/plugins/branches/maven-assembly-plugin-2.0.x/pom.xml

Author: carlos
Date: Thu Jan 19 11:49:20 2006
New Revision: 370585

URL: http://svn.apache.org/viewcvs?rev=370585&view=rev
Log:
Applied patches from 2.1
PR: MASSEMBLY-53

Modified:
    maven/plugins/branches/maven-assembly-plugin-2.0.x/pom.xml

Modified: maven/plugins/branches/maven-assembly-plugin-2.0.x/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/branches/maven-assembly-plugin-2.0.x/pom.xml?rev=370585&r1=370584&r2=370585&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.0.x/pom.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.0.x/pom.xml Thu Jan 19 11:49:20 2006
@@ -54,13 +54,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-3</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>plexus-utils</artifactId>
-          <groupId>plexus</groupId>
-        </exclusion>
-      </exclusions>
+      <version>1.0-alpha-5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>