You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/11/19 16:41:48 UTC

svn commit: r596335 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Mon Nov 19 07:41:47 2007
New Revision: 596335

URL: http://svn.apache.org/viewvc?rev=596335&view=rev
Log:
Fix assembly plugin version

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?rev=596335&r1=596334&r2=596335&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Nov 19 07:41:47 2007
@@ -772,7 +772,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.2-beta-1</version>
+            <version>2.1</version>
             <inherited>false</inherited>
             <configuration>
               <descriptors>
@@ -780,7 +780,7 @@
               </descriptors>
               <tarLongFileMode>gnu</tarLongFileMode>
               <appendAssemblyId>false</appendAssemblyId>
-              <finalName>apache-archiva-${version}-src</finalName>
+              <finalName>apache-continuum-${version}-src</finalName>
             </configuration>
             <executions>
               <execution>