diff --git a/jakarta/rewrite.yml b/jakarta/rewrite.yml index ec7dfd509d99e..45b0025da109f 100644 --- a/jakarta/rewrite.yml +++ b/jakarta/rewrite.yml @@ -8,6 +8,15 @@ styleConfigs: indentSize: 4 --- type: specs.openrewrite.org/v1beta/recipe +name: io.quarkus.parent +displayName: Adjust versions in parent +recipeList: + # TestNG update, needed for the MicroProfile TCKs + - org.openrewrite.maven.ChangePropertyValue: + key: testng.version + newValue: '7.4.0' +--- +type: specs.openrewrite.org/v1beta/recipe name: io.quarkus.jakarta-versions displayName: Adjust Jakarta versions recipeList: @@ -627,10 +636,6 @@ recipeList: - org.openrewrite.maven.ChangePropertyValue: key: microprofile-rest-client.version newValue: '3.0' - # TestNG update, needed for the MicroProfile TCKs - - org.openrewrite.maven.ChangePropertyValue: - key: testng.version - newValue: '7.4.0' # TODO, these ones probably still need a change: # 1.0.1 # 1.0.13 diff --git a/pom.xml b/pom.xml index 7553613b390bf..38df7473994f2 100644 --- a/pom.xml +++ b/pom.xml @@ -377,6 +377,22 @@ + + + org.openrewrite.maven + rewrite-maven-plugin + 4.21.0-SNAPSHOT + + ${maven.multiModuleProjectDirectory}/jakarta/rewrite.yml + + + + + io.quarkus.parent + + + +