You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/13 07:06:19 UTC

[camel] branch camel-3.x updated: Upgrade Maven Surefire and Failsafe plugin from 3.0.0-MX to 3.1.2 (#10335)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new a9dd514cd7f Upgrade Maven Surefire and Failsafe plugin from 3.0.0-MX to 3.1.2 (#10335)
a9dd514cd7f is described below

commit a9dd514cd7f020c0fa7cdcd8fb65bb09d8ebd59c
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Tue Jun 13 09:06:12 2023 +0200

    Upgrade Maven Surefire and Failsafe plugin from 3.0.0-MX to 3.1.2 (#10335)
    
    - https://issues.apache.org/jira/browse/SUREFIRE-1831 has been fixed in
    3.0.0-M6 based on the fix version of duplicate
    https://issues.apache.org/jira/browse/SUREFIRE-1809
    - https://issues.apache.org/jira/browse/SUREFIRE-2096 has been fixed in
    3.0.0-M8
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e3618085ad3..9e84462878f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,10 +120,8 @@
 
         <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>
-        <!-- 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.1.2</maven-surefire-plugin-version>
+        <maven-failsafe-plugin-version>3.1.2</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>