You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/maven-api-model/src/main/mdo/maven.mdo
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1209,8 +1209,12 @@
1209
1209
<name>version</name>
1210
1210
<version>3.0.0+</version>
1211
1211
<description>
1212
-
The version of the dependency, e.g. {@code 3.2.1}. This can also be
1213
-
specified as a range of versions.
1212
+
<![CDATA[
1213
+
The version requirement of the dependency, e.g. {@code 3.2.1}. The actual version will be resolved based on the usage context.
1214
+
Version requirement can also be specified as a range of versions, e.g. {@code [3.2.0,)}. This is discouraged as it may break <i>predictability</i> of resolved version.
1215
+
See <a href="https://s.apache.org/dependency-version">dependency version requirement documentation</a>
1216
+
and <a href="https://s.apache.org/transitive-dependencies-resolution">transitive dependencies resolution</a> for more details.
0 commit comments