You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2016/02/13 12:24:31 UTC

[2/2] tomee git commit: upgrade to lastest CDI-1.2 TCK suite

upgrade to lastest CDI-1.2 TCK suite


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

Branch: refs/heads/master
Commit: f58f1f1db1b8c3da11e3014aa8ccd721478d6fd1
Parents: be2ed49
Author: Mark Struberg <st...@apache.org>
Authored: Sat Feb 13 12:24:07 2016 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Feb 13 12:24:07 2016 +0100

----------------------------------------------------------------------
 tck/cdi-embedded/pom.xml | 2 +-
 tck/cdi-tomee/pom.xml    | 2 +-
 tck/pom.xml              | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/f58f1f1d/tck/cdi-embedded/pom.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/pom.xml b/tck/cdi-embedded/pom.xml
index e8a06d0..0ed6984 100644
--- a/tck/cdi-embedded/pom.xml
+++ b/tck/cdi-embedded/pom.xml
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>org.jboss.cdi.tck</groupId>
       <artifactId>cdi-tck-impl</artifactId>
-      <version>1.2.4.Final</version>
+      <version>${cdi.tck.12.version}</version>
       <exclusions>
         <exclusion>
           <groupId>javax.enterprise</groupId>

http://git-wip-us.apache.org/repos/asf/tomee/blob/f58f1f1d/tck/cdi-tomee/pom.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml
index 672f783..af2419c 100644
--- a/tck/cdi-tomee/pom.xml
+++ b/tck/cdi-tomee/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <suite.name>passing</suite.name>
-    <cdi-tck.version>1.2.4.Final</cdi-tck.version>
+    <cdi-tck.version>${cdi.tck.12.version}</cdi-tck.version>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/tomee/blob/f58f1f1d/tck/pom.xml
----------------------------------------------------------------------
diff --git a/tck/pom.xml b/tck/pom.xml
index 5470617..4731768 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -27,6 +27,10 @@
   <packaging>pom</packaging>
   <name>OpenEJB :: TCK</name>
 
+  <properties>
+    <cdi.tck.12.version>1.2.8.Final</cdi.tck.12.version>
+  </properties>
+
   <modules>
     <module>cdi-embedded</module>
     <module>cdi-tomee</module>