Vampire commented on code in PR #707: URL: https://github.com/apache/maven-site/pull/707#discussion_r1970214098
########## content/apt/pom.apt.vm: ########## @@ -436,20 +436,20 @@ mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -Dartifa * Numeric tokens have the usual ordering of integers. * Qualifiers are first converted to lower case in the English locale. - Then they are ordered as by the `compareTo()` method of `java.lang.String`, + Then they are ordered as by the <<<compareTo()>>> method of <<<java.lang.String>>>, except for the following tokens which come first in this order: - "<<<alpha>>>" \< "<<<beta>>>" \< "<<<milestone>>>" \< "<<<rc>>>" = "<<<cr>>>" \< "<<<snapshot>>>" \< "" = "<<<final>>>" = "<<<ga>>>" \< "<<<sp>>>" + "<<<alpha>>>" \< "<<<beta>>>" \< "<<<milestone>>>" \< "<<<rc>>>" = "<<<cr>>>" \< "<<<snapshot>>>" \< "" = "<<<final>>>" = "<<<ga>>>" = "<<<release>>>" \< "<<<sp>>>" Review Comment: I understood it as these are the canonical names, next line says that you can abbreviate the first three if directly followed by a digit and then below you have the order including theses short-handles. `release` is part, yes, I check all my corrections using the `ComparableVersion.main` helper. Here it is defined: https://github.com/apache/maven/blob/master/compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java#L297 -- 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