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 7b9a613 commit 5d12603Copy full SHA for 5d12603
ci/release/Jenkinsfile
@@ -32,14 +32,14 @@ pipeline {
32
parameters {
33
string(
34
name: 'RELEASE_VERSION',
35
- defaultValue: '',
36
- description: 'The version to be released, e.g. 7.0.2.Final.',
+ defaultValue: '7.0.3.Final',
+ description: 'The version to be released, e.g. 7.0.3.Final.',
37
trim: true
38
)
39
40
name: 'DEVELOPMENT_VERSION',
41
42
- description: 'The next version to be used after the release, e.g. 7.0.3-SNAPSHOT.',
+ defaultValue: '7.0.4-SNAPSHOT',
+ description: 'The next version to be used after the release, e.g. 7.0.4-SNAPSHOT.',
43
44
45
booleanParam(
0 commit comments