Author: brett
Date: Sat Mar 25 16:11:29 2006
New Revision: 388861
URL: http://svn.apache.org/viewcvs?rev=388861&view=rev
Log:
requires 2.0.3 for the lifecycle customisation
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=388861&r1=388860&r2=388861&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-report-plugin/pom.xml Sat Mar 25
16:11:29 2006
@@ -9,6 +9,9 @@
<packaging>maven-plugin</packaging>
<name>Maven Surefire Report Plugin</name>
<version>2.0-SNAPSHOT</version>
+ <prerequisites>
+ <maven>2.0.3-SNAPSHOT</maven>
+ </prerequisites>
<developers>
<developer>
<id>jruiz</id>