build(release): central-publishing-maven-plugin 0.9.0 -> 0.10.0 + unblock Dependabot (Track N L2)#129
Merged
Conversation
…+ unblock Dependabot (Track N L2) The Dependabot ignore on central-publishing-maven-plugin 0.10.0 was added in 1.6.8 to defer the bump until validated against the release profile. The pom has since moved to 0.9.0, so this is a 1-minor bump, not the 3-minor jump the ignore comment described. - bump central.publishing.plugin.version 0.9.0 -> 0.10.0 - drop the now-obsolete Dependabot ignore (and its stale 0.7->0.10 comment) - CHANGELOG Build note Verified: 'mvn -P release package' BUILD SUCCESS — plugin 0.10.0 resolves and the sources/javadoc jars build. Central staging upload is exercised at the next publish (publish.yml on tag).
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.
Track N / L2 — central-publishing-maven-plugin 0.9.0 → 0.10.0 (cycle 1.6.9)
The Dependabot ignore on
central-publishing-maven-plugin 0.10.0was added in 1.6.8 to defer the bump until it could be validated against the release profile. Since then the pom moved to0.9.0, so this is a 1-minor bump (0.9 → 0.10), not the "3-minor jump (0.7 → 0.10)" the old ignore comment described — and0.9.0already shipped the 1.6.7 and 1.6.8 Maven Central releases.What changed
central.publishing.plugin.version0.9.0 → 0.10.0 (pom.xml).github/dependabot.yml)### BuildnoteVerification
./mvnw -P release package -DskipTests -Dgpg.skip=true -pl .→ BUILD SUCCESS; plugin0.10.0resolves from Central and the main / sources / javadoc jars build with<extensions>true</extensions>loaded.publish.yml) — it is validated at the next cut. If 0.10.0 misbehaves at publish time it is a follow-up patch (publishing-plumbing only; no artifact / runtime change).No artifact or runtime behaviour change.