icann / czds-api-client-java

A Java reference implementation for CZDS download zone file API
Other
76 stars 19 forks source link

release timeline? #7

Closed maxcellent closed 4 years ago

maxcellent commented 4 years ago

Hi, this may not be the best idea to raise an issue but there is no contact on the readme.md

Wondering when will be the next release? Our project requires jackson-databind version to be at least 2.10.0. I can see in the latest codebase is already using 2.10.1 but from maven central it's still using 2.9.x: https://repo1.maven.org/maven2/org/icann/czds/czds-client/1.0/czds-client-1.0.pom

Do you think you can help to release a new version with the latest dependency?

dongmei-cao commented 4 years ago

@maxcellent Version 1.0.3 has been released with jackson-databind 2.10.1 and java 11. Please checkout out. Thanks.

maxcellent commented 4 years ago

thanks, this is working fine now.