This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit e24e9d687b45d7df9dd90bda20674e2aeae339ce Author: aldettinger <aldettin...@gmail.com> AuthorDate: Tue Nov 12 15:01:58 2019 +0100 CAMEL-11807: Bumped to maven-surefire-plugin 3.0.0-M4 --- parent/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 9e157f2..d7a4dd0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -449,7 +449,7 @@ <maven-reporting-api-version>2.2.1</maven-reporting-api-version> <maven-reporting-impl-version>2.0.5</maven-reporting-impl-version> <maven-shade-plugin-version>3.2.1</maven-shade-plugin-version> - <maven-surefire-report-plugin-version>3.0.0-M3</maven-surefire-report-plugin-version> + <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version> <maven-war-plugin-version>3.2.3</maven-war-plugin-version> <metrics-version>3.2.6</metrics-version> <micrometer-version>1.2.2</micrometer-version> diff --git a/pom.xml b/pom.xml index e03a5a5..84ecf58 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version> - <maven-surefire-plugin-version>3.0.0-M3</maven-surefire-plugin-version> + <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent --> <surefire.version>${maven-surefire-plugin-version}</surefire.version>