From d567f4f29c3a5b331e777c707e390413e87925c0 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Mon, 26 May 2025 15:52:33 +0200 Subject: [PATCH] HBX-2994: Backport automated releases to branch 6.4 - Amend the version identifiers in the Jenkinsfile Signed-off-by: Koen Aers --- ci/release/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index e8acfdc375..c23af2ad13 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -37,13 +37,13 @@ pipeline { string( name: 'RELEASE_VERSION', defaultValue: '', - description: 'The version to be released, e.g. 6.3.3.Final.', + description: 'The version to be released, e.g. 6.4.11.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', defaultValue: '', - description: 'The next version to be used after the release, e.g. 6.3.4-SNAPSHOT.', + description: 'The next version to be used after the release, e.g. 6.4.12-SNAPSHOT.', trim: true ) booleanParam(