diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile
index 3cfbdabfa7..97388c10bb 100644
--- a/ci/release/Jenkinsfile
+++ b/ci/release/Jenkinsfile
@@ -37,13 +37,13 @@ pipeline {
string(
name: 'RELEASE_VERSION',
defaultValue: '',
- description: 'The version to be released, e.g. 6.2.33.Final.',
+ description: 'The version to be released, e.g. 6.2.34.Final.',
trim: true
)
string(
name: 'DEVELOPMENT_VERSION',
defaultValue: '',
- description: 'The next version to be used after the release, e.g. 6.2.34-SNAPSHOT.',
+ description: 'The next version to be used after the release, e.g. 6.2.35-SNAPSHOT.',
trim: true
)
booleanParam(
diff --git a/pom.xml b/pom.xml
index abf88bb822..c554a972d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,11 +92,11 @@