Repository: logging-log4j2 Updated Branches: refs/heads/master dee4777f9 -> a5fa4bd7b
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/master Commit: a5fa4bd7b9884a832473793229517625e0b44b8c Parents: dee4777 Author: Gary Gregory <[email protected]> Authored: Sun May 7 09:47:40 2017 -0700 Committer: Gary Gregory <[email protected]> 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>
