timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
387 stars 317 forks source link

Please publish the next release #362

Closed rkpatel7 closed 5 years ago

rkpatel7 commented 5 years ago

This is similar to #200.

It's been more than a year since the last release published to maven (4.1.0) and since then there have been multiple changes made and merged to master:

@timols can you please release the next version? Thanks!

timols commented 5 years ago

Yes, will do this weekend!

rkpatel7 commented 5 years ago

Thanks! Would you be able take a look at the open pull requests and merge them in before releasing the new version? Selfishly I would like https://github.com/timols/java-gitlab-api/pull/361 to be merged in before the release is published but the checks did fail and would need to be re-run. It appears to have failed at installing jdk.

rkpatel7 commented 5 years ago

@timols I was able to fix the failing check in #363 by switching to openjdk in the travis config on that branch. I think we should merge that in so future PRs will also be able to take advantage of the fix.

timols commented 5 years ago

Done! I think your suggestion is a good one.

rkpatel7 commented 5 years ago

@timols hi do you have any update on getting the next release published? Thanks!

timols commented 5 years ago

@rkpatel7 Done! I just release v4.1.1 today

rkpatel7 commented 5 years ago

Thanks!