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-weaver.git
The following commit(s) were added to refs/heads/master by this push: new 0ebddcf Use HTTPS in Git URL 0ebddcf is described below commit 0ebddcf402f690ad034e14dc3013cfb76bfaf57e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 09:57:14 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 5e7985b..f692f65 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ under the License. </developers> <scm> - <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-weaver.git</connection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-weaver.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-weaver.git</developerConnection> <url>http://gitbox.apache.org/repos/asf/commons-weaver.git</url> <tag>HEAD</tag>