File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM hazelcast/hazelcast:3.8.9
1
+ FROM hazelcast/hazelcast:3.10.4
2
2
3
3
MAINTAINER devicehive
4
4
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <hazelcast xsi : schemaLocation =" http://www.hazelcast.com/schema/config hazelcast-config-3.9.xsd"
3
- xmlns =" http://www.hazelcast.com/schema/config"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2
+ <hazelcast xmlns =" http://www.hazelcast.com/schema/config"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://www.hazelcast.com/schema/config
5
+ http://www.hazelcast.com/schema/config/hazelcast-config-3.10.xsd" >
5
6
<serialization >
6
7
<portable-version >0</portable-version >
7
8
<portable-factories >
8
- <portable-factory factory-id =" 1" >com.devicehive.model.DevicePortableFactory</portable-factory >
9
+ <portable-factory factory-id =" 1" >com.devicehive.model.DevicePortableFactory</portable-factory >
9
10
</portable-factories >
10
11
</serialization >
11
12
<map name =" default" >
You can’t perform that action at this time.
0 commit comments