You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/07/06 14:25:36 UTC

svn commit: r1143374 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: stephenc
Date: Wed Jul  6 12:25:35 2011
New Revision: 1143374

URL: http://svn.apache.org/viewvc?rev=1143374&view=rev
Log:
upgrade to latest surefire release

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1143374&r1=1143373&r2=1143374&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Jul  6 12:25:35 2011
@@ -269,15 +269,13 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.9</version>
         <configuration>
           <!-- Need of more head space in order to run the unit tests !-->
           <argLine>-Xmx256m</argLine>
-          <systemProperties>
-            <property>
-              <name>maven.home</name>
-              <value>${maven.home}</value>
-            </property>
-          </systemProperties>
+          <systemPropertyVariables>
+            <maven.home>${maven.home}</maven.home>
+          </systemPropertyVariables>
         </configuration>
       </plugin>
     </plugins>