Author: carlos Date: Wed Apr 19 23:01:26 2006 New Revision: 395501 URL: http://svn.apache.org/viewcvs?rev=395501&view=rev Log: Use xsd in pom
Modified: maven/plugins/trunk/maven-surefire-report-plugin/pom.xml Modified: maven/plugins/trunk/maven-surefire-report-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-report-plugin/pom.xml?rev=395501&r1=395500&r2=395501&view=diff ============================================================================== --- maven/plugins/trunk/maven-surefire-report-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-surefire-report-plugin/pom.xml Wed Apr 19 23:01:26 2006 @@ -1,4 +1,6 @@ -<project> +<?xml version="1.0" encoding="UTF-8"?> +<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"> <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId>