Skip to content

Commit b39e47f

Browse files
authored
Replace quarkus-bootstrap-maven-plugin with quarkus-extension-maven-plugin (#22)
1 parent 464d745 commit b39e47f

File tree

1 file changed

+4
-0
lines changed
  • recipes/src/main/resources/quarkus-updates/core

1 file changed

+4
-0
lines changed

Diff for: recipes/src/main/resources/quarkus-updates/core/3alpha.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,10 @@ recipeList:
10571057
- org.openrewrite.java.ChangeType:
10581058
oldFullyQualifiedTypeName: io.quarkus.arc.Priority
10591059
newFullyQualifiedTypeName: jakarta.annotation.Priority
1060+
- org.openrewrite.text.FindAndReplace:
1061+
find: quarkus-bootstrap-maven-plugin
1062+
replace: quarkus-extension-maven-plugin
1063+
fileMatcher: '**/pom.xml'
10601064

10611065
#####
10621066
# Update the Quarkiverse extensions

0 commit comments

Comments
 (0)