summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-05-10 06:54:36 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-05-10 06:54:36 +0200
commitab71a0158561ac2a498e5caf571b0ae43a578844 (patch)
tree14a884ed5402da74b57d5bd372f1bc2cc4663e5c
parentbbad7a059f135540a7834aa4f14895276537180e (diff)
fix: Update quarkus-{bootstrap => extension}-maven-plugin.
Change-Id: Id8219addfdfd5149a0ff25bba3bb3934f6bacc01
-rw-r--r--runtime/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml
index cabd533..e73c1fe 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -46,7 +46,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<plugin>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+ <artifactId>quarkus-extension-maven-plugin</artifactId>
<version>${quarkus.version}</version>
<executions>
<execution>