From 06139bd38f7eadccdfdfeff314cb270986111bda Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Fri, 11 Jul 2025 15:29:10 +0300 Subject: [PATCH] HBX-3033: Update version identifiers in Jenkinsfile to 6.6.21.Final and 6.6.22-SNAPSHOT respectively Signed-off-by: Koen Aers --- ci/release/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index a9870a1c1..8cdd182fa 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -36,14 +36,14 @@ pipeline { parameters { string( name: 'RELEASE_VERSION', - defaultValue: '6.6.20.Final', - description: 'The version to be released, e.g. 6.6.20.Final.', + defaultValue: '6.6.21.Final', + description: 'The version to be released, e.g. 6.6.21.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', - defaultValue: '6.6.21-SNAPSHOT', - description: 'The next version to be used after the release, e.g. 6.6.21-SNAPSHOT.', + defaultValue: '6.6.22-SNAPSHOT', + description: 'The next version to be used after the release, e.g. 6.6.22-SNAPSHOT.', trim: true ) booleanParam(