This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit 2260285a39673f1eeeeba4ec3ecf17bcc06199be Author: Matt Juntunen <[email protected]> AuthorDate: Sat Aug 14 08:26:24 2021 -0400 using RELEASE-NOTES.txt to test for child modules --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94ec9a1..5c27a4e 100644 --- a/pom.xml +++ b/pom.xml @@ -513,7 +513,7 @@ <id>is-child-module</id> <activation> <file> - <missing>${basedir}/CONTRIBUTING.md</missing> + <missing>${basedir}/RELEASE-NOTES.txt</missing> </file> </activation> <properties>
