Author: bentmann
Date: Sat Oct 16 11:23:44 2010
New Revision: 1023249

URL: http://svn.apache.org/viewvc?rev=1023249&view=rev
Log:
[MNG-4867] incorrect namespace in settings.xml

Modified:
    maven/maven-3/trunk/apache-maven/src/conf/settings.xml

Modified: maven/maven-3/trunk/apache-maven/src/conf/settings.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/src/conf/settings.xml?rev=1023249&r1=1023248&r2=1023249&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/src/conf/settings.xml (original)
+++ maven/maven-3/trunk/apache-maven/src/conf/settings.xml Sat Oct 16 11:23:44 
2010
@@ -43,7 +43,7 @@ under the License.
  | values (values used when the setting is not specified) are provided.
  |
  |-->
-<settings xmlns="http://maven.apache.org/settings/1.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/SETTINGS/1.0.0 
http://maven.apache.org/xsd/settings-1.0.0.xsd";>
   <!-- localRepository


Reply via email to