From f6f816a9eacd52c76387930629d5e679f8ae651a Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Thu, 10 Jul 2025 15:52:32 +0300 Subject: [PATCH] HBX-3026: Update version identifiers in Jenkinsfile to 7.0.5.Final and 7.0.6-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 07e0f692ac..856898b1d0 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -32,14 +32,14 @@ pipeline { parameters { string( name: 'RELEASE_VERSION', - defaultValue: '7.0.4.Final', - description: 'The version to be released, e.g. 7.0.4.Final.', + defaultValue: '7.0.5.Final', + description: 'The version to be released, e.g. 7.0.5.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', - defaultValue: '7.0.5-SNAPSHOT', - description: 'The next version to be used after the release, e.g. 7.0.5-SNAPSHOT.', + defaultValue: '7.0.6-SNAPSHOT', + description: 'The next version to be used after the release, e.g. 7.0.6-SNAPSHOT.', trim: true ) booleanParam(