Wrong latest version
Opened this issue · 0 comments
jedjebari commented
- What are you trying to do?
I want to determine the latest version of a given artifact
https://search.maven.org/search?q=g:commons-lang%20AND%20a:commons-lang
It says the latest version is 20030203.000129 whereas it should be 2.6
See : https://mvnrepository.com/artifact/commons-lang/commons-lang
- How could we solve this issue? (Not knowing is okay!)
How do you determine a release is the latest ? (do you sort by versions strings, or do you sort by publish date ?)