diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index da6310832a..07e0f692ac 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -32,14 +32,14 @@ pipeline { parameters { string( name: 'RELEASE_VERSION', - defaultValue: '7.0.3.Final', - description: 'The version to be released, e.g. 7.0.3.Final.', + defaultValue: '7.0.4.Final', + description: 'The version to be released, e.g. 7.0.4.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', - defaultValue: '7.0.4-SNAPSHOT', - description: 'The next version to be used after the release, e.g. 7.0.4-SNAPSHOT.', + defaultValue: '7.0.5-SNAPSHOT', + description: 'The next version to be used after the release, e.g. 7.0.5-SNAPSHOT.', trim: true ) booleanParam(