We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6290b93 commit a0145ceCopy full SHA for a0145ce
2 files changed
build-settings.xml
@@ -3,7 +3,7 @@
3
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4
<servers>
5
<server>
6
- <id>ossrh</id>
+ <id>central</id>
7
<username>${env.MAVEN_USERNAME}</username>
8
<password>${env.MAVEN_PASSWORD}</password>
9
</server>
pom.xml
@@ -431,7 +431,7 @@
431
<repository>
432
<!-- This is where the nexus staging plugin will publish artifacts -->
433
<id>central</id>
434
- <url>https://s01.ossss.sonatype.org/service/local/staging/deploy/maven2</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
435
</repository>
436
<!-- Optional: add snapshots if you publish SNAPSHOT versions -->
437
<!--
0 commit comments