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

hboutemy pushed a commit to branch doc/modelVersion
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 97845946c79adb11f4678c46339fa93e5e25d654
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Wed Mar 18 08:52:43 2026 +0100

    document supported values
---
 api/maven-api-model/src/main/mdo/maven.mdo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/api/maven-api-model/src/main/mdo/maven.mdo 
b/api/maven-api-model/src/main/mdo/maven.mdo
index e7acdd78c8..b2af4d2172 100644
--- a/api/maven-api-model/src/main/mdo/maven.mdo
+++ b/api/maven-api-model/src/main/mdo/maven.mdo
@@ -92,7 +92,8 @@
           <name>modelVersion</name>
           <version>4.0.0+</version>
           <required>true</required>
-          <description>Declares to which version of project descriptor this 
POM conforms.</description>
+          <description>Declares to which version of project descriptor this 
POM conforms:
+            {@code 4.0.0} for Maven 3 or {@code 4.1.0} for Maven 
4.</description>
           <type>String</type>
         </field>
 

Reply via email to