Author: brett
Date: Mon Sep 26 09:11:26 2005
New Revision: 291653

URL: http://svn.apache.org/viewcvs?rev=291653&view=rev
Log:
use expression instead

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=291653&r1=291652&r2=291653&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Mon Sep 26 09:11:26 2005
@@ -15,7 +15,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptor>src/assemble/bin.xml</descriptor>
-          <finalName>maven-2.0-beta-3-SNAPSHOT</finalName>
+          <finalName>maven-${version}</finalName>
         </configuration>
       </plugin>
     </plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to