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 ae989cdf82e783ab4c890aa3bdd2553ce62985dd Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Aug 18 20:17:18 2022 +0200 Maven surefire issue SUREFIRE-1831 is resolved, so bump surefire and failsafe to the latest version --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 948d0528e08..5b521e02a57 100644 --- a/pom.xml +++ b/pom.xml @@ -120,9 +120,8 @@ <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> - <maven-surefire-plugin-version>3.0.0-M5</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> + <maven-surefire-plugin-version>3.0.0-M7</maven-surefire-plugin-version> + <maven-failsafe-plugin-version>3.0.0-M7</maven-failsafe-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> <java-diff-utils-version>4.7</java-diff-utils-version>
