This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 78270f62195cd9c71b46d18de30388c4c468a8cd Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Tue Oct 18 09:17:31 2022 -0400 Add ciManagement --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 117d3361..2e91f263 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,11 @@ </site> </distributionManagement> + <ciManagement> + <system>GitHub</system> + <url>https://github.com/apache/commons-jxpath/actions</url> + </ciManagement> + <developers> <developer> <name>Dave Brosius</name>