Skip to content

Commit 542aec2

Browse files
author
Jonathan Wenger
committed
Update URL for publishing
1 parent 8f3f38c commit 542aec2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if(hasProperty('target') && target == 'android') {
125125
repositories {
126126
maven {
127127
name = "Central"
128-
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
128+
url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
129129
credentials {
130130
username = project.findProperty("centralUsername") ?: System.getenv("CENTRAL_USERNAME")
131131
password = project.findProperty("centralPassword") ?: System.getenv("CENTRAL_PASSWORD")

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
<distributionManagement>
4040
<snapshotRepository>
4141
<id>central</id>
42-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
42+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/</url>
4343
</snapshotRepository>
4444
<repository>
4545
<id>central</id>
46-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
46+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
4747
</repository>
4848
</distributionManagement>
4949

0 commit comments

Comments
 (0)