pzygielo commented on code in PR #2279: URL: https://github.com/apache/maven/pull/2279#discussion_r2064385928
########## maven-model/src/main/mdo/maven.mdo: ########## @@ -1087,8 +1087,10 @@ <version>3.0.0+</version> <description> <![CDATA[ - The version of the dependency, e.g. <code>3.2.1</code>. In Maven 2, this can also be - specified as a range of versions. + The version requirement of the dependency, e.g. <code>3.2.1</code> for soft version requirement: the effective version will be resolved based on the usage context. + In Maven 2, version requirement can also be specified as a range of versions, e.g. <code>[3.2.0,)</code>: notice this is discouraged, as it may break <i>predictability</i> of resolved version. + See <a href="https://s.apache.org/dependendy-version">dependency version requirement documentation</a> Review Comment: Could the typo in shortcut be corrected? <sup>Fixed mine :smile:</sup> -- 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