You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/08/26 17:14:14 UTC

svn commit: r569826 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: dennisl
Date: Sun Aug 26 08:14:13 2007
New Revision: 569826

URL: http://svn.apache.org/viewvc?rev=569826&view=rev
Log:
o Lock down surefire version to avoid plexus problems (CI build failures).

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?rev=569826&r1=569825&r2=569826&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sun Aug 26 08:14:13 2007
@@ -44,6 +44,14 @@
       <email>jruiz@exist.com</email>
     </contributor>
   </contributors>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+    </plugins>
+  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>