Skip to content

Commit a0145ce

Browse files
committed
patch: fix publishing
1 parent 6290b93 commit a0145ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
44
<servers>
55
<server>
6-
<id>ossrh</id>
6+
<id>central</id>
77
<username>${env.MAVEN_USERNAME}</username>
88
<password>${env.MAVEN_PASSWORD}</password>
99
</server>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
<repository>
432432
<!-- This is where the nexus staging plugin will publish artifacts -->
433433
<id>central</id>
434-
<url>https://s01.ossss.sonatype.org/service/local/staging/deploy/maven2</url>
434+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
435435
</repository>
436436
<!-- Optional: add snapshots if you publish SNAPSHOT versions -->
437437
<!--

0 commit comments

Comments
 (0)