cstamas commented on code in PR #2279:
URL: https://github.com/apache/maven/pull/2279#discussion_r2069044434


##########
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>. The actual version will be resolved based on the usage 
context.
+            Version requirement can also be specified as a range of versions, 
e.g. <code>[3.2.0,)</code>. This is discouraged as it breaks 
<i>predictability</i> of resolved version.

Review Comment:
   ```suggestion
               Version requirement can also be specified as a range of 
versions, e.g. <code>[3.2.0,)</code>. User have to be aware that range versions 
may break <i>predictability</i> of resolved version in some cases.
   ```



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