Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Repository url change (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibhagavandas committed Nov 4, 2019
1 parent 9bbb14e commit 6326f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amazonfreertossdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ uploadArchives {
mavenDeployer {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
repository(url: "https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/") {
authentication(userName: ossrhUsername, password: ossrhPassword)
}

snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
snapshotRepository(url: "https://aws.oss.sonatype.org/content/repositories/snapshots/") {
authentication(userName: ossrhUsername, password: ossrhPassword)
}

Expand Down Expand Up @@ -123,4 +123,4 @@ uploadArchives {
}
}
}
}
}

0 comments on commit 6326f32

Please sign in to comment.