Skip to content

Commit d0437f1

Browse files
committed
HBX-3035: Update version identifiers in Jenkinsfile to 7.0.6.Final and 7.0.7-SNAPSHOT respectively
Signed-off-by: Koen Aers <[email protected]>
1 parent a2777b9 commit d0437f1

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
@@ -32,14 +32,14 @@ pipeline {
3232
parameters {
3333
string(
3434
name: 'RELEASE_VERSION',
35-
defaultValue: '7.0.5.Final',
36-
description: 'The version to be released, e.g. 7.0.5.Final.',
35+
defaultValue: '7.0.6.Final',
36+
description: 'The version to be released, e.g. 7.0.6.Final.',
3737
trim: true
3838
)
3939
string(
4040
name: 'DEVELOPMENT_VERSION',
41-
defaultValue: '7.0.6-SNAPSHOT',
42-
description: 'The next version to be used after the release, e.g. 7.0.6-SNAPSHOT.',
41+
defaultValue: '7.0.7-SNAPSHOT',
42+
description: 'The next version to be used after the release, e.g. 7.0.7-SNAPSHOT.',
4343
trim: true
4444
)
4545
booleanParam(

0 commit comments

Comments
 (0)