Author: jvanzyl
Date: Sat Sep 8 08:30:35 2007
New Revision: 573858
URL: http://svn.apache.org/viewvc?rev=573858&view=rev
Log:
MNG-3088: make the assembly name apache-maven-*
Modified:
maven/components/branches/maven-2.0.x/maven-core/pom.xml
Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/pom.xml?rev=573858&r1=573857&r2=573858&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Sat Sep 8
08:30:35 2007
@@ -35,7 +35,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptor>src/assemble/bin.xml</descriptor>
- <finalName>maven-${version}</finalName>
+ <finalName>apache-maven-${version}</finalName>
</configuration>
<executions>
<execution>