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


The following commit(s) were added to refs/heads/master by this push:
     new 31c9aad5 Add ciManagement element to POM
     new c0645178 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-codec.git
31c9aad5 is described below

commit 31c9aad56202ed030e038325084476aa0b4e4889
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 6 10:06:25 2025 -0400

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

diff --git a/pom.xml b/pom.xml
index fdbd1d02..a4ee8911 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,10 @@ limitations under the License.
       
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-codec/</url>
     </site>
   </distributionManagement>
+  <ciManagement>
+    <system>GitHub</system>
+    <url>https://github.com/apache/commons-cli/actions</url>
+  </ciManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>

Reply via email to