sultan commented on code in PR #929: URL: https://github.com/apache/maven/pull/929#discussion_r1053451119
########## maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java: ########## @@ -304,23 +323,22 @@ public String toString() { * Represents a string in the version item list, usually a qualifier. */ private static class StringItem implements Item { - private static final List<String> QUALIFIERS = - Arrays.asList("alpha", "beta", "milestone", "rc", "snapshot", "", "sp"); + private static final List<String> QUALIFIERS = Arrays.asList("snapshot", "", "sp"); Review Comment: yes, it relies on the lexicographical order -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org