You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/08/20 14:12:39 UTC

git commit: use surefire 2.16

Updated Branches:
  refs/heads/master 7f2992f4d -> 369e3dd91


use surefire 2.16


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/369e3dd9
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/369e3dd9
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/369e3dd9

Branch: refs/heads/master
Commit: 369e3dd91b03bcf41585d2f8b5bf1ca4c4334990
Parents: 7f2992f
Author: Olivier Lamy <ol...@apache.org>
Authored: Tue Aug 20 22:12:31 2013 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Tue Aug 20 22:12:31 2013 +1000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/369e3dd9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4edd46e..e224f12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12.4</version>
+          <version>2.16</version>
         </plugin>
       </plugins>
     </pluginManagement>