You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/06/23 12:51:07 UTC

svn commit: r193130 - /maven/components/trunk/maven-core/pom.xml

Author: jdcasey
Date: Thu Jun 23 03:51:04 2005
New Revision: 193130

URL: http://svn.apache.org/viewcvs?rev=193130&view=rev
Log:
wrong assembly plugin version.

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/pom.xml?rev=193130&r1=193129&r2=193130&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Thu Jun 23 03:51:04 2005
@@ -141,7 +141,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.0-alpha-3</version>
+        <version>2.0-alpha-2</version>
         <configuration>
           <descriptor>src/assemble/bin.xml</descriptor>
           <finalName>maven-2.0-SNAPSHOT</finalName>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org