Update of /var/cvs/applications/oscache-cache
In directory james.mmbase.org:/tmp/cvs-serv7434/applications/oscache-cache

Modified Files:
        pom.xml 
Log Message:
Improvements for the multiproject build
Kick off a full build inside /maven


See also: http://cvs.mmbase.org/viewcvs/applications/oscache-cache


Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/oscache-cache/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pom.xml     27 Feb 2009 10:57:08 -0000      1.2
+++ pom.xml     8 Mar 2009 18:12:50 -0000       1.3
@@ -1,18 +1,16 @@
-<?xml version="1.0"?>
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+<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-application-parent</artifactId>
-    <version>1.9</version>
-    <relativePath>../app-base/pom.xml</relativePath>
+    <version>1.9-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.mmbase</groupId>
   <artifactId>mmbase-oscache-cache</artifactId>
   <name>MMBase OSCache-Cache</name>
-  <version>${mmbase.version}</version>
   <packaging>jar</packaging>
 
   <description>
@@ -24,7 +22,6 @@
     multilevel queries).
   </description>
 
-
   <dependencies>
     <dependency>
       <groupId>opensymphony</groupId>
@@ -39,4 +36,5 @@
       </exclusions>
     </dependency>
   </dependencies>
+
 </project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to