elharo commented on code in PR #2438:
URL: https://github.com/apache/maven/pull/2438#discussion_r2132381075


##########
maven-model/src/main/mdo/maven.mdo:
##########
@@ -1087,10 +1087,8 @@
           <version>3.0.0+</version>
           <description>
             <![CDATA[
-            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 may break 
<i>predictability</i> of resolved version.
-            See <a href="https://s.apache.org/dependency-version";>dependency 
version requirement documentation</a>
-            and <a 
href="https://s.apache.org/transitive-dependencies-resolution";>transitive 
dependencies resolution</a> for more details.
+            The version of the dependency such as <code>3.2.1</code>. This can 
also be

Review Comment:
   Reverted most of this, with edits for corrections. I'm not sure it says as 
much as you're reading into it though.



##########
maven-model/src/main/mdo/maven.mdo:
##########
@@ -1401,10 +1399,10 @@
             <![CDATA[
             Gives the status of this artifact in the remote repository.
             This must not be set in your local project, as it is updated by
-            tools placing it in the reposiory. Valid values are: 
<code>none</code> (default),
-            <code>converted</code> (repository manager converted this from an 
Maven 1 POM),
+            tools placing it in the repository. Valid values are: 
<code>none</code> (default),
+            <code>converted</code> (repository manager converted this from a 
Maven 1 POM),
             <code>partner</code>
-            (directly synced from a partner Maven 2 repository), 
<code>deployed</code> (was deployed from a Maven 2
+            (directly synced from a partner Maven repository), 
<code>deployed</code> (was deployed from a Maven
             instance), <code>verified</code> (has been hand verified as 
correct and final).

Review Comment:
   No idea. Maybe file an issue to figure this out. Possible this was removed 
from the code years ago and no one update the docs at the time.



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