Author: hboutemy Date: Sat Oct 22 20:53:40 2011 New Revision: 1187777 URL: http://svn.apache.org/viewvc?rev=1187777&view=rev Log: fixed elements order of parent: groupId, artifactId, version
Modified: maven/maven-3/trunk/maven-model/src/main/mdo/maven.mdo Modified: maven/maven-3/trunk/maven-model/src/main/mdo/maven.mdo URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model/src/main/mdo/maven.mdo?rev=1187777&r1=1187776&r2=1187777&view=diff ============================================================================== --- maven/maven-3/trunk/maven-model/src/main/mdo/maven.mdo (original) +++ maven/maven-3/trunk/maven-model/src/main/mdo/maven.mdo Sat Oct 22 20:53:40 2011 @@ -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>