Skip to content

Commit ad085ba

Browse files
Merge pull request #304 from plivo/fix-release
fix url
2 parents 0ea8bcb + bff1fd7 commit ad085ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ publishing {
192192

193193
repositories {
194194
maven {
195-
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
196-
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
195+
def releasesRepoUrl = "https://central.sonatype.org/service/local/staging/deploy/maven2/"
196+
def snapshotsRepoUrl = "https://central.sonatype.org/content/repositories/snapshots/"
197197
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
198198

199199
credentials {

0 commit comments

Comments
 (0)