Namespace misspelled in 2.1.0-M1 settings.xml
---------------------------------------------
Key: MNG-3776
URL: http://jira.codehaus.org/browse/MNG-3776
Project: Maven 2
Issue Type: Bug
Components: Settings
Affects Versions: 2.1.0-M1
Reporter: Patrick Crocker
Priority: Trivial
The conf/settings.xml file delivered in apache-maven-2.1.0-m1 contains a
misspelling:
{code:xml}
<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">
{code}
The namespace in xsi:schemaLocation contains the misspelled word "setrings"
instead of the proper "settings".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira