Author: hboutemy Date: Thu Mar 4 23:30:06 2010 New Revision: 919234 URL: http://svn.apache.org/viewvc?rev=919234&view=rev Log: updated IT poms to use http://maven.apache.org/xsd/maven-4.0.0.xsd schema
Modified: maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml maven/ant-tasks/trunk/src/it/ant-tasks-in-ant-run-plugin/pom.xml Modified: maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml?rev=919234&r1=919233&r2=919234&view=diff ============================================================================== --- maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml (original) +++ maven/ant-tasks/trunk/src/it/ant-run-plugin-with-ant-1.8.0/pom.xml Thu Mar 4 23:30:06 2010 @@ -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> Modified: maven/ant-tasks/trunk/src/it/ant-tasks-in-ant-run-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/it/ant-tasks-in-ant-run-plugin/pom.xml?rev=919234&r1=919233&r2=919234&view=diff ============================================================================== --- maven/ant-tasks/trunk/src/it/ant-tasks-in-ant-run-plugin/pom.xml (original) +++ maven/ant-tasks/trunk/src/it/ant-tasks-in-ant-run-plugin/pom.xml Thu Mar 4 23:30:06 2010 @@ -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>