Skip to content

Commit

Permalink
Upgraded Hazelcast to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devopshazelcast committed Mar 12, 2021
1 parent a1e3d10 commit f2bd590
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>4.2021.02.9</version>
<version>4.2021.03</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hazelcast.version>4.1.1</hazelcast.version>
<hazelcast.version>4.1.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=4.2021.02
mc.version=4.2021.03

0 comments on commit f2bd590

Please sign in to comment.