diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index 70cb3bce2b..69f9e459cb 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -33,13 +33,13 @@ pipeline { string( name: 'RELEASE_VERSION', defaultValue: '', - description: 'The version to be released, e.g. 7.0.0.Final.', + description: 'The version to be released, e.g. 7.0.1.Final.', trim: true ) string( name: 'DEVELOPMENT_VERSION', defaultValue: '', - description: 'The next version to be used after the release, e.g. 7.0.1-SNAPSHOT.', + description: 'The next version to be used after the release, e.g. 7.0.2-SNAPSHOT.', trim: true ) booleanParam( diff --git a/pom.xml b/pom.xml index 1af9544635..58434e6772 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ 1.26.0 2.3.232 7.0.3.Final - 7.0.0.Final + 7.0.1.Final 2.6.1 8.0.1 3.6.1.Final