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-jci.git


The following commit(s) were added to refs/heads/master by this push:
     new c3ba26b  Add ciManagement element to POM
c3ba26b is described below

commit c3ba26bcd88f57fc642b754cbb11f6da1cb363b2
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 6 10:15:40 2025 -0400

    Add ciManagement element to POM
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5f12d97..13d8502 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,10 @@
         <system>JIRA</system>
         <url>https://issues.apache.org/jira/browse/JCI</url>
     </issueManagement>
+    <ciManagement>
+      <system>GitHub</system>
+      <url>https://github.com/apache/commons-jci/actions</url>
+    </ciManagement>
     <modules>
         <module>fam</module>
         <module>core</module>

Reply via email to