[maven-release-plugin] prepare for next development iteration
[utils] / support / cdi / pom.xml
index e05b96c0adcc380479f08a66d77e9cc8abd455b9..09af10c2f351cbbfd91b4f33517e4ad4fe7d2c48 100644 (file)
@@ -3,8 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
-    <version>0.2.5-SNAPSHOT</version>
+    <artifactId>wamblee-support</artifactId>
+    <version>0.8-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <url>http://wamblee.org</url>
   <dependencies>
     <dependency>
-      <groupId>org.jboss.weld</groupId>
-      <artifactId>weld-se</artifactId>
-      <version>1.0.1-Final</version>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-support-inject</artifactId>
+      <version>0.8-SNAPSHOT</version>
     </dependency>
     
-    <!-- always include the APIs last because they contain garbled/unusable classes -->
-    <!-- dependency>
-      <groupId>javax</groupId>
-      <artifactId>javaee-api</artifactId>
-    </dependency -->
+    <dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-test-enterprise</artifactId>
+      <version>0.8-SNAPSHOT</version>
+    </dependency>
    
   </dependencies>