Skip to content

Commit

Permalink
fix(updatecli): No more comment in recipes.xml around the gson-api pl…
Browse files Browse the repository at this point in the history
…ugin definition.
  • Loading branch information
gounthar committed Dec 19, 2024
1 parent 9e88812 commit 4a91c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/gson-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ targets:
kind: file
spec:
file: ./plugin-modernizer-core/src/main/resources/META-INF/rewrite/recipes.yml
matchPattern: "(pluginArtifactId: gson-api\\n)(.*\\n)(.*pluginVersion:) .*"
matchPattern: "(pluginArtifactId: gson-api\\n)(.*pluginVersion:) .*"
replacePattern: '$1$2$3 {{ source "latestGsonApiVersion" }}'
sourceid: latestGsonApiVersion
scmid: default
Expand Down

0 comments on commit 4a91c7e

Please sign in to comment.