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

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

commit d93097bf9268c0df60dd62defdcb97cd1356f882
Author: Luca Burgazzoli <lburgazz...@gmail.com>
AuthorDate: Wed Aug 17 17:08:59 2022 +0200

    chore: replace deprecated quarkus-bootstrap-maven-plugin with 
quarkus-extension-maven-plugin
---
 camel-k-cloudevents/runtime/pom.xml      | 2 +-
 camel-k-core/runtime/pom.xml             | 2 +-
 camel-k-cron/runtime/pom.xml             | 2 +-
 camel-k-knative/consumer/runtime/pom.xml | 2 +-
 camel-k-knative/producer/runtime/pom.xml | 2 +-
 camel-k-knative/runtime/pom.xml          | 2 +-
 camel-k-master/runtime/pom.xml           | 2 +-
 camel-k-resume-kafka/runtime/pom.xml     | 2 +-
 camel-k-runtime/runtime/pom.xml          | 2 +-
 camel-k-webhook/runtime/pom.xml          | 2 +-
 examples/cron/pom.xml                    | 2 +-
 examples/groovy/pom.xml                  | 2 +-
 examples/java/pom.xml                    | 2 +-
 examples/js/pom.xml                      | 2 +-
 examples/kafka-source-s3/pom.xml         | 2 +-
 examples/kamelets-discovery/pom.xml      | 2 +-
 examples/kamelets/pom.xml                | 2 +-
 examples/knative/pom.xml                 | 2 +-
 examples/kotlin/pom.xml                  | 2 +-
 examples/xml/pom.xml                     | 2 +-
 examples/yaml/pom.xml                    | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/camel-k-cloudevents/runtime/pom.xml 
b/camel-k-cloudevents/runtime/pom.xml
index 9811cd64..52a0d3ce 100644
--- a/camel-k-cloudevents/runtime/pom.xml
+++ b/camel-k-cloudevents/runtime/pom.xml
@@ -42,7 +42,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml
index 29a3b3ca..0cfae493 100644
--- a/camel-k-core/runtime/pom.xml
+++ b/camel-k-core/runtime/pom.xml
@@ -60,7 +60,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-cron/runtime/pom.xml b/camel-k-cron/runtime/pom.xml
index 232d263c..b35104dc 100644
--- a/camel-k-cron/runtime/pom.xml
+++ b/camel-k-cron/runtime/pom.xml
@@ -46,7 +46,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-knative/consumer/runtime/pom.xml 
b/camel-k-knative/consumer/runtime/pom.xml
index 82b82bff..6567ca61 100644
--- a/camel-k-knative/consumer/runtime/pom.xml
+++ b/camel-k-knative/consumer/runtime/pom.xml
@@ -58,7 +58,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-knative/producer/runtime/pom.xml 
b/camel-k-knative/producer/runtime/pom.xml
index 68d85297..49d1270c 100644
--- a/camel-k-knative/producer/runtime/pom.xml
+++ b/camel-k-knative/producer/runtime/pom.xml
@@ -58,7 +58,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-knative/runtime/pom.xml b/camel-k-knative/runtime/pom.xml
index b9ca98bd..2511fd2f 100644
--- a/camel-k-knative/runtime/pom.xml
+++ b/camel-k-knative/runtime/pom.xml
@@ -59,7 +59,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-master/runtime/pom.xml b/camel-k-master/runtime/pom.xml
index 05ba36d9..f08ac555 100644
--- a/camel-k-master/runtime/pom.xml
+++ b/camel-k-master/runtime/pom.xml
@@ -50,7 +50,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-resume-kafka/runtime/pom.xml 
b/camel-k-resume-kafka/runtime/pom.xml
index bfb9263e..c6242fff 100644
--- a/camel-k-resume-kafka/runtime/pom.xml
+++ b/camel-k-resume-kafka/runtime/pom.xml
@@ -43,7 +43,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml
index e96bb5a7..70bf5e9c 100644
--- a/camel-k-runtime/runtime/pom.xml
+++ b/camel-k-runtime/runtime/pom.xml
@@ -46,7 +46,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/camel-k-webhook/runtime/pom.xml b/camel-k-webhook/runtime/pom.xml
index 716f837d..0d56ff96 100644
--- a/camel-k-webhook/runtime/pom.xml
+++ b/camel-k-webhook/runtime/pom.xml
@@ -46,7 +46,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
                 <executions>
                     <execution>
diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml
index d191fda6..ddd52074 100644
--- a/examples/cron/pom.xml
+++ b/examples/cron/pom.xml
@@ -65,7 +65,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index 99bd9c7c..0a2977b5 100644
--- a/examples/groovy/pom.xml
+++ b/examples/groovy/pom.xml
@@ -57,7 +57,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 56573e0e..27bdb15e 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -57,7 +57,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/js/pom.xml b/examples/js/pom.xml
index a362a417..3a28c6c0 100644
--- a/examples/js/pom.xml
+++ b/examples/js/pom.xml
@@ -57,7 +57,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/kafka-source-s3/pom.xml b/examples/kafka-source-s3/pom.xml
index f3857a0e..9f2bccf3 100644
--- a/examples/kafka-source-s3/pom.xml
+++ b/examples/kafka-source-s3/pom.xml
@@ -57,7 +57,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/kamelets-discovery/pom.xml 
b/examples/kamelets-discovery/pom.xml
index b13b6c92..3216de96 100644
--- a/examples/kamelets-discovery/pom.xml
+++ b/examples/kamelets-discovery/pom.xml
@@ -60,7 +60,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml
index 5a91e4dc..1498d11e 100644
--- a/examples/kamelets/pom.xml
+++ b/examples/kamelets/pom.xml
@@ -60,7 +60,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml
index e62c649a..184889c8 100644
--- a/examples/knative/pom.xml
+++ b/examples/knative/pom.xml
@@ -64,7 +64,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index f73d3a25..98ce69a4 100644
--- a/examples/kotlin/pom.xml
+++ b/examples/kotlin/pom.xml
@@ -56,7 +56,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml
index 82821a13..fe760775 100644
--- a/examples/xml/pom.xml
+++ b/examples/xml/pom.xml
@@ -56,7 +56,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>
diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml
index c4c408bc..879e6890 100644
--- a/examples/yaml/pom.xml
+++ b/examples/yaml/pom.xml
@@ -60,7 +60,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
                 <version>${quarkus-version}</version>
             </plugin>
             <plugin>

Reply via email to