[
https://issues.apache.org/jira/browse/IO-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18037490#comment-18037490
]
Gary D. Gregory edited comment on IO-881 at 11/11/25 3:51 PM:
--------------------------------------------------------------
Hello [~veita]
That's just the way the Maven repository works. It sorts versions by number in
lexicographical order to give you the latest, and "20030203." is greater that
"0.", "1." and so on.
Not specifying a version number in a dependency seems like a bad practice to
me. See also
https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
was (Author: garydgregory):
Hello [~veita]
That's just the way the Maven repository works. It sorts versions by number in
lexicographical order to give you the latest, and "20030203." is greater that
"0.", "1." and so on.
> 20030203.000550 is now latest version in Maven
> ----------------------------------------------
>
> Key: IO-881
> URL: https://issues.apache.org/jira/browse/IO-881
> Project: Commons IO
> Issue Type: Wish
> Affects Versions: 2.21.0
> Reporter: Alexander Veit
> Priority: Minor
>
> With 2.21.0 the latest version in Maven has changed to
> `{color:#000000}20030203.000550{color}` which is wrong.
>
> See https://repo1.maven.org/maven2/commons-io/commons-io/maven-metadata.xml
--
This message was sent by Atlassian Jira
(v8.20.10#820010)