sultan commented on code in PR #845: URL: https://github.com/apache/maven/pull/845#discussion_r1002518719
########## maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java: ########## @@ -354,15 +354,15 @@ public String toString() implements Item { private static final List<String> QUALIFIERS = - Arrays.asList( "alpha", "beta", "milestone", "rc", "snapshot", "", "sp" ); + Arrays.asList( "alpha", "beta", "milestone", "preview", "rc", "snapshot", "", "sp" ); Review Comment: preview is used like milestone, so previous to RC -- 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