fix: use central for publishing#1496
Merged
WilliamBergamin merged 1 commit intoslackapi:mainfrom Aug 20, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1496 +/- ##
============================================
- Coverage 73.06% 73.04% -0.03%
+ Complexity 4382 4380 -2
============================================
Files 475 475
Lines 14244 14244
Branches 1447 1447
============================================
- Hits 10407 10404 -3
- Misses 2984 2986 +2
- Partials 853 854 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zimeg
approved these changes
Aug 20, 2025
Member
zimeg
left a comment
There was a problem hiding this comment.
@WilliamBergamin Thank you for looking into this! 🤩
I'm optimistic for these changes so please feel free to merge when the time is right - we can of course fast follow a release as needed if configurations need more adjustment 🚢 💨
| <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> | ||
| <maven-versions-plugin.version>2.8.1</maven-versions-plugin.version> | ||
| <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> | ||
| <central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version> |
Member
There was a problem hiding this comment.
praise: Thanks for keeping this as a variable 🎁
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.
Following the end of life of ossrh we were blocked from cutting releases. This PR aims update the publishing process by using the recommended Maven plugin. It introduces changes to the release process that leverage central-publishing-maven-plugin
Category (place an
xin each of the[ ])Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.