From 619d8454207fc34d40a25e6bdfa8e490929b6ce7 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Mon, 19 Aug 2024 10:18:05 +0100 Subject: [PATCH] Revert backport issue incrementing versions to `6.0` [5.5] (#1253) When https://github.com/hazelcast/hz-docs/pull/1233 was backported in c635ad4c35fd46f75a559f256cc62d7e46b00b29, it seems to have copied additional changes not made in that PR, incrementing: - `page-latest-supported-mc` - `page-latest-supported-java-client` This PR reverts that. --- docs/antora.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index d1527035e..2e3720902 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -19,8 +19,8 @@ asciidoc: # All page-latest attributes are used as a variable in the docs for things like download links and search results page-latest-cli: '5.2021.09' # Must be lowercase because this is how the version appears in the docs - page-latest-supported-mc: '6.0-snapshot' - page-latest-supported-java-client: '6.0.0-SNAPSHOT' + page-latest-supported-mc: '5.5.0' + page-latest-supported-java-client: '5.5.0' # https://github.com/hazelcast/hazelcast-go-client/releases page-latest-supported-go-client: '1.4.2' # https://github.com/hazelcast/hazelcast-cpp-client/releases