You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/01/15 20:11:28 UTC

karaf-cellar git commit: [KARAF-3294] Downgrade to Hazelcast 3.3.4

Repository: karaf-cellar
Updated Branches:
  refs/heads/master 062f8b640 -> 281510f11


[KARAF-3294] Downgrade to Hazelcast 3.3.4


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/281510f1
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/281510f1
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/281510f1

Branch: refs/heads/master
Commit: 281510f1133c0b481221ec3989a880039396939a
Parents: 062f8b6
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Jan 15 20:10:49 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Jan 15 20:10:49 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/281510f1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f56d55b..8aaf2f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>14</version>
+        <version>15</version>
         <relativePath />
     </parent>
 
@@ -39,7 +39,7 @@
         <felix.bundlerepository.version>2.0.2</felix.bundlerepository.version>
         <felix.utils.version>1.6.0</felix.utils.version>
         <felix.webconsole.version>4.2.2</felix.webconsole.version>
-        <hazelcast.version>3.4</hazelcast.version>
+        <hazelcast.version>3.3.4</hazelcast.version>
         <jclouds.version>1.8.1</jclouds.version>
         <joda-time.version>2.5</joda-time.version>
         <junit.version>4.11</junit.version>