Author: jdcasey
Date: Wed Apr 29 20:33:53 2009
New Revision: 769918

URL: http://svn.apache.org/viewvc?rev=769918&view=rev
Log:
[MNG-3776] Fix case of 'settings' in the schemaLocation for conf/settings.xml

Modified:
    maven/components/branches/maven-2.2.x/apache-maven/src/conf/settings.xml

Modified: 
maven/components/branches/maven-2.2.x/apache-maven/src/conf/settings.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x/apache-maven/src/conf/settings.xml?rev=769918&r1=769917&r2=769918&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.x/apache-maven/src/conf/settings.xml 
(original)
+++ maven/components/branches/maven-2.2.x/apache-maven/src/conf/settings.xml 
Wed Apr 29 20:33:53 2009
@@ -45,7 +45,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/SETTINGS/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.
    |


Reply via email to