File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 78
78
79
79
# Changelog
80
80
## [ Unreleased]
81
+ ### Changed
82
+ - Bump sonatype URLs now that [ the old ones are dead] ( https://github.com/diffplug/spotless/pull/2539 ) .
81
83
82
84
## [ 9.0.3] - 2025-06-27
83
85
### Changed
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ if (project.parent == null) {
28
28
nexusPublishing {
29
29
repositories {
30
30
sonatype {
31
- nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" ))
32
- snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ))
31
+ nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
32
+ snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
33
33
username = nexus_user
34
34
password = nexus_pass
35
35
}
You can’t perform that action at this time.
0 commit comments