jvanzyl 2004/04/14 19:03:54
Modified: maven-model maven.mdo
Log:
o adding some versions to elements to experiment with output for a specific version.
Working on the v3 -> v4 converter.
Revision Changes Path
1.26 +14 -9 maven-components/maven-model/maven.mdo
Index: maven.mdo
===================================================================
RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- maven.mdo 15 Apr 2004 01:59:20 -0000 1.25
+++ maven.mdo 15 Apr 2004 02:03:54 -0000 1.26
@@ -38,28 +38,31 @@
</field>
<field>
<name>parent</name>
+ <version>4.0.0</version>
<description>Specified which project to extend.</description>
<type>Parent</type>
<comment></comment>
</field>
<field>
<name>modelVersion</name>
+ <version>4.0.0</version>
<description>The version of this model you are using.</description>
<type>String</type>
</field>
<field>
<name>pomVersion</name>
+ <version>3.0.0</version>
<delegateTo>modelVersion</delegateTo>
</field>
<field>
<name>groupId</name>
- <version>??? used post 3.0.0</version>
+ <version>3.0.0</version>
<description>The primary grouping for your project.</description>
<type>String</type>
</field>
<field>
<name>artifactId</name>
- <version>??? used post 3.0.0</version>
+ <version>3.0.0</version>
<description>The identifier used when generating the artifact for your
project.</description>
<type>String</type>
</field>
@@ -72,25 +75,30 @@
</field>
<field>
<name>name</name>
+ <version>3.0.0</version>
<description>Human readable name of the project.</description>
<type>String</type>
</field>
<field>
<name>currentVersion</name>
+ <version>3.0.0</version>
<delegateTo>version</delegateTo>
</field>
<field>
<name>version</name>
+ <version>4.0.0</version>
<description>The current version of the project.</description>
<type>String</type>
</field>
<field>
<name>shortDescription</name>
+ <version>3.0.0</version>
<description>An abbreviated description of the project.</description>
<type>String</type>
</field>
<field>
<name>description</name>
+ <version>3.0.0</version>
<description>
A detailed description of the project. This element is
usually specified as CDATA to enable the use of HTML tags
@@ -101,29 +109,26 @@
<type>String</type>
</field>
<field>
- <name>type</name>
- <version>??? use post 3.0.0</version>
- <description>The type of artifact produced by the project.</description>
- <type>String</type>
- <defaultValue>jar</defaultValue>
- </field>
- <field>
<name>url</name>
+ <version>3.0.0</version>
<description>The URL where the project can be found.</description>
<type>String</type>
</field>
<field>
<name>logo</name>
+ <version>3.0.0</version>
<description>The logo for the project.</description>
<type>String</type>
</field>
<field>
<name>issueTrackingUrl</name>
+ <version>3.0.0</version>
<description>The URL where the issue tracking system used by the project
can be found.</description>
<type>String</type>
</field>
<field>
<name>inceptionYear</name>
+ <version>3.0.0</version>
<description>The year the project started.</description>
<type>String</type>
</field>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]