Skip to content

Commit cda4f30

Browse files
authored
Merge pull request #64 from Kucoin/dev
fix(pom.xml): update Sonatype repository URLs
2 parents 3c5e2a1 + ab98e25 commit cda4f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@
188188
<distributionManagement>
189189
<snapshotRepository>
190190
<id>ossrh</id>
191-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
191+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
192192
</snapshotRepository>
193193
<repository>
194194
<id>ossrh</id>
195-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
195+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
196196
</repository>
197197
</distributionManagement>
198198

0 commit comments

Comments
 (0)