You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/04 06:03:04 UTC

[camel-kamelets] 02/06: Upgrade Maven Surefire to version 3.0.0-M7

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

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c8f0e8020cba1f2846a0a5bfd847010ef87f8f17
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:48:40 2022 +0200

    Upgrade Maven Surefire to version 3.0.0-M7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 433f8c1f..dc4938f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
         <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
-        <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
         <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
         <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>