Skip to content

Commit 051848c

Browse files
committed
fix: maven central snapshotUrl and not url
1 parent 9644226 commit 051848c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ deploy:
382382
nexus2:
383383
snapshot-deploy:
384384
active: SNAPSHOT
385-
url: https://central.sonatype.com/repository/maven-snapshots/
385+
snapshotUrl: https://central.sonatype.com/repository/maven-snapshots/
386386
applyMavenCentralRules: true
387387
closeRepository: true
388388
releaseRepository: true

0 commit comments

Comments
 (0)