jsevellec / cassandra-unit

Utility tool to load Data into Cassandra to help you writing good isolated JUnit Test into your application
GNU Lesser General Public License v3.0
424 stars 0 forks source link

Versioning scheme is wrong #296

Closed asarkar closed 5 years ago

asarkar commented 5 years ago

Since SEMVAR sorts versions alphabetically, 3.7.1.0 is treated as newer to 3.11.2.0. See here.

One way to fix this problem is to use double digits for all numbers.

jsevellec commented 5 years ago

Yes I know i did a mistake with the versioning.

I would advise to specify the version in the dependency to not take the last one

asarkar commented 5 years ago

What was done to resolve this issue?

jsevellec commented 5 years ago

Unfortunately nothing...