This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new 82b924b8 Add ciManagement element to POM 82b924b8 is described below commit 82b924b893922da061d87ba9fc3c4825a69fadda Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 10:13:10 2025 -0400 Add ciManagement element to POM --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 3c7d88b0..b0a354fc 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> <commons.main.branch>1.x</commons.main.branch> <commons.release.branch>release-1.x</commons.release.branch>