We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a0564 commit 4b79fffCopy full SHA for 4b79fff
maven-model/src/main/mdo/maven.mdo
@@ -86,7 +86,12 @@
86
<name>modelVersion</name>
87
<version>4.0.0+</version>
88
<required>true</required>
89
- <description>Declares to which version of project descriptor this POM conforms.</description>
+ <description>
90
+ <![CDATA[
91
+ Declares to which version of project descriptor this POM conforms to: <code>4.0.0</code> is the only
92
+ value supported by Maven 3.
93
+ ]]>
94
+ </description>
95
<type>String</type>
96
</field>
97
0 commit comments