From 9c6d84448e23fe69bffecdec77f8a497dad64a25 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Thu, 24 Jul 2025 17:36:43 +0300 Subject: [PATCH] HBX-3056: Update version identifiers in Jenkinsfile to 6.2.42.Final and 6.2.43-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 9867fce87f..b2f169b3c8 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -36,14 +36,14 @@ pipeline { parameters { string( name: 'RELEASE_VERSION', - defaultValue: '6.2.41.Final', - description: 'The version to be released, e.g. 6.2.41.Final.', + defaultValue: '6.2.42.Final', + description: 'The version to be released, e.g. 6.2.42.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', - defaultValue: '6.2.42-SNAPSHOT', - description: 'The next version to be used after the release, e.g. 6.2.42-SNAPSHOT.', + defaultValue: '6.2.43-SNAPSHOT', + description: 'The next version to be used after the release, e.g. 6.2.43-SNAPSHOT.', trim: true ) booleanParam(