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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 72b21940 Add ciManagement element to POM 72b21940 is described below commit 72b21940c4b619fe6a3e6ffb4a3470c45625f953 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 10:13:24 2025 -0400 Add ciManagement element to POM --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 508361d9..af906ff0 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,10 @@ <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-fileupload/</url> </site> </distributionManagement> + <ciManagement> + <system>GitHub</system> + <url>https://github.com/apache/commons-fileupload/actions</url> + </ciManagement> <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target>