Skip to content

Commit 4b79fff

Browse files
committed
document the only supported value: 4.0.0
1 parent 32a0564 commit 4b79fff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

maven-model/src/main/mdo/maven.mdo

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@
8686
<name>modelVersion</name>
8787
<version>4.0.0+</version>
8888
<required>true</required>
89-
<description>Declares to which version of project descriptor this POM conforms.</description>
89+
<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>
9095
<type>String</type>
9196
</field>
9297

0 commit comments

Comments
 (0)