2.0.0 release to be published & deps updates
dxps opened this issue · 1 comments
dxps commented
Hi Rick,
Could you please publish the new 2.0.0 release to Maven?
Although it was release on March 28, it is still published as BETA on Central Repository or MVN Repository.
Of course, that's not a showstopper as QBit can easily be built from source.
The Wiki articles should now be updated with the new dependencies like:
// using gradle:
dependencies {
compile group: 'io.advantageous.qbit', name: 'qbit-core', version: '2.0.0'
compile group: 'io.advantageous.qbit', name: 'qbit-vertx', version: '2.0.0'
...
}
Do you need any help on this part? I could start some PRs with documentation updates.
Last but not least, this is a wonderful library! 👍
Thank you for the effort and sharing!
dxps commented
Now I can see that version 2.0.0 was published on public Maven repos on 20-Oct-2017. 👍
Thanks. I'll close this issue.