Skip to content

Commit 919d297

Browse files
committed
HBX-3012: Update version identifiers in Jenkinsfile to 6.6.19.Final and 6.6.20-SNAPSHOT respectively
- Fill out the above identifiers as the default values Signed-off-by: Koen Aers <[email protected]>
1 parent 2b4ff71 commit 919d297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/release/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ pipeline {
3636
parameters {
3737
string(
3838
name: 'RELEASE_VERSION',
39-
defaultValue: '',
39+
defaultValue: '6.6.19.Final',
4040
description: 'The version to be released, e.g. 6.6.19.Final.',
4141
trim: true
4242
)
4343
string(
4444
name: 'DEVELOPMENT_VERSION',
45-
defaultValue: '',
45+
defaultValue: '6.6.20-SNAPSHOT',
4646
description: 'The next version to be used after the release, e.g. 6.6.20-SNAPSHOT.',
4747
trim: true
4848
)

0 commit comments

Comments
 (0)