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/07/05 16:12:28 UTC

git commit: DELTASPIKE-220 upgrade tomee to 1.1.0-SNAPSHOT

Updated Branches:
  refs/heads/master cc07153e7 -> 052577f33


DELTASPIKE-220 upgrade tomee to 1.1.0-SNAPSHOT

1.0.1 and 1.0.0 are broken, so we need to go straight
to 1.1.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: 052577f33c093aa50602dc220a5d8948da241436
Parents: cc07153
Author: Mark Struberg <st...@apache.org>
Authored: Thu Jul 5 16:11:36 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Jul 5 16:11:36 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/052577f3/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 7961e1f..0402c40 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -132,7 +132,7 @@
         <!-- testing stuff -->
         <junit.version>4.10</junit.version>
         <arquillian.version>1.0.0.Final</arquillian.version>
-        <tomee.version>1.0.0-beta-3-SNAPSHOT</tomee.version>
+        <tomee.version>1.1.0-SNAPSHOT</tomee.version>
 
         <!-- JSF-2.0 implementations-->
         <myfaces2.version>2.0.5</myfaces2.version>