Skip to content

Commit

Permalink
Correct publishing URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAssadi committed Sep 8, 2021
1 parent 7672357 commit f52b1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-toml-property-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ publishing {
}
repositories {
maven {
def releasesRepoUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
def snapshotsRepoUrl = 'https://oss.sonatype.org/content/repositories/snapshots/'
def releasesRepoUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
def snapshotsRepoUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
allowInsecureProtocol=true
credentials(PasswordCredentials)
Expand Down

0 comments on commit f52b1b6

Please sign in to comment.