diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo
index 96954fa566..81821444e6 100644
--- a/maven-model/maven.mdo
+++ b/maven-model/maven.mdo
@@ -32,7 +32,6 @@
The location of the parent project, if one exists. Values from the parent project will be
the default for this project if they are left unspecified.
The path may be absolute, or relative to the current project.xml file.
-
String
@@ -620,17 +619,26 @@
connection
- the description
+
+ The source configuration management system URL
+ that describes the repository and how to connect to the
+ repository. This is used by Maven when building versions
+ from specific ID.
+ StringdeveloperConnection
- the description
+
+ Just like connection, but for developers, i.e. this scm connection
+ will not be read only.
+ Stringurl
- the description
+ The URL to the project's browsable CVS repository.String