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
fd58243560
commit
5b544d3105
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue