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 cde6523 commit ba19d0dCopy full SHA for ba19d0d
ci/release/Jenkinsfile
@@ -36,14 +36,14 @@ pipeline {
36
parameters {
37
string(
38
name: 'RELEASE_VERSION',
39
- defaultValue: '6.2.47.Final',
40
- description: 'The version to be released, e.g. 6.2.47.Final.',
+ defaultValue: '6.2.48.Final',
+ description: 'The version to be released, e.g. 6.2.48.Final.',
41
trim: true
42
)
43
44
name: 'DEVELOPMENT_VERSION',
45
- defaultValue: '6.2.48-SNAPSHOT',
46
- description: 'The next version to be used after the release, e.g. 6.2.48-SNAPSHOT.',
+ defaultValue: '6.2.49-SNAPSHOT',
+ description: 'The next version to be used after the release, e.g. 6.2.49-SNAPSHOT.',
47
48
49
booleanParam(
0 commit comments