Repository: logging-log4j2 Updated Branches: refs/heads/master 563770772 -> 9aea41fc1
Update Maven Surefire/Failsafe plugins from 2.17 to 2.18.1 (2.18 had a bug that affected this build). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9aea41fc Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9aea41fc Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9aea41fc Branch: refs/heads/master Commit: 9aea41fc17caedd1fd392d466be1db00b173dee4 Parents: 5637707 Author: Gary Gregory <[email protected]> Authored: Sun Mar 29 08:52:38 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Mar 29 08:52:38 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9aea41fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0092b85..c84b3b4 100644 --- a/pom.xml +++ b/pom.xml @@ -174,8 +174,8 @@ <changes.plugin.version>2.11</changes.plugin.version> <javadoc.plugin.version>2.10.2</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.17</surefire.plugin.version> - <failsafe.plugin.version>2.17</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.15</checkstyle.plugin.version> <rat.plugin.version>0.11</rat.plugin.version> <pdf.plugin.version>1.2</pdf.plugin.version>
