From 14a1791d87f70edf6b1341dcc985479f7de0a909 Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Mon, 30 Mar 2026 17:13:27 +0100 Subject: [PATCH] fix: switch pom.xml to generic updater for release-please compatibility --- .github/release-please-config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 9eff91c..60f6c54 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -12,9 +12,8 @@ "draft": false, "extra-files": [ { - "type": "xml", - "path": "pom.xml", - "xpath": "//project/version" + "type": "generic", + "path": "pom.xml" }, { "type": "generic",