Skip to content

Commit ec2b674

Browse files
authored
Merge pull request #160 from intergral/migrate-ossrh
fix(release): Update release to use central instead of OSSRH
2 parents eb5a33d + 283039d commit ec2b674

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@
119119
<distributionManagement>
120120
<snapshotRepository>
121121
<id>ossrh</id>
122-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
122+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
123123
</snapshotRepository>
124124
<repository>
125125
<id>ossrh</id>
126-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
126+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
127127
</repository>
128128
</distributionManagement>
129129
<build>
@@ -148,7 +148,7 @@
148148
<extensions>true</extensions>
149149
<configuration>
150150
<serverId>ossrh</serverId>
151-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
151+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
152152
<autoReleaseAfterClose>true</autoReleaseAfterClose>
153153
</configuration>
154154
</plugin>

0 commit comments

Comments
 (0)