Author: chirino
Date: Fri Nov 5 15:41:59 2010
New Revision: 1031637
URL: http://svn.apache.org/viewvc?rev=1031637&view=rev
Log:
match up artifact id /w the final archive name to make downloading from nexus
more consistent.
Modified:
activemq/activemq-apollo/trunk/apollo-distro/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1031637&r1=1031636&r2=1031637&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Fri Nov 5 15:41:59
2010
@@ -24,7 +24,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
- <artifactId>apollo-distro</artifactId>
+ <artifactId>apache-apollo</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@@ -154,7 +154,6 @@
</descriptors>
<!-- Avoid gnu mode if we can, AIX systems can't cope /w it -->
<!-- <tarLongFileMode>gnu</tarLongFileMode> -->
- <finalName>apache-apollo-${project.version}</finalName>
</configuration>
</execution>
<execution>
@@ -167,7 +166,6 @@
<descriptors>
<descriptor>${basedir}/src/main/descriptors/windows-bin.xml</descriptor>
</descriptors>
- <finalName>apache-apollo-${project.version}</finalName>
<appendAssemblyId>true</appendAssemblyId>
<assemblyId />
</configuration>