Author: vsiveton Date: Sun Dec 14 05:27:26 2008 New Revision: 726435 URL: http://svn.apache.org/viewvc?rev=726435&view=rev Log: o merged r726434 (Namespace misspelled in 2.1.0-M1 settings.xml)
Modified: maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml Modified: maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml?rev=726435&r1=726434&r2=726435&view=diff ============================================================================== --- maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml (original) +++ maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml Sun Dec 14 05:27:26 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. |