Skip to content

Commit

Permalink
update to hz 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aktr committed Apr 18, 2017
1 parent c84b678 commit 8ac6157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Hazelcast Filter Based Session Replication Example</description>

<properties>
<hazelcast.version>3.7.5</hazelcast.version>
<hazelcast.version>3.8.1</hazelcast.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
8 changes: 4 additions & 4 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
Do you want to use an existing HazelcastInstance?
Default is null.
-->
<init-param>
<param-name>instance-name</param-name>
<param-value>default</param-value>
</init-param>
<!--<init-param>-->
<!--<param-name>instance-name</param-name>-->
<!--<param-value>default</param-value>-->
<!--</init-param>-->
<!--
Do you want to connect as a client to an existing cluster?
Default is false.
Expand Down

0 comments on commit 8ac6157

Please sign in to comment.