You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2008/02/17 22:11:07 UTC

svn commit: r628550 - /struts/struts1/trunk/pom.xml

Author: wsmoak
Date: Sun Feb 17 13:10:51 2008
New Revision: 628550

URL: http://svn.apache.org/viewvc?rev=628550&view=rev
Log:
Use the latest surefire release.

Modified:
    struts/struts1/trunk/pom.xml

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=628550&r1=628549&r2=628550&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Sun Feb 17 13:10:51 2008
@@ -148,6 +148,10 @@
         <pluginManagement>
             <plugins>
                 <plugin>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.4.1</version>
+                </plugin>
+                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>
@@ -235,6 +239,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.4.1</version>
             </plugin>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>