You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by ol...@apache.org on 2012/09/24 15:16:21 UTC

svn commit: r1389422 - /incubator/kalumet/trunk/kalumet-modules/console/pom.xml

Author: olamy
Date: Mon Sep 24 15:16:21 2012
New Revision: 1389422

URL: http://svn.apache.org/viewvc?rev=1389422&view=rev
Log:
fix warName

Modified:
    incubator/kalumet/trunk/kalumet-modules/console/pom.xml

Modified: incubator/kalumet/trunk/kalumet-modules/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/console/pom.xml?rev=1389422&r1=1389421&r2=1389422&view=diff
==============================================================================
--- incubator/kalumet/trunk/kalumet-modules/console/pom.xml (original)
+++ incubator/kalumet/trunk/kalumet-modules/console/pom.xml Mon Sep 24 15:16:21 2012
@@ -88,7 +88,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>
-          <warName>apache-kalumet.war</warName>
+          <warName>apache-kalumet</warName>
           <archive>
             <manifest>
               <addDefaultImplementationEntries>true</addDefaultImplementationEntries>