You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/08/14 12:27:00 UTC

[commons-geometry] 01/02: using RELEASE-NOTES.txt to test for child modules

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 <ma...@apache.org>
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>