Vampire commented on code in PR #707:
URL: https://github.com/apache/maven-site/pull/707#discussion_r1970227376


##########
content/apt/pom.apt.vm:
##########
@@ -479,31 +479,31 @@ mvn install:install-file -Dfile=non-maven-proj.jar 
-DgroupId=some.group -Dartifa
 
   * "<<<1-foo2>>>" \< "<<<1-foo10>>>" (correctly automatically "switching" to 
numeric order)
 
-  * "<<<1.foo>>>" = "<<<1-foo>>>" \< "<<<1-1>>>" = "<<<1.1>>>"
+  * "<<<1.foo>>>" = "<<<1-foo>>>" \< "<<<1-1>>>" \< "<<<1.1>>>"

Review Comment:
   As I said, no idea.
   But also here it is also following the documented algorithm higher on the 
page:
   > If the separator is the same, then compare the token:
   > [...]
   > else ".qualifier" = "-qualifier" < "-number" < ".number"
   
   So this is the `"-number" < ".number"` case where `-1` is less than `.1` and 
thus `1-1` less than `1.1`.



-- 
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

Reply via email to