migration to maven 3
[utils] / system / pom.xml
index b9c5a5c9eef132766f0a7f7f833534729d1b2539..78264023a8036784a6f5ed0e4660e154c5dc5ed7 100644 (file)
@@ -1,11 +1,11 @@
-<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">
+<?xml version="1.0"?>
+<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">
 
   <parent>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.6-SNAPSHOT</version>
+       <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -18,4 +18,5 @@
     <module>general</module>
     <module>spring</module>
   </modules>
+  
 </project>