You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/12/14 15:13:56 UTC

svn commit: r726451 - /maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/maven-site/fml/general.fml

Author: vsiveton
Date: Sun Dec 14 06:13:56 2008
New Revision: 726451

URL: http://svn.apache.org/viewvc?rev=726451&view=rev
Log:
o fixed settings XSD due to r726420

Modified:
    maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/maven-site/fml/general.fml

Modified: maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/maven-site/fml/general.fml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/maven-site/fml/general.fml?rev=726451&r1=726450&r2=726451&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/maven-site/fml/general.fml (original)
+++ maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/maven-site/fml/general.fml Sun Dec 14 06:13:56 2008
@@ -346,9 +346,9 @@
   ...
 &lt;/project&gt;</source>
         <source>
-&lt;settings xmlns="http://maven.apache.org/POM/4.0.0"
+&lt;settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                       http://maven.apache.org/xsd/settings-1.0.0.xsd"&gt;
   ...
 &lt;/settings&gt;</source>