You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/05/11 12:58:27 UTC

[13/21] logging-log4j2 git commit: Update Maven Surfire and Failsafe plugins from 2.19.1 to 2.20.

Update Maven Surfire and Failsafe plugins from 2.19.1 to 2.20.

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

Branch: refs/heads/LOG4J2-1442
Commit: a5fa4bd7b9884a832473793229517625e0b44b8c
Parents: dee4777
Author: Gary Gregory <gg...@apache.org>
Authored: Sun May 7 09:47:40 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun May 7 09:47:40 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a5fa4bd7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e75adbf..e9e7ef0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,8 +191,8 @@
     <javadoc.plugin.version>2.10.4</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.19.1</surefire.plugin.version>
-    <failsafe.plugin.version>2.19.1</failsafe.plugin.version>
+    <surefire.plugin.version>2.20</surefire.plugin.version>
+    <failsafe.plugin.version>2.20</failsafe.plugin.version>
     <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
     <rat.plugin.version>0.12</rat.plugin.version>
     <pdf.plugin.version>1.2</pdf.plugin.version>