(no commit message)
[utils] / support / pom.xml
index 408bacac7bc7faefc26bc7eac402f1c62af3d724..9a66bfd271a570e166183a209602c4a22d8fb993 100644 (file)
@@ -1,9 +1,10 @@
+<?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.2-SNAPSHOT</version>
+    <version>0.6-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -14,7 +15,9 @@
   <url>http://wamblee.org</url>
 
   <modules>
-    <module>general</module>
+    <module>general</module>  
+    <module>inject</module>
+    <module>cdi</module>
     <module>spring</module>
   </modules>