You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/07/31 21:51:03 UTC

svn commit: r1509005 - /commons/sandbox/weaver/trunk/pom.xml

Author: mbenson
Date: Wed Jul 31 19:51:03 2013
New Revision: 1509005

URL: http://svn.apache.org/r1509005
Log:
upgrade to surefire v2.15

Modified:
    commons/sandbox/weaver/trunk/pom.xml

Modified: commons/sandbox/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1509005&r1=1509004&r2=1509005&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/pom.xml (original)
+++ commons/sandbox/weaver/trunk/pom.xml Wed Jul 31 19:51:03 2013
@@ -154,12 +154,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12.4</version>
+          <version>2.15</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.12.4</version>
+          <version>2.15</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>