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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 4dbf897 Use HTTPS in Git URL 4dbf897 is described below commit 4dbf897b44d3b6d15bc377c1f939356b0c80150c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 09:55:44 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 0add63a..40c02ea 100644 --- a/pom.xml +++ b/pom.xml @@ -328,7 +328,7 @@ a release of the commons-parent POM. --> <scm> - <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-parent.git</connection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-parent.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-parent.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=commons-parent.git</url> </scm>