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

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/resources


Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/resources/pom.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pom.xml     16 Feb 2009 21:29:51 -0000      1.4
+++ pom.xml     8 Mar 2009 18:12:49 -0000       1.5
@@ -1,20 +1,18 @@
-<?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>
 
   <artifactId>mmbase-resources</artifactId>
-
   <name>MMBase Resources</name>
-  <version>${mmbase.version}</version>
   <packaging>war</packaging>
 
-
   <dependencies>
     <dependency>
       <groupId>javax.media</groupId>
@@ -29,6 +27,7 @@
       <version>1.1.3</version>
       <scope>provided</scope>
     </dependency>
+
   </dependencies>
 
 </project>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to