You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/05/08 18:28:26 UTC

svn commit: r773044 - /openjpa/trunk/pom.xml

Author: dwoods
Date: Fri May  8 16:28:25 2009
New Revision: 773044

URL: http://svn.apache.org/viewvc?rev=773044&view=rev
Log:
OPENJPA-1073 Upgrade to latest maven-surefire-plugin

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=773044&r1=773043&r2=773044&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri May  8 16:28:25 2009
@@ -541,7 +541,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>2.4.3</version>
                     <configuration>
                         <argLine>${surefire.jvm.args}</argLine>
                         <useFile>false</useFile>