Update of /var/cvs/applications
In directory james.mmbase.org:/tmp/cvs-serv1536

Modified Files:
        pom.xml 
Log Message:
depending on 'mmbase.version' for modules that have that version


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


Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/pom.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- pom.xml     24 Apr 2009 08:14:11 -0000      1.15
+++ pom.xml     29 Apr 2009 07:04:42 -0000      1.16
@@ -23,25 +23,24 @@
     <dependency>
       <groupId>org.mmbase</groupId>
       <artifactId>mmbase</artifactId>
-      <version>${project.version}</version>
+      <version>${mmbase.version}</version>
       <scope>provided</scope>
     </dependency>
-
-
     <dependency>
       <groupId>org.mmbase</groupId>
       <artifactId>mmbase</artifactId>
-      <version>${project.version}</version>
+      <version>${mmbase.version}</version>
       <classifier>javadoc</classifier>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.mmbase</groupId>
       <artifactId>mmbase</artifactId>
-      <version>${project.version}</version>
+      <version>${mmbase.version}</version>
       <classifier>sources</classifier>
       <scope>provided</scope>
     </dependency>
+
   </dependencies>
 
   <build>
@@ -143,4 +142,6 @@
     <module>scan</module>
 
   </modules>
+
+
 </project>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to