Skip to content

Commit

Permalink
Upgrade to Hazelcast 5.5.0 (#1233)
Browse files Browse the repository at this point in the history
Fixes: #1225
  • Loading branch information
JackPGreen authored Aug 29, 2024
1 parent 0b9d4d3 commit f30f684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/config.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JAVA_VERSION=17
JAVA_DISTRIBUTION=temurin
MAVEN_VERSION=3.9.9
HAZELCAST_VERSION=5.3.0
HAZELCAST_VERSION=5.4.0
2 changes: 1 addition & 1 deletion scripts/start-rc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setlocal EnableDelayedExpansion

if "%HZ_VERSION%"=="" (
set HZ_VERSION=5.3.0
set HZ_VERSION=5.4.0
)
set HAZELCAST_TEST_VERSION=%HZ_VERSION%
set HAZELCAST_ENTERPRISE_VERSION=%HZ_VERSION%
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set +x

trap cleanup EXIT

HZ_VERSION=${HZ_VERSION:-5.3.0}
HZ_VERSION=${HZ_VERSION:-5.4.0}
HAZELCAST_TEST_VERSION=${HZ_VERSION}
HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}
HAZELCAST_RC_VERSION=0.8-SNAPSHOT
Expand Down

0 comments on commit f30f684

Please sign in to comment.