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 e97e4213 Use HTTPS in Git URL e97e4213 is described below commit e97e42130dc8c67365f40c2f6f9c4e1672b73ab1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 09:52:57 2025 -0400 Use HTTPS in Git URL --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 715f9331..3c7d88b0 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <url>https://commons.apache.org/proper/commons-fileupload/</url> <inceptionYear>2002</inceptionYear> <scm> - <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-fileupload.git</connection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-fileupload.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-fileupload.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=commons-fileupload.git</url> <tag>HEAD</tag>