diff --git a/chargebee/deploy.gradle b/chargebee/deploy.gradle index 2e603b4..0409ccf 100644 --- a/chargebee/deploy.gradle +++ b/chargebee/deploy.gradle @@ -34,8 +34,8 @@ publishing { repositories { maven { name = "maven" - def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/" + def releasesRepoUrl = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/" + def snapshotsRepoUrl = "https://central.sonatype.com/repository/maven-snapshots/" url = PUBLISH_VERSION.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl credentials { username maven_username @@ -99,4 +99,4 @@ afterEvaluate { signing { sign publishing.publications -} \ No newline at end of file +}