Author: carlos Date: Thu Apr 20 16:19:01 2006 New Revision: 395728 URL: http://svn.apache.org/viewcvs?rev=395728&view=rev Log: Readded xsd and prerequisites stripped by release plugin
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=395728&r1=395727&r2=395728&view=diff ============================================================================== --- maven/plugins/trunk/maven-surefire-report-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-surefire-report-plugin/pom.xml Thu Apr 20 16:19:01 2006 @@ -1,4 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?><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> @@ -9,6 +11,9 @@ <packaging>maven-plugin</packaging> <name>Maven Surefire Report Plugin</name> <version>2.1-SNAPSHOT</version> + <prerequisites> + <maven>2.0.3</maven> + </prerequisites> <developers> <developer> <id>jruiz</id> @@ -28,4 +33,4 @@ <version>2.0</version> </dependency> </dependencies> -</project> \ No newline at end of file +</project>