Skip to content

Commit bea82db

Browse files
authored
Replaced quarkus-bootstrap-maven-plugin with quarkus-extension-maven-plugin (#299)
Signed-off-by: Helber Belmiro <[email protected]>
1 parent f4019c9 commit bea82db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugins>
6767
<plugin>
6868
<groupId>io.quarkus</groupId>
69-
<artifactId>quarkus-bootstrap-maven-plugin</artifactId>
69+
<artifactId>quarkus-extension-maven-plugin</artifactId>
7070
<version>${quarkus.version}</version>
7171
<executions>
7272
<execution>

0 commit comments

Comments
 (0)