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

svn commit: r365513 - in /maven/components/branches/maven-2.0.x/maven-artifact-ant: pom.xml src/main/resources/META-INF/

Author: brett
Date: Mon Jan  2 17:49:44 2006
New Revision: 365513

URL: http://svn.apache.org/viewcvs?rev=365513&view=rev
Log:
this now requires the latest assembly plugin

Removed:
    maven/components/branches/maven-2.0.x/maven-artifact-ant/src/main/resources/META-INF/
Modified:
    maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml?rev=365513&r1=365512&r2=365513&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-artifact-ant/pom.xml Mon Jan  2 17:49:44 2006
@@ -12,6 +12,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.1-SNAPSHOT</version>
         <configuration>
           <descriptor>src/main/assembly/dep.xml</descriptor>
         </configuration>
@@ -90,4 +91,4 @@
       <artifactId>plexus-container-default</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>