diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index d7da11f5c1..241f8ae9ab 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -36,14 +36,14 @@ pipeline { parameters { string( name: 'RELEASE_VERSION', - defaultValue: '6.2.43.Final', - description: 'The version to be released, e.g. 6.2.43.Final.', + defaultValue: '6.2.44.Final', + description: 'The version to be released, e.g. 6.2.44.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', - defaultValue: '6.2.44-SNAPSHOT', - description: 'The next version to be used after the release, e.g. 6.2.44-SNAPSHOT.', + defaultValue: '6.2.45-SNAPSHOT', + description: 'The next version to be used after the release, e.g. 6.2.45-SNAPSHOT.', trim: true ) booleanParam(