We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90eb4f7 commit e24b311Copy full SHA for e24b311
pom.xml
@@ -76,13 +76,13 @@
76
<id>nexus</id>
77
<!-- Use the localhost endpoint for testing -->
78
<!-- <url>http://localhost:8081/repository/maven-snapshots/</url> -->
79
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
80
</snapshotRepository>
81
<repository>
82
83
84
<!-- <url>http://localhost:8081/repository/maven-releases/</url> -->
85
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://ossrh-staging-api.central.sonatype.com/service/local/</url>
86
</repository>
87
</distributionManagement>
88
0 commit comments