This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 3f908024ad document supported values (#11810) (#12252)
3f908024ad is described below
commit 3f908024ad180d128df3e3c81db12dc535819776
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jun 12 16:43:32 2026 +0200
document supported values (#11810) (#12252)
Co-authored-by: Hervé Boutemy <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
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 74aff7785e..eb5618d9af 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 which version of the project descriptor this
POM conforms to:
+ {@code 4.0.0} for Maven 3, {@code 4.1.0} or {@code 4.2.0} for
Maven 4.</description>
<type>String</type>
</field>