You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/01/03 21:31:06 UTC

svn commit: r492286 - /struts/struts2/trunk/pom.xml

Author: mrdon
Date: Wed Jan  3 12:31:05 2007
New Revision: 492286

URL: http://svn.apache.org/viewvc?view=rev&rev=492286
Log:
Moving back to surefire 2.1.3 due to http://jira.codehaus.org/browse/MSUREFIRE-114

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=492286&r1=492285&r2=492286
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Jan  3 12:31:05 2007
@@ -211,7 +211,10 @@
                     </configuration>
                 </plugin>
                 <plugin>
+
+                    <!-- Using 2.1.3 because of http://jira.codehaus.org/browse/MSUREFIRE-114 -->
                     <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.1.3</version>
                     <configuration>
                         <includes>
                             <include>**/*Test.java</include>