Author: vsiveton
Date: Sun Dec 14 06:12:57 2008
New Revision: 726448

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

Modified:
    maven/ant-tasks/trunk/src/test/settings-mirror-wildcard.xml
    maven/ant-tasks/trunk/src/test/settings-mirror.xml
    maven/ant-tasks/trunk/src/test/settings-profile-default.xml
    maven/ant-tasks/trunk/src/test/settings-profile-file.xml

Modified: maven/ant-tasks/trunk/src/test/settings-mirror-wildcard.xml
URL: 
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/test/settings-mirror-wildcard.xml?rev=726448&r1=726447&r2=726448&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/test/settings-mirror-wildcard.xml (original)
+++ maven/ant-tasks/trunk/src/test/settings-mirror-wildcard.xml Sun Dec 14 
06:12:57 2008
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 
-<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";>
   <mirrors>
     <mirror>
       <id>wildcard</id>

Modified: maven/ant-tasks/trunk/src/test/settings-mirror.xml
URL: 
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/test/settings-mirror.xml?rev=726448&r1=726447&r2=726448&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/test/settings-mirror.xml (original)
+++ maven/ant-tasks/trunk/src/test/settings-mirror.xml Sun Dec 14 06:12:57 2008
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 
-<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";>
   <mirrors>
     <mirror>
       <id>fake-mirror</id>

Modified: maven/ant-tasks/trunk/src/test/settings-profile-default.xml
URL: 
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/test/settings-profile-default.xml?rev=726448&r1=726447&r2=726448&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/test/settings-profile-default.xml (original)
+++ maven/ant-tasks/trunk/src/test/settings-profile-default.xml Sun Dec 14 
06:12:57 2008
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 
-<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>
       <id>test-repo</id>

Modified: maven/ant-tasks/trunk/src/test/settings-profile-file.xml
URL: 
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/test/settings-profile-file.xml?rev=726448&r1=726447&r2=726448&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/test/settings-profile-file.xml (original)
+++ maven/ant-tasks/trunk/src/test/settings-profile-file.xml Sun Dec 14 
06:12:57 2008
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 
-<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>
       <id>test-repo</id>


Reply via email to