Skip to content

Commit a1585c0

Browse files
committed
chore: Update publishing settings
1 parent 268d72c commit a1585c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dsl-java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ jreleaser {
206206
nexus2 {
207207
'maven-central' {
208208
active = 'ALWAYS'
209-
url = 'https://s01.oss.sonatype.org/service/local'
210-
snapshotUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
209+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/'
210+
snapshotUrl = 'https://central.sonatype.com/repository/maven-snapshots/'
211211
closeRepository = true
212212
releaseRepository = true
213213
username = System.getenv("MAVEN_USERNAME")

0 commit comments

Comments
 (0)