fixed elements order of parent: groupId, artifactId, version

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1187777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2011-10-22 20:53:40 +00:00
parent fd58243560
commit 5b544d3105
1 changed files with 4 additions and 4 deletions

View File

@ -1961,16 +1961,16 @@
</description>
<fields>
<field>
<name>artifactId</name>
<name>groupId</name>
<version>4.0.0</version>
<description>The artifact id of the parent project to inherit from.</description>
<description>The group id of the parent project to inherit from.</description>
<required>true</required>
<type>String</type>
</field>
<field>
<name>groupId</name>
<name>artifactId</name>
<version>4.0.0</version>
<description>The group id of the parent project to inherit from.</description>
<description>The artifact id of the parent project to inherit from.</description>
<required>true</required>
<type>String</type>
</field>