o tweak the model for v3 and v4 generation

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-06 05:50:24 +00:00
parent ec786ecb3c
commit 1a13142117
1 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
<classes>
<class>
<name>Model</name>
<version>4.0.0</version>
<version>3.0.0+</version>
<fields>
<field>
<name>extend</name>
@ -574,7 +574,7 @@
</field>
<field>
<name>groupId</name>
<version>4.0.0</version>
<version>3.0.0+</version>
<required>true</required>
<description>
The project group that produced the dependency, e.g.
@ -584,7 +584,7 @@
</field>
<field>
<name>artifactId</name>
<version>4.0.0</version>
<version>3.0.0+</version>
<required>true</required>
<description>
The unique id for an artifact produced by the project group, e.g.
@ -652,7 +652,7 @@
</fields>
<codeSegments>
<codeSegment>
<version>3.0.0+</version>
<version>4.0.0</version>
<code>
public String getId()
{