Skip to content

Commit 2b13036

Browse files
authored
Merge pull request #500 from Ecwid/update_links
Swap the invalid link for repository location and remove other links without new counterpart
2 parents 41f1b0e + ffcb108 commit 2b13036

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build.gradle.kts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,6 @@ fun printFinalReleaseNote(groupId: String, artifactId: String, sanitizedVersion:
253253
println("Discover on Maven Central:")
254254
println(" https://repo1.maven.org/maven2/${groupId.replace('.', '/')}/$artifactId/")
255255
println()
256-
println("Edit or delete artifacts on OSS Nexus Repository Manager:")
257-
println(" https://oss.sonatype.org/#nexus-search;gav~$groupId~~~~")
258-
println()
259-
println("Control staging repositories on OSS Nexus Repository Manager:")
260-
println(" https://oss.sonatype.org/#stagingRepositories")
261-
println()
262256
println("========================================================")
263257
println()
264258
}
@@ -273,10 +267,7 @@ fun printDevSnapshotReleaseNote(groupId: String, artifactId: String, sanitizedVe
273267
println(" version: $sanitizedVersion")
274268
println()
275269
println("Discover on Maven Central:")
276-
println(" https://oss.sonatype.org/content/groups/public/${groupId.replace('.', '/')}/$artifactId/")
277-
println()
278-
println("Edit or delete artifacts on OSS Nexus Repository Manager:")
279-
println(" https://oss.sonatype.org/#nexus-search;gav~$groupId~~~~")
270+
println(" https://central.sonatype.com/repository/maven-snapshots/${groupId.replace('.', '/')}/$artifactId/$sanitizedVersion/maven-metadata.xml")
280271
println()
281272
println("========================================================")
282273
println()

0 commit comments

Comments
 (0)