docs: clarify Maven staging behavior across release candidates#3963
Merged
andygrove merged 1 commit intoapache:mainfrom Apr 16, 2026
Merged
docs: clarify Maven staging behavior across release candidates#3963andygrove merged 1 commit intoapache:mainfrom
andygrove merged 1 commit intoapache:mainfrom
Conversation
Document that publish-to-maven.sh only closes the staging repository (releasing is manual after the vote passes), that the Maven version is shared across all RCs for a given release, and that the previous RC's staging repository should be dropped in Nexus before staging the next RC.
mbutrovich
approved these changes
Apr 16, 2026
Contributor
mbutrovich
left a comment
There was a problem hiding this comment.
I think this looks right to me, though I have not done this process myself. Thanks @andygrove!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #.
Rationale for this change
The release process doc is ambiguous about how Maven staging works when a vote fails and a new RC is needed. Specifically:
publish-to-maven.shonly calls the Nexusfinishendpoint, which closes the staging repo — it does not release to Maven Central. Releasing is (correctly) a manual step performed later in### Publishing Maven Artifacts.0.13.0) is shared across all RCs — the-rc1/-rc2suffix only appears in the git tag and the SVN source tarball. Nothing in the doc explains this, which makes it unclear whether re-staging for rc2 is safe.What changes are included in this PR?
publish-to-maven.shdoes (closes only; does not release).How are these changes tested?
Documentation-only change.