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-numbers.git
The following commit(s) were added to refs/heads/master by this push: new d13e3a99 Use HTTPS in Git URL d13e3a99 is described below commit d13e3a9945a406ab720ba0a42d53cf20eebeab96 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 09:56:24 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 ae9f2bbb..98e022a6 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ </modules> <scm> - <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-numbers.git</connection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-numbers.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-numbers.git</developerConnection> <url>https://gitbox.apache.org/repos/asf/commons-numbers.git</url> </scm>