You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/09/20 10:41:21 UTC

svn commit: r817005 - /incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml

Author: spoole
Date: Sun Sep 20 10:41:20 2009
New Revision: 817005

URL: http://svn.apache.org/viewvc?rev=817005&view=rev
Log:
updated distro config to produce archives with names starting apache-kato-incubating  (as per release instructions)

Modified:
    incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml?rev=817005&r1=817004&r2=817005&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.distro/pom.xml Sun Sep 20 10:41:20 2009
@@ -77,6 +77,7 @@
         	</execution>
         </executions>
        			<configuration>
+       			<finalName>apache-kato-incubating-distro-${project.version}</finalName>
        			   <descriptors>
        				     <descriptor>src/main/assembly/bindist.xml</descriptor>
        			   </descriptors>