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

svn commit: r726453 - in /maven/site/trunk/src/site/apt: guides/getting-started/index.apt settings.apt

Author: vsiveton
Date: Sun Dec 14 06:15:22 2008
New Revision: 726453

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

Modified:
    maven/site/trunk/src/site/apt/guides/getting-started/index.apt
    maven/site/trunk/src/site/apt/settings.apt

Modified: maven/site/trunk/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/getting-started/index.apt?rev=726453&r1=726452&r2=726453&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/site/trunk/src/site/apt/guides/getting-started/index.apt Sun Dec 14 06:15:22 2008
@@ -1075,9 +1075,9 @@
 +----+
 
 +----+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <servers>

Modified: maven/site/trunk/src/site/apt/settings.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/settings.apt?rev=726453&r1=726452&r2=726453&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/settings.apt (original)
+++ maven/site/trunk/src/site/apt/settings.apt Sun Dec 14 06:15:22 2008
@@ -53,9 +53,9 @@
   Here is an overview of the top elements under <<<settings>>>:
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   <localRepository/>
   <interactiveMode/>
@@ -78,9 +78,9 @@
   values which describe elements of the build system that are active full-time.
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   <localRepository>${user.home}/.m2/repository</localRepository>
   <interactiveMode>true</interactiveMode>
@@ -133,9 +133,9 @@
   <<<settings.xml>>>.
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <servers>
@@ -179,9 +179,9 @@
 * {Mirrors}
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <mirrors>
@@ -236,9 +236,9 @@
 * {Proxies}
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <proxies>
@@ -295,9 +295,9 @@
   element.
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <profiles>
@@ -383,9 +383,9 @@
   []
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <profiles>
@@ -411,9 +411,9 @@
   be searched for a matching release or snapshot artifact.
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <profiles>
@@ -483,9 +483,9 @@
 * {Active Profiles}
 
 +------------------------------------+
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<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">
   ...
   <activeProfiles>