diff --git a/.github/release-please-config.json b/.github/release-please-config.json index afc739a2..05f7dc1c 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -46,6 +46,11 @@ "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", @@ -70,4 +75,4 @@ ] } } -} \ No newline at end of file +}