From 9d447fe64c30632356d17fc7f58b7d07edc9e899 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Mon, 1 Sep 2025 16:35:54 +0200 Subject: [PATCH] HBX-3106: Update version identifiers in Jenkinsfile to 6.2.45.Final and 6.2.46-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 241f8ae9ab..a9e95e76be 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -36,14 +36,14 @@ pipeline { parameters { string( name: 'RELEASE_VERSION', - defaultValue: '6.2.44.Final', - description: 'The version to be released, e.g. 6.2.44.Final.', + defaultValue: '6.2.45.Final', + description: 'The version to be released, e.g. 6.2.45.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', - defaultValue: '6.2.45-SNAPSHOT', - description: 'The next version to be used after the release, e.g. 6.2.45-SNAPSHOT.', + defaultValue: '6.2.46-SNAPSHOT', + description: 'The next version to be used after the release, e.g. 6.2.46-SNAPSHOT.', trim: true ) booleanParam(