-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version X is considered newer than Y incorrectly #19
Comments
It is quite difficult to say if one version is older or newer than another just from the version text. |
ok, it's not so important but better fix someday maybe there is timestamp or date field to check |
One more example from #30:
|
Could you just lop |
One more from #22:
|
And from #33
|
From #31:
|
This resolves some parts of rtimush#19: - 0.8.0.RELEASE -> 0.8.0-rc3 - 3.10-FINAL -> 3.10-beta2
Another case (should this be another ticket?):
It thinks that 2.4.0-1 is older than 2.4.0, when in reality it's a hotfix version. |
Just wanted to add - I think you can specify something like |
Hi,
in my dependencies i'm using bonecp in version 0.8.0.RELEASE
also im using sbt-updates 0.1.3 with sbt 0.13.1
when call dependencyUpdates i'm getting:
but version 0.8.0-rc3 is older than 0.8.0.RELEASE
(http://mvnrepository.com/artifact/com.jolbox/bonecp, https://github.com/wwadge/bonecp/releases)
it's correct behavior?
The text was updated successfully, but these errors were encountered: