chore(deps): bump build plugins and curl4j, gate GPG signing on release profile#20
Merged
Merged
Conversation
…se profile - Bump maven-compiler-plugin 3.14.0 -> 3.15.0 - Bump maven-javadoc-plugin 3.11.2 -> 3.12.0 - Bump maven-surefire-plugin 3.5.3 -> 3.5.5 - Bump jacoco-maven-plugin 0.8.13 -> 0.8.14 - Bump formatter-maven-plugin 2.26.0 -> 2.29.0 - Bump central-publishing-maven-plugin 0.7.0 -> 0.10.0 - Bump maven-gpg-plugin 3.2.7 -> 3.2.8 and move it under a release profile (bestPractices enabled), so non-release builds no longer require a GPG key - Bump curl4j 1.3.0 -> 1.3.2
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.
Summary
Routine maintenance bump of build plugins and the
curl4jdependency, plus a small build-config change so non-release builds no longer require a GPG key.Changes Made
maven-compiler-plugin3.14.0 → 3.15.0maven-javadoc-plugin3.11.2 → 3.12.0maven-surefire-plugin3.5.3 → 3.5.5jacoco-maven-plugin0.8.13 → 0.8.14formatter-maven-plugin2.26.0 → 2.29.0central-publishing-maven-plugin0.7.0 → 0.10.0releaseprofilemaven-gpg-plugin3.2.7 → 3.2.8releaseprofile with<bestPractices>true</bestPractices>, so artifact signing only runs when-Preleaseis active. Defaultmvn installno longer fails for contributors without a GPG key configured.org.codelibs:curl4j1.3.0 → 1.3.2Testing
mvn installlocally with the new plugin versions (without-Prelease) to confirm the build succeeds without GPG.maven-release-pluginflow should be invoked with-Prelease(or the existing release script) to ensure artifacts are still signed at release time.Breaking Changes
-Preleaseto trigger GPG signing. Anyone running release commands manually should update their command line accordingly. No source/API changes.Additional Notes
maven-release-pluginis invoked (CI script, release docs) so that signed artifacts continue to be produced for Sonatype Central.