diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-05-10 06:54:36 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-05-10 06:54:36 +0200 |
commit | ab71a0158561ac2a498e5caf571b0ae43a578844 (patch) | |
tree | 14a884ed5402da74b57d5bd372f1bc2cc4663e5c /runtime/pom.xml | |
parent | bbad7a059f135540a7834aa4f14895276537180e (diff) |
fix: Update quarkus-{bootstrap => extension}-maven-plugin.
Change-Id: Id8219addfdfd5149a0ff25bba3bb3934f6bacc01
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 2 |
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> |