You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/12/28 14:58:31 UTC

svn commit: r729740 - in /maven/components/branches/maven-2.1.x: ./ maven-model/src/main/mdo/maven.mdo maven-model/src/site/apt/index.apt

Author: bentmann
Date: Sun Dec 28 05:58:31 2008
New Revision: 729740

URL: http://svn.apache.org/viewvc?rev=729740&view=rev
Log:
o Consequently used http://maven.apache.org/xsd/* for the schema locations (merged from r729738)

Modified:
    maven/components/branches/maven-2.1.x/   (props changed)
    maven/components/branches/maven-2.1.x/maven-model/src/main/mdo/maven.mdo
    maven/components/branches/maven-2.1.x/maven-model/src/site/apt/index.apt

Propchange: maven/components/branches/maven-2.1.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Dec 28 05:58:31 2008
@@ -1,5 +1,5 @@
 /maven/components/branches/maven-2.0.10-RC:679193-679867,680477-688882,708790-728809,728834
-/maven/components/branches/maven-2.0.x:679552-679867,693956-728820,728836,728940,729060
+/maven/components/branches/maven-2.0.x:679552-679867,693956-728820,728836,728940,729060,729738
 /maven/components/branches/maven-2.1.0-M1-RC:690315,691793-694304
 /maven/components/branches/maven-2.1.0-RC:688883,689695,689976,689990
 /maven/components/trunk:720001,721902,726845,729292

Modified: maven/components/branches/maven-2.1.x/maven-model/src/main/mdo/maven.mdo
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-model/src/main/mdo/maven.mdo?rev=729740&r1=729739&r2=729740&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/components/branches/maven-2.1.x/maven-model/src/main/mdo/maven.mdo Sun Dec 28 05:58:31 2008
@@ -52,7 +52,7 @@
     <p>An XSD is available at:</p>
     <ul>
       <li><a href="http://maven.apache.org/xsd/maven-v3_0_0.xsd">http://maven.apache.org/xsd/maven-v3_0_0.xsd</a> for Maven 1.1.</li>
-      <li><a href="http://maven.apache.org/xsd/maven-4_0_0.xsd">http://maven.apache.org/xsd/maven-4_0_0.xsd</a> for Maven 2.0.</li>
+      <li><a href="http://maven.apache.org/xsd/maven-4.0.0.xsd">http://maven.apache.org/xsd/maven-4.0.0.xsd</a> for Maven 2.0.</li>
     </ul>
     ]]>
   </description>

Modified: maven/components/branches/maven-2.1.x/maven-model/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-model/src/site/apt/index.apt?rev=729740&r1=729739&r2=729740&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/maven-model/src/site/apt/index.apt (original)
+++ maven/components/branches/maven-2.1.x/maven-model/src/site/apt/index.apt Sun Dec 28 05:58:31 2008
@@ -17,4 +17,4 @@
 
    * A {{{maven.html}Descriptor Reference}}
 
-   * An XSD {{{http://maven.apache.org/maven-v3_0_0.xsd}for Maven 1.1}} and {{{http://maven.apache.org/maven-v4_0_0.xsd}for Maven 2.0}}.
+   * An XSD {{{http://maven.apache.org/xsd/maven-v3_0_0.xsd}for Maven 1.1}} and {{{http://maven.apache.org/xsd/maven-4.0.0.xsd}for Maven 2.0}}.