Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv8573/maven-base

Modified Files:
        pom.xml 
Log Message:
made the mvn2 build actuall produce an mmbase.jar


See also: http://cvs.mmbase.org/viewcvs/all/maven-base


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven-base/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pom.xml     21 Mar 2008 16:05:09 -0000      1.2
+++ pom.xml     11 Feb 2009 09:43:01 -0000      1.3
@@ -5,11 +5,12 @@
 
 The license (Mozilla version 1.0) can be read at the MMBase site.
 See http://www.MMBase.org/license
+Version $Id: pom.xml,v 1.3 2009/02/11 09:43:01 michiel Exp $
 -->
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.mmbase</groupId>
-  <artifactId>mmbase</artifactId>
+  <artifactId>mmbase-parent</artifactId>
   <packaging>pom</packaging>
   <name>MMBase</name>
   <version>1.9</version>
@@ -18,4 +19,10 @@
   <modules>
     <module>..</module>
   </modules>
+
+
+ <properties>
+   <mmbase.version>1.9-SNAPSHOT</mmbase.version>
+ </properties>
+
 </project>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to