Author: ogusakov
Date: Thu Dec 11 23:27:31 2008
New Revision: 725931

URL: http://svn.apache.org/viewvc?rev=725931&view=rev
Log:
[MERCURY-10, MERCURY-49, MERCURY-50] ant tasks working: classpath & repository 
writing functionality implemented

Modified:
    maven/mercury/trunk/mercury-ant/mercury-ant-tasks/pom.xml

Modified: maven/mercury/trunk/mercury-ant/mercury-ant-tasks/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-ant/mercury-ant-tasks/pom.xml?rev=725931&r1=725930&r2=725931&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-ant/mercury-ant-tasks/pom.xml (original)
+++ maven/mercury/trunk/mercury-ant/mercury-ant-tasks/pom.xml Thu Dec 11 
23:27:31 2008
@@ -89,7 +89,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <finalName>${project.artifactId}-all</finalName>
+              
<finalName>${project.artifactId}-${project.version}-all</finalName>
               
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
               <createDependencyReducedPom>true</createDependencyReducedPom>
               <artifactSet>


Reply via email to