Skip to content

Commit 91db8a3

Browse files
authored
Update the test server version to 5.6.0 [HZ-5191] (hazelcast#1347)
Updated the test server version to the new released latest server version 5.6.0.
1 parent 387f3f8 commit 91db8a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
JAVA_VERSION=17
22
JAVA_DISTRIBUTION=temurin
33
MAVEN_VERSION=3.9.11
4-
HZ_VERSION=5.5.5
4+
HZ_VERSION=5.6.0

scripts/start-rc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setlocal EnableDelayedExpansion
33

44
if "%HZ_VERSION%"=="" (
5-
set HZ_VERSION=5.5.5
5+
set HZ_VERSION=5.6.0
66
)
77
set HAZELCAST_TEST_VERSION=%HZ_VERSION%
88
set HAZELCAST_ENTERPRISE_VERSION=%HZ_VERSION%

scripts/start-rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set +x
3434

3535
trap cleanup EXIT
3636

37-
HZ_VERSION=${HZ_VERSION:-5.5.5}
37+
HZ_VERSION=${HZ_VERSION:-5.6.0}
3838
HAZELCAST_TEST_VERSION=${HZ_VERSION}
3939
HAZELCAST_ENTERPRISE_VERSION=${HZ_VERSION}
4040
HAZELCAST_RC_VERSION=0.8-SNAPSHOT

0 commit comments

Comments
 (0)