Skip to content

Commit 30e2d08

Browse files
author
Simon MacMullen
committed
Sonatype now requires https uploads.
1 parent 775e496 commit 30e2d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
# SIGNING_KEY -- the signing key to use
99
# GNUPG_PATH -- the path to the home directory for gnupg
1010

11-
NEXUS_ROOT="http://$CREDS@oss.sonatype.org/service/local/staging/deploy/maven2/com/rabbitmq/amqp-client/$VERSION"
11+
NEXUS_ROOT="https://$CREDS@oss.sonatype.org/service/local/staging/deploy/maven2/com/rabbitmq/amqp-client/$VERSION"
1212
unset http_proxy
1313
unset https_proxy
1414
unset no_proxy

0 commit comments

Comments
 (0)