Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv12344

Modified Files:
        pom.xml 
Log Message:
Defined the version of everything that follows the mmbase version explicitely, 
which makes it possible to override it using command line options only


See also: http://cvs.mmbase.org/viewcvs/all


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- pom.xml     24 Apr 2009 07:57:38 -0000      1.19
+++ pom.xml     28 Apr 2009 15:17:43 -0000      1.20
@@ -30,6 +30,7 @@
   <groupId>org.mmbase</groupId>
   <artifactId>mmbase</artifactId>
   <packaging>jar</packaging>
+  <version>${mmbase.version}</version>
   <name>MMBase Core</name>
 
   <build>
@@ -95,6 +96,9 @@
 
 
 
+     <!--
+         Generate a timestamp property, which is used in the Manifest of the 
jar
+     -->
      <plugin>
        <groupId>com.keyboardsamurais.maven</groupId>
        <artifactId>maven-timestamp-plugin</artifactId>
@@ -189,6 +193,11 @@
       <version>2.0</version>
     </dependency>
     -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.4</version>
+    </dependency>
   </dependencies>
 
   <reporting>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to