From 4a91c7eea0021c10ba21530b3792f86a0982965e Mon Sep 17 00:00:00 2001 From: gounthar Date: Thu, 19 Dec 2024 23:20:50 +0100 Subject: [PATCH] fix(updatecli): No more comment in recipes.xml around the gson-api plugin definition. --- updatecli/updatecli.d/gson-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli/updatecli.d/gson-api.yaml b/updatecli/updatecli.d/gson-api.yaml index 20cc054a..b7b5ec03 100644 --- a/updatecli/updatecli.d/gson-api.yaml +++ b/updatecli/updatecli.d/gson-api.yaml @@ -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