Author: pbenedict
Date: Thu Jun 19 14:48:41 2014
New Revision: 1603902
URL: http://svn.apache.org/r1603902
Log:
Fix wrong version of surefire plugin
Modified:
struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml
Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml?rev=1603902&r1=1603901&r2=1603902&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml Thu Jun 19 14:48:41 2014
@@ -185,7 +185,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.1.17</version>
+ <version>2.17</version>
<configuration>
<includes>
<include>org/apache/struts/action/TestDynaActionForm.java</include>