hub4j / github-api

Java API for GitHub
https://github-api.kohsuke.org/
MIT License
1.12k stars 718 forks source link

Maven central moving to new publishing model and plugin #1798

Open bitwiseman opened 4 months ago

bitwiseman commented 4 months ago

It looks like Sonatype is moving to a new model for publishing: https://github.com/sonatype/nexus-public/issues/110#issuecomment-1900500381

The project may need to re-register or do some other updates to work in the new system: https://central.sonatype.org/register/central-portal/ https://central.sonatype.org/publish/publish-portal-maven/

It is still in preview, so this is not urgent. I've started work on this but don't have time to finish it now: https://github.com/hub4j/github-api/tree/feature/new-maven-central-publishing

bitwiseman commented 4 weeks ago

Had to update URLs: https://github.com/hub4j/github-api/commit/7a067596c0fec4bbb943dc71a2d2efcf515e9255

Not sure if there's more to be done here.