This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch MNG-8240
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 2a4f289a660b22aa6e25697e8a82c18e8e7343c1
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Fri Apr 25 08:07:50 2025 -0400

    Remove Maven 1 and 2 references
---
 api/maven-api-model/src/main/mdo/maven.mdo | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/api/maven-api-model/src/main/mdo/maven.mdo 
b/api/maven-api-model/src/main/mdo/maven.mdo
index f0e9f7ca9f..30c5444a0c 100644
--- a/api/maven-api-model/src/main/mdo/maven.mdo
+++ b/api/maven-api-model/src/main/mdo/maven.mdo
@@ -54,8 +54,7 @@
     <p>This is a reference for the Maven project descriptor used in Maven.</p>
     <p>An XSD is available at:</p>
     <ul>
-      <li><a 
href="https://maven.apache.org/xsd/maven-v3_0_0.xsd";>https://maven.apache.org/xsd/maven-v3_0_0.xsd</a>
 for Maven 1.1.</li>
-      <li><a 
href="https://maven.apache.org/xsd/maven-4.0.0.xsd";>https://maven.apache.org/xsd/maven-4.0.0.xsd</a>
 for Maven 2.0.</li>
+      <li><a 
href="https://maven.apache.org/xsd/maven-4.0.0.xsd";>https://maven.apache.org/xsd/maven-4.0.0.xsd</a>
 for Maven 3.0.</li>
       <li><a 
href="https://maven.apache.org/xsd/maven-4.1.0.xsd";>https://maven.apache.org/xsd/maven-4.1.0.xsd</a>
 for Maven 4.0.</li>
     </ul>
     ]]>
@@ -771,7 +770,7 @@
         <field>
           <name>defaultGoal</name>
           <version>3.0.0+</version>
-          <description>The default goal (or phase in Maven 2) to execute when 
none is specified for
+          <description>The default goal to execute when none is specified for
             the project. Note that in case of a build with subprojects, only 
the default goal of the top-level
             project is relevant, i.e. the default goals of subprojects are 
ignored. Since Maven 3,
             multiple goals/phases can be separated by whitespace.</description>
@@ -1210,7 +1209,7 @@
           <name>version</name>
           <version>3.0.0+</version>
           <description>
-            The version of the dependency, e.g. {@code 3.2.1}. Since Maven 2, 
this can also be
+            The version of the dependency, e.g. {@code 3.2.1}. This can also be
             specified as a range of versions.
           </description>
           <type>String</type>
@@ -2380,7 +2379,7 @@
             What to do when verification of an artifact checksum fails. Valid 
values are
             {@code ignore},
             {@code fail} (default for Maven 4 and above) or
-            {@code warn} (default for Maven 2 and 3).
+            {@code warn} (default for Maven 3).
           </description>
           <type>String</type>
         </field>
@@ -3384,10 +3383,6 @@
           <description><![CDATA[
             For a plugin project (packaging is {@code maven-plugin}), the 
minimum version of
             Maven required to use the resulting plugin.<br>
-            In Maven 2, this was also specifying the minimum version of Maven 
required to build a
-            project, but this usage is <b>deprecated</b> in Maven 3 and not 
checked any more: use
-            the <a 
href="https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html";>Maven
 Enforcer Plugin's
-            {@code requireMavenVersion} rule</a> instead.
             ]]>
           </description>
           <required>false</required>

Reply via email to