Skip to content

Commit

Permalink
Fix versions comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
sultan committed Oct 22, 2022
1 parent abfa815 commit d014203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/apt/pom.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -Dartifa

* the "<<<alpha>>>", "<<<beta>>>" and "<<<milestone>>>" qualifiers can respectively be shortened to "a", "b" and "m" when directly followed by a number.

* else "<<<.qualifier>>>" \< "<<<-qualifier>>>" \< "<<<-number>>>" \< "<<<.number>>>"
* else "<<<.qualifier>>>" = "<<<-qualifier>>>" \< "<<<-number>>>" \< "<<<.number>>>"

[]

Expand All @@ -525,7 +525,7 @@ mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group -Dartifa

* "<<<1-snapshot>>>" \< "<<<1>>>" \< "<<<1-sp>>>" (qualifier padding)

* "<<<1-foo2>>>" \< "<<<1-foo10>>>" (correctly automatically "switching" to numeric order)
* "<<<1-foo2>>>" = "<<<1-foo10>>>" (correctly automatically "switching" to numeric order)

* "<<<1.foo>>>" \< "<<<1-foo>>>" \< "<<<1-1>>>" \< "<<<1.1>>>"

Expand Down

0 comments on commit d014203

Please sign in to comment.