Author: vsiveton
Date: Sun Dec 14 06:14:51 2008
New Revision: 726452

URL: http://svn.apache.org/viewvc?rev=726452&view=rev
Log:
o fixed settings XSD due to r726420

Modified:
    maven/plugins/trunk/maven-ear-plugin/src/test/resources/settings.xml

Modified: maven/plugins/trunk/maven-ear-plugin/src/test/resources/settings.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/test/resources/settings.xml?rev=726452&r1=726451&r2=726452&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/src/test/resources/settings.xml 
(original)
+++ maven/plugins/trunk/maven-ear-plugin/src/test/resources/settings.xml Sun 
Dec 14 06:14:51 2008
@@ -17,9 +17,9 @@
 under the License.
 -->
 
-<settings xmlns="http://maven.apache.org/POM/4.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/POM/4.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";>
   <profiles>
     <profile>
       <activation>


Reply via email to