mirror of https://github.com/apache/maven.git
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:
parent
42aa645f96
commit
cab9714c2c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue