You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/02/18 06:59:06 UTC

svn commit: r1569197 - /incubator/sirona/trunk/plugins/hazelcast/pom.xml

Author: olamy
Date: Tue Feb 18 05:59:05 2014
New Revision: 1569197

URL: http://svn.apache.org/r1569197
Log:
use last hazelcast version

Modified:
    incubator/sirona/trunk/plugins/hazelcast/pom.xml

Modified: incubator/sirona/trunk/plugins/hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/hazelcast/pom.xml?rev=1569197&r1=1569196&r2=1569197&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/hazelcast/pom.xml (original)
+++ incubator/sirona/trunk/plugins/hazelcast/pom.xml Tue Feb 18 05:59:05 2014
@@ -28,6 +28,10 @@
   <name>Apache Sirona Incubator :: Plugins :: Hazelcast</name>
   <packaging>pom</packaging>
 
+  <properties>
+    <hazelcast.version>3.1.5</hazelcast.version>
+  </properties>
+
   <modules>
     <module>agent</module>
     <module>gui</module>
@@ -50,7 +54,4 @@
     </dependencies>
   </dependencyManagement>
 
-  <properties>
-    <hazelcast.version>3.1.1</hazelcast.version>
-  </properties>
 </project>