Skip to content

Commit

Permalink
Revert "Make default Hazelcast version, last released version (i.e. n…
Browse files Browse the repository at this point in the history
…ot `SNAPSHOT`). (hazelcast#636)"

This reverts commit aaf3fbf.
  • Loading branch information
kwart committed Jul 10, 2024
1 parent 50a6f44 commit b295fed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions jet/wordcount-compute-isolation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,5 @@
<!-- needed for checkstyle/findbugs -->
<main.basedir>${project.parent.parent.basedir}</main.basedir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- TODO Once Hazelcast v5.5 is released, can become non-SNAPSHOT -->
<hazelcast.version>5.5.0-SNAPSHOT</hazelcast.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<main.basedir>${project.basedir}</main.basedir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<hazelcast.version>5.4.0</hazelcast.version>
<hazelcast.version>5.5.0-SNAPSHOT</hazelcast.version>
<java.version>17</java.version>
<hazelcast-jclouds.version>3.7.2</hazelcast-jclouds.version>
<hazelcast.hibernate.version>5.1.0</hazelcast.hibernate.version>
Expand Down

0 comments on commit b295fed

Please sign in to comment.