Skip to content

Commit 287a1a1

Browse files
committed
chore: publish using Portal OSSRH Staging API
1 parent 12e06b3 commit 287a1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ java=$(rlocation "$java_rlocationpath")
5757
"$java" -jar "${JAZZER_JAR_PATH}" --version 2>&1 | grep '^Jazzer v' || \
5858
fail "JAZZER_JAR_PATH is not a valid jazzer.jar"
5959

60-
MAVEN_REPO=https://oss.sonatype.org/service/local/staging/deploy/maven2
60+
MAVEN_REPO=https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2
6161

6262
# The Jazzer jar itself bundles native libraries for multiple architectures and thus can't be built
6363
# on the local machine. It is obtained from CI and passed in via JAZZER_JAR_PATH.

0 commit comments

Comments
 (0)