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

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

commit 5385110ac82f579fe0a3d751d73e2c168575baf3
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Feb 27 11:38:12 2024 +0000

    Use correct quarkus-extension-maven-plugin in beanio extension
---
 extensions-jvm/beanio/runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions-jvm/beanio/runtime/pom.xml 
b/extensions-jvm/beanio/runtime/pom.xml
index 3fa873545a..1b79437afc 100644
--- a/extensions-jvm/beanio/runtime/pom.xml
+++ b/extensions-jvm/beanio/runtime/pom.xml
@@ -49,7 +49,7 @@
         <plugins>
             <plugin>
                 <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+                <artifactId>quarkus-extension-maven-plugin</artifactId>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to