Author: michiel
Date: 2009-05-06 14:09:25 +0200 (Wed, 06 May 2009)
New Revision: 34986

Modified:
   mmbase/trunk/example-webapp/pom.xml
Log:
added explicit version (to override it)

Modified: mmbase/trunk/example-webapp/pom.xml
===================================================================
--- mmbase/trunk/example-webapp/pom.xml 2009-05-06 12:08:44 UTC (rev 34985)
+++ mmbase/trunk/example-webapp/pom.xml 2009-05-06 12:09:25 UTC (rev 34986)
@@ -2,7 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-  
+
   <parent>
     <groupId>org.mmbase</groupId>
     <artifactId>mmbase-parent</artifactId>
@@ -13,6 +13,7 @@
   <artifactId>example-webapp</artifactId>
   <packaging>war</packaging>
   <name>MMBase Example webapp</name>
+  <version>${mmbase.version}</version>
 
   <build>
     <defaultGoal>install</defaultGoal>
@@ -45,7 +46,7 @@
           </overlays>
         </configuration>
       </plugin>
-     
+
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
@@ -91,7 +92,7 @@
       <artifactId>mmbase-largeobjects</artifactId>
       <version>${project.version}</version>
     </dependency>
-    
+
     <dependency>
       <groupId>org.mmbase</groupId>
       <artifactId>mmbase-editwizard</artifactId>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to