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