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 e06ad4e Use HTTPS in URL
e06ad4e is described below
commit e06ad4ecca9320756c0753b8459ae03997cc44a5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:00:27 2025 -0500
Use HTTPS in URL
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0f2ac89..0a3e93f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ under the License.
<scm>
<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>
+ <url>https://gitbox.apache.org/repos/asf/commons-weaver.git</url>
<tag>HEAD</tag>
</scm>
<distributionManagement>