Skip to content

Commit d31b502

Browse files
Fix: Update release-please-config to properly version bump functions-maven-plugin for invoker/conformance/pom.xml (#315)
* Update release-please-config.json * fix: Update release-please-config to properly version bump functions-maven-plugin for invoker/conformance/pom.xml
1 parent f2e3740 commit d31b502

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/release-please-config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"path": "conformance/pom.xml",
4747
"xpath": "//*[local-name()='artifactId' and text()='conformance']/parent::*/*[local-name()='version']"
4848
},
49+
{
50+
"type": "xml",
51+
"path": "conformance/pom.xml",
52+
"xpath": "//*[local-name()='artifactId' and text()='function-maven-plugin']/parent::*/*[local-name()='version']"
53+
},
4954
{
5055
"type": "xml",
5156
"path": "testfunction/pom.xml",
@@ -70,4 +75,4 @@
7075
]
7176
}
7277
}
73-
}
78+
}

0 commit comments

Comments
 (0)