This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch doc/modelVersion-4.0.0 in repository https://gitbox.apache.org/repos/asf/maven.git
commit a11e31cf68ad06deefdb216b85702238da397ecb Author: Hervé Boutemy <[email protected]> AuthorDate: Wed Mar 18 08:43:25 2026 +0100 document the only supported value: 4.0.0 --- maven-model/src/main/mdo/maven.mdo | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo index 9f144d6234..d8d74056b6 100644 --- a/maven-model/src/main/mdo/maven.mdo +++ b/maven-model/src/main/mdo/maven.mdo @@ -86,7 +86,12 @@ <name>modelVersion</name> <version>4.0.0+</version> <required>true</required> - <description>Declares to which version of project descriptor this POM conforms.</description> + <description> + <![CDATA[ + Declares to which version of project descriptor this POM conforms: <code>4.0.0</code> is the only + value supported by Maven 3. + ]]> + </description> <type>String</type> </field>
