You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/01/04 07:38:46 UTC

logging-log4j2 git commit: Update Surefire and Failsafe to 2.19.1 works for me locally, which fixes a 2.19 bug: https://issues.apache.org/jira/browse/SUREFIRE-1193. Let's see what happens on Jenkins.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c3d8ce824 -> 4156fbc76


Update Surefire and Failsafe to 2.19.1 works for me locally, which fixes
a 2.19 bug: https://issues.apache.org/jira/browse/SUREFIRE-1193. Let's
see what happens on Jenkins.

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

Branch: refs/heads/master
Commit: 4156fbc76f20c45d16368bec95f43c20f93ae8a8
Parents: c3d8ce8
Author: ggregory <gg...@apache.org>
Authored: Sun Jan 3 22:38:44 2016 -0800
Committer: ggregory <gg...@apache.org>
Committed: Sun Jan 3 22:38:44 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4156fbc7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e2778af..ef760ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,8 +201,8 @@
     <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 yields https://issues.apache.org/jira/browse/SUREFIRE-1193. -->
-    <surefire.plugin.version>2.18.1</surefire.plugin.version>
-    <failsafe.plugin.version>2.18.1</failsafe.plugin.version>
+    <surefire.plugin.version>2.19.1</surefire.plugin.version>
+    <failsafe.plugin.version>2.19.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>