You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by tr...@apache.org on 2005/07/02 14:10:00 UTC

svn commit: r208831 - /maven/continuum/trunk/continuum-plexus-application/pom.xml

Author: trygvis
Date: Sat Jul  2 05:09:59 2005
New Revision: 208831

URL: http://svn.apache.org/viewcvs?rev=208831&view=rev
Log:
o Using the alpha-2 release of the assembly plugin as the alpha-1 is MIA from
  the repository.

Modified:
    maven/continuum/trunk/continuum-plexus-application/pom.xml

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=208831&r1=208830&r2=208831&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Sat Jul  2 05:09:59 2005
@@ -163,7 +163,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.0-alpha-1</version>
+        <version>2.0-alpha-2</version>
         <configuration>
           <descriptor>src/assembly/bin.xml</descriptor>
           <!-- TODO: isn't this the default? if not, can we use the ${pom.} expression? -->