This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit a1cef9db26c10159e4717d5b581fe29ea9aa9c5d Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Tue Jan 24 17:09:39 2023 +0100 (chores) build: upgrade maven surefire plugin to 3.0.0-M8 The issue affecting build duration was resolved: https://issues.apache.org/jira/browse/SUREFIRE-2096 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0d5a34264d0..07712a6206b 100644 --- a/pom.xml +++ b/pom.xml @@ -119,8 +119,7 @@ <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> - <!-- 3.0.0-M6 and 3.0.0-M7 seem to be causing instabilities and longer test run time: see SUREFIRE-2096 --> - <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version> + <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version> <!-- For now, use 3.0.0-M4 due to SUREFIRE-1831 affecting M5 and causing integration tests (w/ failsafe) to misbehave --> <maven-failsafe-plugin-version>3.0.0-M4</maven-failsafe-plugin-version> <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->