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(