From 96b61b200088e30c5be11e4efc567235746ebd7d Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 15 Apr 2004 02:03:54 +0000 Subject: [PATCH] o adding some versions to elements to experiment with output for a specific version. Working on the v3 -> v4 converter. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162668 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/maven.mdo | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index fb67d89098..38f3986fb6 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -38,28 +38,31 @@ parent + 4.0.0 Specified which project to extend. Parent modelVersion + 4.0.0 The version of this model you are using. String pomVersion + 3.0.0 modelVersion groupId - ??? used post 3.0.0 + 3.0.0 The primary grouping for your project. String artifactId - ??? used post 3.0.0 + 3.0.0 The identifier used when generating the artifact for your project. String @@ -72,25 +75,30 @@ name + 3.0.0 Human readable name of the project. String currentVersion + 3.0.0 version version + 4.0.0 The current version of the project. String shortDescription + 3.0.0 An abbreviated description of the project. String description + 3.0.0 A detailed description of the project. This element is usually specified as CDATA to enable the use of HTML tags @@ -100,30 +108,27 @@ String - - type - ??? use post 3.0.0 - The type of artifact produced by the project. - String - jar - url + 3.0.0 The URL where the project can be found. String logo + 3.0.0 The logo for the project. String issueTrackingUrl + 3.0.0 The URL where the issue tracking system used by the project can be found. String inceptionYear + 3.0.0 The year the project started. String