Skip to content

Commit 8a1bc39

Browse files
committed
HBX-3045: Update version identifiers in Jenkinsfile to 7.0.7.Final and 7.0.8-SNAPSHOT respectively
- Some updates were forgotten Signed-off-by: Koen Aers <[email protected]>
1 parent 3f4e7b6 commit 8a1bc39

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

0 commit comments

Comments
 (0)