This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit e2242fdbf095843d0b2c8d5a99aec4c0385302cc Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sun May 6 16:33:35 2018 +0200 Upgrade maven-surefire-report-plugin to version 2.21.0 (to match the version of maven-surefire-plugin used by Camel) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index f5ca4e9..5cb8ab5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -491,7 +491,7 @@ <maven-reporting-impl-version>2.0.5</maven-reporting-impl-version> <maven-scr-plugin-version>1.25.0</maven-scr-plugin-version> <maven-shade-plugin-version>3.0.0</maven-shade-plugin-version> - <maven-surefire-report-plugin-version>2.13</maven-surefire-report-plugin-version> + <maven-surefire-report-plugin-version>2.21.0</maven-surefire-report-plugin-version> <maven-war-plugin-version>3.0.0</maven-war-plugin-version> <mchange-commons-java-version>0.2.11</mchange-commons-java-version> <metrics-version>3.2.6</metrics-version> -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.