We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e3740 commit e1a1f72Copy full SHA for e1a1f72
.github/release-please-config.json
@@ -46,6 +46,11 @@
46
"path": "conformance/pom.xml",
47
"xpath": "//*[local-name()='artifactId' and text()='conformance']/parent::*/*[local-name()='version']"
48
},
49
+ {
50
+ "type": "xml",
51
+ "path": "conformance/pom.xml",
52
+ "xpath": "//*[local-name()='artifactId' and text()='function-maven-plugin']/parent::*/*[local-name()='version']"
53
+ },
54
{
55
"type": "xml",
56
"path": "testfunction/pom.xml",
@@ -70,4 +75,4 @@
70
75
]
71
76
}
72
77
73
-}
78
+}
0 commit comments