Repository: logging-log4j2 Updated Branches: refs/heads/master 17eb78aab -> d959f1c00
Update Maven Surefire and Failsafe plugins from 2.20 to 2.20.1. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d959f1c0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d959f1c0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d959f1c0 Branch: refs/heads/master Commit: d959f1c00a1be0772d8c66da4dbce065609ae4a0 Parents: 17eb78a Author: Gary Gregory <[email protected]> Authored: Fri Sep 15 23:09:31 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Fri Sep 15 23:09:31 2017 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d959f1c0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1867e57..df83254 100644 --- a/pom.xml +++ b/pom.xml @@ -192,8 +192,8 @@ <!-- 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. --> <!-- all versions after 2.13 yield https://issues.apache.org/jira/browse/SUREFIRE-720 --> - <surefire.plugin.version>2.20</surefire.plugin.version> - <failsafe.plugin.version>2.20</failsafe.plugin.version> + <surefire.plugin.version>2.20.1</surefire.plugin.version> + <failsafe.plugin.version>2.20.1</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>
