Skip to content

Commit 258c484

Browse files
committed
HBX-3011: Switch to Maven Central publishing
- change the default value of 'RELEASE_PUBLISH_AUTOMATICALLY' to 'false' - fill out default versions (5.6.16.Final and 5.6.17-SNAPSHOT respectively) Signed-off-by: Koen Aers <[email protected]>
1 parent 91db32b commit 258c484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/release/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ pipeline {
3636
parameters {
3737
string(
3838
name: 'RELEASE_VERSION',
39-
defaultValue: '',
39+
defaultValue: '5.6.16.Final',
4040
description: 'The version to be released, e.g. 5.6.16.Final.',
4141
trim: true
4242
)
4343
string(
4444
name: 'DEVELOPMENT_VERSION',
45-
defaultValue: '',
45+
defaultValue: '5.6.17-SNAPSHOT',
4646
description: 'The next version to be used after the release, e.g. 5.6.17-SNAPSHOT.',
4747
trim: true
4848
)
@@ -53,7 +53,7 @@ pipeline {
5353
)
5454
booleanParam(
5555
name: 'RELEASE_PUBLISH_AUTOMATICALLY',
56-
defaultValue: true,
56+
defaultValue: false,
5757
description: 'If true, staging repository will get closed and published automatically, otherwise the artifacts will only be uploaded and the publishing (releasing the staging repository) has to be performed manually at Maven Central portal.'
5858
)
5959
}

0 commit comments

Comments
 (0)