Switch from OSSRH to Maven Publisher API.

Closes #917
This commit is contained in:
Mark Paluch
2025-06-05 14:19:12 +02:00
parent c971bb6e88
commit fc45bd69e9
2 changed files with 29 additions and 29 deletions

View File

@@ -25,9 +25,9 @@
<password>${env.ARTIFACTORY_PSW}</password>
</server>
<server>
<id>sonatype-nexus-staging</id>
<username>${env.SONATYPE_USR}</username>
<password>${env.SONATYPE_PSW}</password>
<id>central</id>
<username>${env.CENTRAL_TOKEN_USERNAME}</username>
<password>${env.CENTRAL_TOKEN_PASSWORD}</password>
</server>
</servers>