Skip to content

Commit 3aaa204

Browse files
committed
[refactor] Maven artifacts should be distributed by newer Central Portal
1 parent 3731c6a commit 3aaa204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elemental-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,9 @@
632632

633633
<distributionManagement>
634634
<repository>
635-
<id>sonatype-nexus-staging</id>
636-
<name>Nexus Release Repository</name>
637-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
635+
<id>central-ossrh-staging</id>
636+
<name>Central Portal - OSSRH Staging API</name>
637+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
638638
</repository>
639639
</distributionManagement>
640640

0 commit comments

Comments
 (0)