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 3f4e7b6 commit 8a1bc39Copy full SHA for 8a1bc39
ci/release/Jenkinsfile
@@ -32,13 +32,13 @@ pipeline {
32
parameters {
33
string(
34
name: 'RELEASE_VERSION',
35
- defaultValue: '7.0.6.Final',
+ defaultValue: '7.0.7.Final',
36
description: 'The version to be released, e.g. 7.0.7.Final.',
37
trim: true
38
)
39
40
name: 'DEVELOPMENT_VERSION',
41
- defaultValue: '7.0.7-SNAPSHOT',
+ defaultValue: '7.0.8-SNAPSHOT',
42
description: 'The next version to be used after the release, e.g. 7.0.8-SNAPSHOT.',
43
44
0 commit comments