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/21 09:55:16 UTC

svn commit: r817197 - /incubator/kato/trunk/org.apache.kato/kato.demo.tomcat/pom.xml

Author: spoole
Date: Mon Sep 21 09:55:12 2009
New Revision: 817197

URL: http://svn.apache.org/viewvc?rev=817197&view=rev
Log:
updated kato tomcat demo pom to output war file with name including version info

Modified:
    incubator/kato/trunk/org.apache.kato/kato.demo.tomcat/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.demo.tomcat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.demo.tomcat/pom.xml?rev=817197&r1=817196&r2=817197&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.demo.tomcat/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.demo.tomcat/pom.xml Mon Sep 21 09:55:12 2009
@@ -12,7 +12,7 @@
   <version>0.0.1-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <build>
-    <finalName>kato.demo.tomcat</finalName>
+    <finalName>kato.demo.tomcat-${project.version}</finalName>
   </build>
   <dependencies>
     <dependency>