diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-08 07:29:30 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-08 07:29:30 +0000 |
commit | c517032d1ae7c2125c1d981e4ef696ea9337e839 (patch) | |
tree | 2022ad589d770bff6433b56def37b9de44d305a7 /sca-java-2.x/trunk/modules/endpoint-hazelcast-client | |
parent | 1cd6532abf2244649527860a0a5361055d578176 (diff) |
Update to Hazelcast 1.8.3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/endpoint-hazelcast-client')
-rw-r--r-- | sca-java-2.x/trunk/modules/endpoint-hazelcast-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/endpoint-hazelcast-client/pom.xml b/sca-java-2.x/trunk/modules/endpoint-hazelcast-client/pom.xml index 02eb101cd8..be52242073 100644 --- a/sca-java-2.x/trunk/modules/endpoint-hazelcast-client/pom.xml +++ b/sca-java-2.x/trunk/modules/endpoint-hazelcast-client/pom.xml @@ -32,7 +32,7 @@ <dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client</artifactId>
- <version>1.8.1</version>
+ <version>1.8.3</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
|