IDEMPIERE-3531 fix hazelcast version for IDEMPIERE-3653

This commit is contained in:
Carlos Ruiz 2018-03-19 12:07:30 -03:00
parent fae42e649d
commit a220132912
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<project name="zklibrary" basedir="." default="copy"> <project name="zklibrary" basedir="." default="copy">
<mkdir dir="lib" /> <mkdir dir="lib" />
<target name="copy"> <target name="copy">
<get src="${url.maven2}/com/hazelcast/hazelcast/3.5.3/hazelcast-3.5.3.jar" dest="lib/hazelcast.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.maven2}/com/hazelcast/hazelcast/3.9.3/hazelcast-3.9.3.jar" dest="lib/hazelcast.jar" usetimestamp="true" verbose="true" retries="5" />
<get src="${url.maven2}/com/hazelcast/hazelcast-aws/2.1.0/hazelcast-aws-2.1.0.jar" dest="lib/hazelcast-aws.jar" usetimestamp="true" verbose="true" retries="5" /> <get src="${url.maven2}/com/hazelcast/hazelcast-aws/2.1.0/hazelcast-aws-2.1.0.jar" dest="lib/hazelcast-aws.jar" usetimestamp="true" verbose="true" retries="5" />
</target> </target>
</project> </project>

View File

@ -26,7 +26,7 @@
<artifactItem> <artifactItem>
<groupId>com.hazelcast</groupId> <groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId> <artifactId>hazelcast</artifactId>
<version>3.5.3</version> <version>3.9.3</version>
</artifactItem> </artifactItem>
<artifactItem> <artifactItem>
<groupId>com.hazelcast</groupId> <groupId>com.hazelcast</groupId>