This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new f0f5ad992e Ensure new extensions are generated to reference
quarkus-extension-maven-plugin
f0f5ad992e is described below
commit f0f5ad992e4694b0a2c98d8d6480b0a6690f14f2
Author: James Netherton <[email protected]>
AuthorDate: Fri Jun 24 14:22:12 2022 +0100
Ensure new extensions are generated to reference
quarkus-extension-maven-plugin
---
tooling/create-extension-templates/runtime-pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/create-extension-templates/runtime-pom.xml
b/tooling/create-extension-templates/runtime-pom.xml
index 7b84451a82..44c9409ebf 100644
--- a/tooling/create-extension-templates/runtime-pom.xml
+++ b/tooling/create-extension-templates/runtime-pom.xml
@@ -55,7 +55,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>