Skip to content

Commit 7b9a613

Browse files
committed
HBX-3011 Switch to Maven Central publishing
- change the default value of 'RELEASE_PUBLISH_AUTOMATICALLY' to 'false' Signed-off-by: Koen Aers <[email protected]>
1 parent 9156884 commit 7b9a613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pipeline {
4949
)
5050
booleanParam(
5151
name: 'RELEASE_PUBLISH_AUTOMATICALLY',
52-
defaultValue: true,
52+
defaultValue: false,
5353
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.'
5454
)
5555
}

0 commit comments

Comments
 (0)