Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Travis CI instead of Rultor to release to Maven Central #260

Closed
uklimaschewski opened this issue May 25, 2021 · 2 comments
Closed

Use Travis CI instead of Rultor to release to Maven Central #260

uklimaschewski opened this issue May 25, 2021 · 2 comments
Assignees

Comments

@uklimaschewski
Copy link
Collaborator

Looks like @rultor, which I used for creating releases and deploying to Maven Central is not working anymore. At least not with the current setup, probably something has changed.
Instead of fixing rultor, consider using Travis CI also for this job.

@srinisubramanian
Copy link

@uklimaschewski I need the maven jar with the latest fix regarding the String variable that was merged #244 . Any idea when the artifact will be published to Maven or should I just go with a locally compiled jar? Thanks for your assistance in this

@uklimaschewski
Copy link
Collaborator Author

Version 2.6 has been published to Maven Central. It can already be referenced in builds, but it may take a few hours until it also is visible in Maven Central search.

From now on, every push to master will create and publish a snaphost release to Sonatype Nexus repository manager.

To create a release that will be published also to Maven Central, create and push a tag from master branch, e.g.:

$ git tag 2.7
$ git push origin 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants