Skip to content

Commit

Permalink
Merge pull request #53 from boschglobal/feature-46_6
Browse files Browse the repository at this point in the history
chore: Change Publishing URL
  • Loading branch information
SebastianSchildt authored Nov 30, 2023
2 parents 6dcc34d + 82f628d commit 03b854a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ afterEvaluate {
maven {
name = "OSSRHRelease"

url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = System.getenv("ORG_OSSRH_USERNAME")
password = System.getenv("ORG_OSSRH_PASSWORD")
Expand All @@ -45,7 +45,7 @@ afterEvaluate {
maven {
name = "OSSRHSnapshot"

url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
credentials {
username = System.getenv("ORG_OSSRH_USERNAME")
password = System.getenv("ORG_OSSRH_PASSWORD")
Expand Down

0 comments on commit 03b854a

Please sign in to comment.