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-math.git
The following commit(s) were added to refs/heads/master by this push: new 96724d43c Use HTTPS in Git URL 96724d43c is described below commit 96724d43ccdd3f9303aa877fbb600e3df6e2236d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 09:55:34 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 2c7dfa8a4..1f66c2ed9 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ </modules> <scm> - <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-math.git</connection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-math.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-math.git</developerConnection> <url>https://gitbox.apache.org/repos/asf/commons-math.git</url> </scm>