You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/08/14 13:56:51 UTC

[camel-kamelets] branch main updated: Upgrade maven-surefire-plugin from 3.0.0-M7 to 3.1.2 (#1553)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b2d10175 Upgrade maven-surefire-plugin from 3.0.0-M7 to 3.1.2 (#1553)
b2d10175 is described below

commit b2d101757acdd54602b5e4a37403fe0a3a664e4b
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Mon Aug 14 15:56:46 2023 +0200

    Upgrade maven-surefire-plugin from 3.0.0-M7 to 3.1.2 (#1553)
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4fc4b7c..6cb6b5fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,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-M7</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
         <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>