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

[camel-quarkus-examples] 06/09: Upgrade maven-surefire-plugin to 3.1.2

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

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

commit d8b1baebd4839e9ac3e465c5d113bce0b9ee4063
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jun 7 13:30:16 2023 +0100

    Upgrade maven-surefire-plugin to 3.1.2
---
 aws-lambda/pom.xml                      | 2 +-
 cluster-leader-election/pom.xml         | 2 +-
 cxf-soap/pom.xml                        | 2 +-
 file-bindy-ftp/pom.xml                  | 2 +-
 file-split-log-xml/pom.xml              | 2 +-
 health/pom.xml                          | 2 +-
 http-log/pom.xml                        | 2 +-
 jdbc-datasource/pom.xml                 | 2 +-
 jms-jpa/pom.xml                         | 2 +-
 jta-jpa/pom.xml                         | 2 +-
 kafka/pom.xml                           | 2 +-
 kamelet-chucknorris/pom.xml             | 2 +-
 observability/pom.xml                   | 2 +-
 platform-http-security-keycloak/pom.xml | 2 +-
 rest-json/pom.xml                       | 2 +-
 timer-log-kotlin/pom.xml                | 2 +-
 timer-log-main/pom.xml                  | 2 +-
 timer-log/pom.xml                       | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index ad9349f..0cf8731 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -47,7 +47,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index be08021..cd4f951 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -49,7 +49,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 8b83607..f704a00 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -50,7 +50,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 3a52393..8fc191b 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -49,7 +49,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 8fde137..c34e0df 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -48,7 +48,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/health/pom.xml b/health/pom.xml
index 76e5416..e272f5c 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -48,7 +48,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 4beb150..8fe38bd 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -48,7 +48,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index c05627a..e85e51a 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -38,7 +38,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>
         <maven.compiler.testSource>${maven.compiler.source}</maven.compiler.testSource>
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index 08f9cc2..7e26ae5 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -39,7 +39,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>
         <maven.compiler.testSource>${maven.compiler.source}</maven.compiler.testSource>
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index ca0e47f..f8e3842 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -38,7 +38,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>
         <maven.compiler.testSource>${maven.compiler.source}</maven.compiler.testSource>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 2604d95..f835055 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -48,7 +48,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 3f11e36..e2aa963 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -51,7 +51,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
 
         <quarkus.runner>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner>
diff --git a/observability/pom.xml b/observability/pom.xml
index 5099749..0191132 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -49,7 +49,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/platform-http-security-keycloak/pom.xml b/platform-http-security-keycloak/pom.xml
index b88125a..34f1694 100644
--- a/platform-http-security-keycloak/pom.xml
+++ b/platform-http-security-keycloak/pom.xml
@@ -48,7 +48,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index 9fb3af4..881d606 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -48,7 +48,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index 2716a2f..2a5e8d6 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -49,7 +49,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>
 
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index 4568428..8ec430b 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -51,7 +51,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
 
         <quarkus.runner>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index 47378ec..01c22a7 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -48,7 +48,7 @@
         <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
     </properties>