Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1ee675862 -> d86ac2ac4


Revert Surefire back to 2.18 to avoid hang when running tests


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/016008cc
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/016008cc
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/016008cc

Branch: refs/heads/master
Commit: 016008cc6a8489766760fbdbc66ac0d7267f1718
Parents: d53af50
Author: Ralph Goers <rgo...@apache.org>
Authored: Sun Nov 1 21:47:45 2015 -0700
Committer: Ralph Goers <rgo...@apache.org>
Committed: Sun Nov 1 21:47:45 2015 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/016008cc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c2cc34b..be7a236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,8 +184,8 @@
     <changes.plugin.version>2.11</changes.plugin.version>
     <javadoc.plugin.version>2.10.3</javadoc.plugin.version>
     <!-- surefire.plugin.version 2.18 yields 
http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
-    <surefire.plugin.version>2.19</surefire.plugin.version>
-    <failsafe.plugin.version>2.19</failsafe.plugin.version>
+    <surefire.plugin.version>2.18.1</surefire.plugin.version>
+    <failsafe.plugin.version>2.18.1</failsafe.plugin.version>
     <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
     <rat.plugin.version>0.11</rat.plugin.version>
     <pdf.plugin.version>1.2</pdf.plugin.version>

Reply via email to