Skip to content

Commit 06139bd

Browse files
committed
HBX-3033: Update version identifiers in Jenkinsfile to 6.6.21.Final and 6.6.22-SNAPSHOT respectively
Signed-off-by: Koen Aers <[email protected]>
1 parent a7f4f59 commit 06139bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/release/Jenkinsfile

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

0 commit comments

Comments
 (0)