8000 HBX-2986: Update the Jenkinsfile version identifiers for a future rel… · hibernate/hibernate-tools@298038f · GitHub
[go: up one dir, main page]

Skip to content

Commit 298038f

Browse files
committed
HBX-2986: Update the Jenkinsfile version identifiers for a future release
Signed-off-by: Koen Aers <koen.aers@gmail.com>
1 parent 633428c commit 298038f

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
@@ -37,13 +37,13 @@ pipeline {
3737
string(
3838
name: 'RELEASE_VERSION',
3939
defaultValue: '',
40-
description: 'The 740C version to be released, e.g. 6.6.15.Final.',
40+
description: 'The version to be released, e.g. 6.6.16.Final.',
4141
trim: true
4242
)
4343
string(
4444
name: 'DEVELOPMENT_VERSION',
4545
defaultValue: '',
46-
description: 'The next version to be used after the release, e.g. 6.6.16-SNAPSHOT.',
46+
description: 'The next version to be used after the release, e.g. 6.6.17-SNAPSHOT.',
4747
trim: true
4848
)
4949
booleanParam(

0 commit comments

Comments
 (0)
0