Skip to content

Commit dc07f65

Browse files
authored
Fix maven central link in RELEASING.md (#1237)
Maven central recently sunset the OSSRH and is migrating to https://central.sonatype.com/ This PR updates the link in `RELEASING.md` to point to that site instead.
1 parent 3f1599a commit dc07f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Releasing
3535
6. Update the `gradle.properties` to the next SNAPSHOT version.
3636
7. `git commit -am "Prepare next development version."`
3737
8. `git push && git push --tags`
38-
9. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact.
38+
9. Visit [Maven Central Repository](https://central.sonatype.com/publishing/deployments) and publish the artifact.
3939
10. Go to [this page](https://github.com/uber/NullAway/releases/new) to create a new release on GitHub, using the release notes from `CHANGELOG.md`.

0 commit comments

Comments
 (0)