updated IT poms to use http://maven.apache.org/xsd/maven-4.0.0.xsd schema

git-svn-id: https://svn.apache.org/repos/asf/maven/ant-tasks/trunk@919234 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml b/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml
index c147d37..2dbe541 100755
--- a/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml
+++ b/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml
@@ -2,7 +2,7 @@
 
 <project xmlns="http://maven.apache.org/POM/4.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/maven-v4_0_0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>it.ant-tasks</groupId>
   <artifactId>ant-run</artifactId>
diff --git a/src/it/ant-tasks-in-ant-run-plugin/pom.xml b/src/it/ant-tasks-in-ant-run-plugin/pom.xml
index 3ec13d8..da396c1 100755
--- a/src/it/ant-tasks-in-ant-run-plugin/pom.xml
+++ b/src/it/ant-tasks-in-ant-run-plugin/pom.xml
@@ -2,7 +2,7 @@
 
 <project xmlns="http://maven.apache.org/POM/4.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/maven-v4_0_0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>it.ant-tasks</groupId>
   <artifactId>ant-run</artifactId>
@@ -13,7 +13,7 @@
   <description>
     Try to call the ant tasks through the ant run plugin.
   </description>
-  
+
   <build>
     <finalName>testfile</finalName>
     <plugins>
@@ -36,9 +36,9 @@
           </execution>
         </executions>
       </plugin>
-      
+
     </plugins>
-    
+
   </build>
   <dependencies>
     <dependency>