You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/26 18:14:01 UTC

svn commit: r291656 - /maven/components/tags/maven-2.0-beta-2/maven-core/pom.xml

Author: brett
Date: Mon Sep 26 09:13:56 2005
New Revision: 291656

URL: http://svn.apache.org/viewcvs?rev=291656&view=rev
Log:
use expression on tag for version

Modified:
    maven/components/tags/maven-2.0-beta-2/maven-core/pom.xml

Modified: maven/components/tags/maven-2.0-beta-2/maven-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0-beta-2/maven-core/pom.xml?rev=291656&r1=291655&r2=291656&view=diff
==============================================================================
--- maven/components/tags/maven-2.0-beta-2/maven-core/pom.xml (original)
+++ maven/components/tags/maven-2.0-beta-2/maven-core/pom.xml Mon Sep 26 09:13:56 2005
@@ -13,10 +13,9 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>RELEASE</version>
         <configuration>
           <descriptor>src/assemble/bin.xml</descriptor>
-          <finalName>maven-2.0-beta-1</finalName>
+          <finalName>maven-${version}</finalName>
         </configuration>
       </plugin>
     </plugins>
@@ -161,4 +160,4 @@
       <url>scp://minotaur.apache.org//www/maven.apache.org/m2</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>



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