We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4d609 commit bda3caeCopy full SHA for bda3cae
ci/release/Jenkinsfile
@@ -37,13 +37,13 @@ pipeline {
37
string(
38
name: 'RELEASE_VERSION',
39
defaultValue: '',
40
- description: 'The version to be released, e.g. 6.3.3.Final.',
+ description: 'The version to be released, e.g. 6.5.4.Final.',
41
trim: true
42
)
43
44
name: 'DEVELOPMENT_VERSION',
45
46
- description: 'The next version to be used after the release, e.g. 6.3.4-SNAPSHOT.',
+ description: 'The next version to be used after the release, e.g. 6.5.5-SNAPSHOT.',
47
48
49
booleanParam(
0 commit comments