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