ma1uta / jeon

Matrix API (java)
Apache License 2.0
20 stars 7 forks source link

SNAPHOST dependency versions in released POMs #3

Closed MikkCZ closed 4 years ago

MikkCZ commented 4 years ago

When I try to use your library as Maven dependency in the latest version 0.10.0, there are bunch of unresolvable transitive dependencies of version 0.9.2-SNAPSHOT. I noticed in your POM you are using dedicated version properties and you probably forgot to bump them.

What I recommend it to keep the version on a single place (the top most parent POM) and refer to that version. I will create a PR for both jmsdk and jeon repositories.

MikkCZ commented 4 years ago

Please release 0.11.1 when this is fixed. Thank you. ;)