Skip to content

Commit f6f816a

Browse files
committed
HBX-3026: Update version identifiers in Jenkinsfile to 7.0.5.Final and 7.0.6-SNAPSHOT respectively
Signed-off-by: Koen Aers <[email protected]>
1 parent 2a92f66 commit f6f816a

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.4.Final',
36-
description: 'The version to be released, e.g. 7.0.4.Final.',
35+
defaultValue: '7.0.5.Final',
36+
description: 'The version to be released, e.g. 7.0.5.Final.',
3737
trim: true
3838
)
3939
string(
4040
name: 'DEVELOPMENT_VERSION',
41-
defaultValue: '7.0.5-SNAPSHOT',
42-
description: 'The next version to be used after the release, e.g. 7.0.5-SNAPSHOT.',
41+
defaultValue: '7.0.6-SNAPSHOT',
42+
description: 'The next version to be used after the release, e.g. 7.0.6-SNAPSHOT.',
4343
trim: true
4444
)
4545
booleanParam(

0 commit comments

Comments
 (0)