From b75d930fc7d1ea48d3bdb313175722ec4599af05 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Fri, 8 Mar 2013 14:35:38 -0500 Subject: [PATCH] Surefire 2.14. --- pom.xml | 2 +- test/pom.xml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 354ef1abe5..d611a6ce61 100644 --- a/pom.xml +++ b/pom.xml @@ -340,7 +340,7 @@ THE SOFTWARE. org.apache.maven.plugins maven-surefire-plugin - 2.13 + 2.14 ${project.build.directory} diff --git a/test/pom.xml b/test/pom.xml index d34072d149..d009e15f03 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -1,4 +1,4 @@ - + false @@ -182,9 +182,8 @@ THE SOFTWARE. ${mavenDebug} ${project.build.directory} - perthread - true - ${concurrency} + true + ${concurrency} true -- GitLab