Skip to content

Commit

Permalink
Upgraded Hazelcast to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devopshazelcast committed Dec 21, 2021
1 parent 68a4c93 commit 13abf2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-command-line</artifactId>
<version>5.2022.01-SNAPSHOT</version>
<version>5.2021.12.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hazelcast.version>5.0.1</hazelcast.version>
<hazelcast.version>5.0.2</hazelcast.version>
<picocli.version>4.4.0</picocli.version>
<maven.surefire.plugin.version>2.18.1</maven.surefire.plugin.version>
<maven.checkstyle.plugin.version>2.15</maven.checkstyle.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tool.version=${project.version}
hz.version=${hazelcast.version}
mc.version=5.0.3
mc.version=5.0.4

0 comments on commit 13abf2b

Please sign in to comment.