Merge pull request #5205 from Vedran Pavić

* gh-5205:
  Fix namespace declarations in Hazelcast xml's and make them consistent
This commit is contained in:
Andy Wilkinson 2016-02-25 20:00:21 +00:00
commit 7ba16e37e8
2 changed files with 8 additions and 4 deletions

View File

@ -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="players"/>
</hazelcast>
</hazelcast>

View File

@ -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:xsi="http://www.w3.org/2001/XMLSchema-instance">
@ -14,4 +14,4 @@
<management-enabled>true</management-enabled>
</cache>
</hazelcast>
</hazelcast>