Skip to content

Commit e6ecc16

Browse files
committed
Update repository ID for OSSRH -> Central Portal
See: * https://central.sonatype.org/pages/ossrh-eol/ * https://central.sonatype.org/publish/publish-portal-maven/ For the moment, we leave the environment variable names alone, even though the prefix "OSSRH" is a misnomer now. Reason: it is possible that the existing OSSRH user tokens were migrated directly. If they don't work, I'll change this script again to use new environment variables, and issue a better error if the new variables are missing.
1 parent 950438f commit e6ecc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if [ -f pom.xml ]; then
9797
<password>$(escapeXML "$MAVEN_PASS")</password>
9898
</server>
9999
<server>
100-
<id>sonatype-nexus-releases</id>
100+
<id>central</id>
101101
<username>$OSSRH_USER</username>
102102
<password>$(escapeXML "$OSSRH_PASS")</password>
103103
</server>

0 commit comments

Comments
 (0)