You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/01/26 11:19:08 UTC

svn commit: r372496 - /maven/components/trunk/maven-model/maven.mdo

Author: evenisse
Date: Thu Jan 26 02:19:04 2006
New Revision: 372496

URL: http://svn.apache.org/viewcvs?rev=372496&view=rev
Log:
[MNG-1677] Fix SCM documentation
Submitted by: Dennis Lundberg

Modified:
    maven/components/trunk/maven-model/maven.mdo

Modified: maven/components/trunk/maven-model/maven.mdo
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=372496&r1=372495&r2=372496&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Thu Jan 26 02:19:04 2006
@@ -1992,12 +1992,11 @@
           <name>connection</name>
           <version>4.0.0</version>
           <description><![CDATA[
-            The source configuration management system URL
+            The <a href="http://maven.apache.org/scm/scm-url-format.html">source configuration management system URL</a>
             that describes the repository and how to connect to the
             repository.  This is used by Maven when
-            <a
-              href="/plugins/dist/index.html">building versions</a>
-            from specific ID. <a href="http://maven.apache.org/scm/scm-url-format.html">Url format</a>
+            <a href="/plugins/maven-assembly-plugin/index.html">building versions</a>
+            from specific ID.
           ]]></description>
           <type>String</type>
         </field>
@@ -2022,7 +2021,7 @@
         <field>
           <name>url</name>
           <version>4.0.0</version>
-          <description><![CDATA[The URL to the project's browsable CVS repository.]]></description>
+          <description><![CDATA[The URL to the project's browsable scm repository.]]></description>
           <type>String</type>
         </field>
       </fields>