From 80e59192a408826bd3b91e346609d6995b234d6e Mon Sep 17 00:00:00 2001 From: Maeve Reilly Date: Fri, 14 Feb 2025 21:56:14 +0000 Subject: [PATCH] fix: remove maven-plugin from release-please-config for invoker/conformance/pom.xml Previous change d31b502 incorrectly added an extra file to the invoker release which is causing automation breakages when the invoker release PRs are created. Move config to the right package. --- .github/release-please-config.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 05f7dc1c..cfe9f42a 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -46,11 +46,6 @@ "path": "conformance/pom.xml", "xpath": "//*[local-name()='artifactId' and text()='conformance']/parent::*/*[local-name()='version']" }, - { - "type": "xml", - "path": "conformance/pom.xml", - "xpath": "//*[local-name()='artifactId' and text()='function-maven-plugin']/parent::*/*[local-name()='version']" - }, { "type": "xml", "path": "testfunction/pom.xml",