Skip to content

Commit 0b4a67e

Browse files
authored
BAEL-4595: Update hazelcast.xml config file (eugenp#10039)
* BAEL-4595: Upgrade to hazelcast-jet 4.2 * BAEL-4595: Update hazelcast.xml config file
1 parent c13421f commit 0b4a67e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.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-4.0.xsd">
56
<network>
67
<port auto-increment="true" port-count="20">5701</port>
78
<join>
8-
<multicast enabled="false">
9-
</multicast>
10-
<tcp-ip enabled="true">
11-
<member>machine1</member>
12-
<member>localhost</member>
13-
</tcp-ip>
9+
<multicast enabled="false"/>
10+
<tcp-ip enabled="true">
11+
<member>machine1</member>
12+
<member>localhost</member>
13+
</tcp-ip>
1414
</join>
1515
</network>
1616
</hazelcast>

0 commit comments

Comments
 (0)