Author: vsiveton Date: Sun Dec 14 05:26:34 2008 New Revision: 726434 URL: http://svn.apache.org/viewvc?rev=726434&view=rev Log: MNG-3776: Namespace misspelled in 2.1.0-M1 settings.xml
o using http://maven.apache.org/SETTINGS/1.0.0 due to MNG-2636 applied in r726420 o need to reploy xsd Modified: maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml Modified: maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml?rev=726434&r1=726433&r2=726434&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml (original) +++ maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml Sun Dec 14 05:26:34 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. |