Author: vsiveton Date: Sun Dec 14 05:27:56 2008 New Revision: 726436 URL: http://svn.apache.org/viewvc?rev=726436&view=rev Log: o merged r726434 (Namespace misspelled in 2.1.0-M1 settings.xml)
Modified: maven/components/trunk/maven-distribution/src/conf/settings.xml Modified: maven/components/trunk/maven-distribution/src/conf/settings.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/src/conf/settings.xml?rev=726436&r1=726435&r2=726436&view=diff ============================================================================== --- maven/components/trunk/maven-distribution/src/conf/settings.xml (original) +++ maven/components/trunk/maven-distribution/src/conf/settings.xml Sun Dec 14 05:27:56 2008 @@ -43,7 +43,7 @@ |--> <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/setrings/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <!-- localRepository | The path to the local repository maven will use to store artifacts. |