Upgrade to Hazelcast 3.8

Closes gh-8808
This commit is contained in:
Vedran Pavic 2017-04-04 00:44:35 +02:00 committed by Stephane Nicoll
parent ab18901ad0
commit 2667b7f51c
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.8.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

View File

@ -1,5 +1,5 @@
<hazelcast
xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.8.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

View File

@ -1,5 +1,5 @@
<hazelcast
xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.8.xsd"
xmlns="http://www.hazelcast.com/schema/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<instance-name>default-instance</instance-name>
<map name="defaultCache" />

View File

@ -1,4 +1,4 @@
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.8.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

View File

@ -82,8 +82,8 @@
<gson.version>2.8.0</gson.version>
<h2.version>1.4.194</h2.version>
<hamcrest.version>1.3</hamcrest.version>
<hazelcast.version>3.7.6</hazelcast.version>
<hazelcast-hibernate5.version>1.1.3</hazelcast-hibernate5.version>
<hazelcast.version>3.8</hazelcast.version>
<hazelcast-hibernate5.version>1.2</hazelcast-hibernate5.version>
<hibernate.version>5.2.9.Final</hibernate.version>
<hibernate-validator.version>5.4.1.Final</hibernate-validator.version>
<hikaricp.version>2.5.1</hikaricp.version>

View File

@ -1,4 +1,4 @@
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.8.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">