Fix namespace declarations in Hazelcast xml's and make them consistent
This commit is contained in:
parent
ad57d99fe5
commit
6801e8208d
|
@ -1,4 +1,8 @@
|
||||||
<hazelcast>
|
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
|
||||||
|
xmlns="http://www.hazelcast.com/schema/config"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
|
||||||
<map name="books"/>
|
<map name="books"/>
|
||||||
<map name="players"/>
|
<map name="players"/>
|
||||||
|
|
||||||
</hazelcast>
|
</hazelcast>
|
|
@ -1,4 +1,4 @@
|
||||||
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.4.xsd"
|
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
|
||||||
xmlns="http://www.hazelcast.com/schema/config"
|
xmlns="http://www.hazelcast.com/schema/config"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue