Skip to content

Commit 064edd1

Browse files
committed
misc: update aws nexus repo uris
1 parent 21e3c54 commit 064edd1

File tree

1 file changed

+2
-2
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+2
-2
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ fun Project.configureNexus() {
155155
packageGroup.set(publishGroupName)
156156
repositories {
157157
create("awsNexus") {
158-
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
159-
snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
158+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
159+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
160160
username.set(project.property(SONATYPE_USERNAME_PROP) as String)
161161
password.set(project.property(SONATYPE_PASSWORD_PROP) as String)
162162
}

0 commit comments

Comments
 (0)