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


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

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

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

diff --git a/pom.xml b/pom.xml
index 1a1f81c18..c497fad6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,10 @@ file comparators, endian transformation classes, and much 
more.
     <url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
     <tag>rel/commons-io-2.20.0</tag>
   </scm>
+  <ciManagement>
+    <system>GitHub</system>
+    <url>https://github.com/apache/commons-io/actions</url>
+  </ciManagement>
   <dependencies>
     <dependency>
       <groupId>org.junit.jupiter</groupId>

Reply via email to