fix release pipeline

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
Cassandra Coyle 2025-07-29 14:17:22 -05:00
parent 1f7369ebc5
commit 41ba0192be
No known key found for this signature in database
2 changed files with 7 additions and 8 deletions

13
pom.xml
View File

@ -52,17 +52,16 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
</repository>
<site>
<id>localDocsDirectory</id>
<url>file:${maven.multiModuleProjectDirectory}/docs/</url>
</site>
<!-- Use default repository -->
<!-- <repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository> -->
</distributionManagement>
<dependencyManagement>
@ -170,7 +169,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>

View File

@ -1,5 +1,5 @@
<!--
OSSRH_USER_TOKEN and OSSRH-PWD_TOKEN: The username and password tokens for your OSSRH account
OSSRH_USER_TOKEN and OSSRH_PWD_TOKEN: The username and password tokens for your OSSRH account
GPG_KEY: the name of the GPG key file to use for signing e.g. F784FAB8
GPG_PWD: the password to access the GPG key
-->