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:57:36 UTC

svn commit: r729739 - in /maven/components/branches/maven-2.0.10-RC: ./ maven-model/src/main/mdo/maven.mdo maven-model/src/site/apt/index.apt

Author: bentmann
Date: Sun Dec 28 05:57:36 2008
New Revision: 729739

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

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

Propchange: maven/components/branches/maven-2.0.10-RC/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Dec 28 05:57:36 2008
@@ -1,2 +1,2 @@
-/maven/components/branches/maven-2.0.x:709032,709208,709241,725949,726541,727007,727548
+/maven/components/branches/maven-2.0.x:709032,709208,709241,725949,726541,727007,727548,729738
 /maven/components/trunk:721902,726845

Modified: maven/components/branches/maven-2.0.10-RC/maven-model/src/main/mdo/maven.mdo
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-model/src/main/mdo/maven.mdo?rev=729739&r1=729738&r2=729739&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-model/src/main/mdo/maven.mdo Sun Dec 28 05:57:36 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.0.10-RC/maven-model/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/maven-model/src/site/apt/index.apt?rev=729739&r1=729738&r2=729739&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/maven-model/src/site/apt/index.apt (original)
+++ maven/components/branches/maven-2.0.10-RC/maven-model/src/site/apt/index.apt Sun Dec 28 05:57:36 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}}.