cstamas opened a new pull request, #11786:
URL: https://github.com/apache/maven/pull/11786

   This feature was totally off from what it was documented.
   
   Doco: 
https://maven.apache.org/plugins/maven-invoker-plugin/examples/selector-conditions.html
   
   Expressions and changes:
   * "11" (did equality) is now "starts with `11.`" (as per doco, as range 
`[1.5,)` is equivalent of this)
   * "11+" (unsure what this did) is now "contained in `[11,)`" (as per doco)
   * "11-" (unsure what this did) is now "contained in `(,11)`" (as per doco)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to