fix: Update quarkus-{bootstrap => extension}-maven-plugin.

Change-Id: Id8219addfdfd5149a0ff25bba3bb3934f6bacc01
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 @@
 
       <plugin>
         <groupId>io.quarkus</groupId>
-        <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+        <artifactId>quarkus-extension-maven-plugin</artifactId>
         <version>${quarkus.version}</version>
         <executions>
           <execution>