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