Author: mgrigorov
Date: Tue Jul 26 13:14:49 2011
New Revision: 1151084

URL: http://svn.apache.org/viewvc?rev=1151084&view=rev
Log:
WICKET-3933 Wicket class resolving can break with surefire 2.9

Upgrade maven-surefire-plugin to ver. 2.9


Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1151084&r1=1151083&r2=1151084&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Tue Jul 26 13:14:49 2011
@@ -725,7 +725,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-surefire-plugin</artifactId>
-                                       <version>2.6</version>
+                                       <version>2.9</version>
                                        <configuration>
                                                <includes>
                                                        
<include>**/*Test.java</include>


Reply via email to