You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/09/29 02:17:05 UTC

git commit: fix the version dilemma in tomee and openejb

Updated Branches:
  refs/heads/master 6be645df0 -> f4e4461ea


fix the version dilemma in tomee and openejb

TomEE and OpenEJB only work together with a specific OWB
version. Usually this comes as transitive dependency.
But in our case we use OWB standalone + together
with Tomee and OpenEJB.


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

Branch: refs/heads/master
Commit: f4e4461ea48ca4bd06c77f0f89ec4b5933e5c4ba
Parents: 6be645d
Author: Mark Struberg <st...@apache.org>
Authored: Sat Sep 29 02:15:29 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Sep 29 02:15:29 2012 +0200

----------------------------------------------------------------------
 deltaspike/cdictrl/impl-openejb/pom.xml |    2 +-
 deltaspike/parent/pom.xml               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/f4e4461e/deltaspike/cdictrl/impl-openejb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml b/deltaspike/cdictrl/impl-openejb/pom.xml
index fb4fe29..09f83f1 100644
--- a/deltaspike/cdictrl/impl-openejb/pom.xml
+++ b/deltaspike/cdictrl/impl-openejb/pom.xml
@@ -33,7 +33,7 @@
     <name>Apache DeltaSpike CDI OpenEJB-ContainerControl</name>
 
     <properties>
-        <openejb.version>4.0.0-beta-2</openejb.version>
+        <openejb.version>4.5.1-SNAPSHOT</openejb.version>
     </properties>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/f4e4461e/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 0c41599..aa10cc7 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -126,7 +126,7 @@
     <inceptionYear>2011</inceptionYear>
 
     <properties>
-        <owb.version>1.1.6-SNAPSHOT</owb.version>
+        <owb.version>1.1.6</owb.version>
         <weld.version>1.1.5.Final</weld.version>
 
         <!-- testing stuff -->