Author: brett
Date: Thu Jun 28 01:31:41 2007
New Revision: 551504

URL: http://svn.apache.org/viewvc?view=rev&rev=551504
Log:
must use older surefire for it to work due to utils clashes

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?view=diff&rev=551504&r1=551503&r2=551504
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Thu Jun 28 
01:31:41 2007
@@ -55,6 +55,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.2</version>
         <configuration>
           <excludes>
             <exclude>**/Abstract*TestCase.java</exclude>


Reply via email to