You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ld...@apache.org on 2012/02/02 12:13:59 UTC

svn commit: r1239539 - /karaf/webconsole/trunk/pom.xml

Author: ldywicki
Date: Thu Feb  2 11:13:59 2012
New Revision: 1239539

URL: http://svn.apache.org/viewvc?rev=1239539&view=rev
Log:
Correct maven module name

Modified:
    karaf/webconsole/trunk/pom.xml

Modified: karaf/webconsole/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/pom.xml?rev=1239539&r1=1239538&r2=1239539&view=diff
==============================================================================
--- karaf/webconsole/trunk/pom.xml (original)
+++ karaf/webconsole/trunk/pom.xml Thu Feb  2 11:13:59 2012
@@ -48,7 +48,7 @@
         <module>servicemix</module>
         <module>camel</module>
         <module>cxf</module>
-        <module>war</module>
+        <module>web</module>
 
         <module>examples</module>
         <module>manual</module>