diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo
index 9dcc71e7aa..b055044104 100644
--- a/maven-model/maven.mdo
+++ b/maven-model/maven.mdo
@@ -54,44 +54,44 @@
version
- The currently version of your project.
+ The currently version of the project.
String
shortDescription
- An abbreviated description of your project.
+ An abbreviated description of the project.
String
description
- A full description of your project.
+ A full description of the project.
String
type
??? use post 3.0.0
- The type of artifact produced by your project.
+ The type of artifact produced by the project.
String
jar
url
- The URL where your project can be found.
+ The URL where the project can be found.
String
logo
- The logo for your project.
+ The logo for the project.
String
issueTrackingUrl
- The URL where the issue tracking system used by your project can be found.
+ The URL where the issue tracking system used by the project can be found.
String
inceptionYear
- The year your project started.
+ The year the project started.
String
@@ -101,64 +101,64 @@
siteAddress
- The FQDN of the host where your project's site is uploaded.
+ The FQDN of the host where the project's site is uploaded.
String
siteDirectory
- The directory on your site host where site documentation is placed when the site is uploaded.
+ The directory on the site host where site documentation is placed when the site is uploaded.
String
distributionSite
- The FQDN of the host where your project's artifacts are uploaded.
+ The FQDN of the host where the project's artifacts are uploaded.
String
distributionDirectory
- The directory on your distribution host where artifacts are placed when uploaded.
+ The directory on the distribution host where artifacts are placed when uploaded.
String
mailingLists
- the description
+ The mailing lists for the project.
java.util.List
new ArrayList()
developers
- the description
+ The developers working on the project.
java.util.List
new ArrayList()
contributors
- the description
+ People who have contributed to the project.
java.util.List
new ArrayList()
dependencies
- the description
+ The project's dependencies.
java.util.List
new ArrayList()
licenses
- the description
+ The project's licenses.
java.util.List
new ArrayList()
versions
- the description
+ The released versions of the project.
java.util.List
new ArrayList()
branches
- the description
+ The SCM branches create for the project.
java.util.List
new ArrayList()
@@ -174,12 +174,6 @@
java.util.List
new ArrayList()
-
- versionMap
- the description
- java.util.Map
- new HashMap()
-
repository
the description