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 42aa645f96
commit cab9714c2c
1 changed files with 4 additions and 4 deletions

View File

@ -1961,16 +1961,16 @@
</description> </description>
<fields> <fields>
<field> <field>
<name>artifactId</name> <name>groupId</name>
<version>4.0.0</version> <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> <required>true</required>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
<name>groupId</name> <name>artifactId</name>
<version>4.0.0</version> <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> <required>true</required>
<type>String</type> <type>String</type>
</field> </field>