Author: mprudhom
Date: Wed Mar 28 09:28:09 2007
New Revision: 523398
URL: http://svn.apache.org/viewvc?view=rev&rev=523398
Log:
OPENJPA-186 Forced the version of maven-surefire-plugin to be 2.2 due to
building issues with 2.3
Modified:
incubator/openjpa/trunk/pom.xml
Modified: incubator/openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/pom.xml?view=diff&rev=523398&r1=523397&r2=523398
==============================================================================
--- incubator/openjpa/trunk/pom.xml (original)
+++ incubator/openjpa/trunk/pom.xml Wed Mar 28 09:28:09 2007
@@ -230,6 +230,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.2</version>
<configuration>
<useFile>false</useFile>
<trimStackTrace>false</trimStackTrace>