sultan commented on PR #929: URL: https://github.com/apache/maven/pull/929#issuecomment-1363814046
> > > what i wonder if its also the same for the dot/hyphen change and need revert 3.8 and 3.9 so the fix is only on 4.0 (the more i think the more i'm tempted to say yes) > > Why? The docs say: > > ``` > else ".qualifier" = "-qualifier" < "-number" < ".number" > ``` > > so `.X` and `-X` are equal and this is what your fix does. It aligns an inconsistency with the specs/docs. this equality is a change in the docs dated from Nov 14th on maven site * PR https://github.com/apache/maven-site/pull/331 it was previously * else "<<<.qualifier>>>" \< "<<<-qualifier>>>" \< "<<<-number>>>" \< "<<<.number>>>" thus a major change in the docs from maven site that would mean revert change on 3.x for Jira #7644 * PR #930 * PR #931 -- 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