From 80361aee901e19645293210a29eeb8058e944274 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Tue, 3 Jun 2025 17:13:55 +0200 Subject: [PATCH] HBX-2999: Update 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 486ee25dcf..4e872ee5fd 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.2.38.Final.', + description: 'The version to be released, e.g. 6.2.39.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', defaultValue: '', - description: 'The next version to be used after the release, e.g. 6.2.39-SNAPSHOT.', + description: 'The next version to be used after the release, e.g. 6.2.40-SNAPSHOT.', trim: true ) booleanParam(