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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 1dc53ab0 Add ciManagement 1dc53ab0 is described below commit 1dc53ab0e97bcc31565c8c8293343f6802581d7a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 24 19:33:44 2023 -0400 Add ciManagement --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 49872eb5..9b90909d 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,11 @@ <url>https://issues.apache.org/jira/browse/POOL</url> </issueManagement> + <ciManagement> + <system>GitHub</system> + <url>https://github.com/apache/commons-pool/actions</url> + </ciManagement> + <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</developerConnection>