This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 4efba7210b document supported values (#11810)
4efba7210b is described below
commit 4efba7210bc318772b84edc2d188b35aef3eaac8
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Jun 12 15:08:49 2026 +0200
document supported values (#11810)
Co-authored-by: Guillaume Nodet <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
api/maven-api-model/src/main/mdo/maven.mdo | 2 +-
1 file changed, 1 insertion(+), 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 a5f907635c..83dc5aff1d 100644
--- a/api/maven-api-model/src/main/mdo/maven.mdo
+++ b/api/maven-api-model/src/main/mdo/maven.mdo
@@ -92,7 +92,7 @@
<name>modelVersion</name>
<version>4.0.0+</version>
<required>true</required>
- <description>Declares to which version of project descriptor this
POM conforms to:
+ <description>Declares which version of the project descriptor this
POM conforms to:
{@code 4.0.0} for Maven 3 or {@code 4.1.0} for Maven
4.</description>
<type>String</type>
</field>