You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2015/11/10 12:17:56 UTC

[6/6] incubator-batchee git commit: BATCHEE-65 updated owb.version and deltaspike.version

BATCHEE-65 updated owb.version and deltaspike.version


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/a44fad97
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/a44fad97
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/a44fad97

Branch: refs/heads/master
Commit: a44fad9724903d481cf8427fb81754354c429458
Parents: 420c4fc
Author: Reinhard Sandtner <rs...@apache.org>
Authored: Mon Nov 9 23:12:40 2015 +0100
Committer: Reinhard Sandtner <rs...@apache.org>
Committed: Mon Nov 9 23:21:08 2015 +0100

----------------------------------------------------------------------
 extensions/cdi/pom.xml | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/a44fad97/extensions/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cdi/pom.xml b/extensions/cdi/pom.xml
index 29bb2ca..c9b9c7b 100644
--- a/extensions/cdi/pom.xml
+++ b/extensions/cdi/pom.xml
@@ -28,6 +28,9 @@
     <name>BatchEE :: Extensions :: CDI</name>
     <description>This module implements some CDI scopes batch oriented.</description>
 
+    <properties>
+        <deltaspike.version>1.5.1</deltaspike.version>
+    </properties>
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -39,7 +42,7 @@
         <dependency>
             <groupId>org.apache.deltaspike.cdictrl</groupId>
             <artifactId>deltaspike-cdictrl-owb</artifactId>
-            <version>1.4.0</version>
+            <version>${deltaspike.version}</version>
             <scope>test</scope>
         </dependency>
 
@@ -61,7 +64,7 @@
             </activation>
 
             <properties>
-                <owb.version>1.2.1</owb.version>
+                <owb.version>1.2.8</owb.version>
             </properties>
 
             <dependencies>
@@ -84,7 +87,7 @@
             <id>cdi-1.1</id>
 
             <properties>
-                <owb.version>1.6.0-SNAPSHOT</owb.version>
+                <owb.version>1.6.2</owb.version>
             </properties>
 
             <dependencies>
@@ -107,6 +110,13 @@
                     <scope>test</scope>
                 </dependency>
 
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-annotation_1.2_spec</artifactId>
+                    <version>1.0</version>
+                    <scope>test</scope>
+                </dependency>
+
             </dependencies>
         </profile>
     </profiles>