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-scxml.git
The following commit(s) were added to refs/heads/master by this push: new 8c62471e Use HTTPS in Git URL 8c62471e is described below commit 8c62471eab4a53b5fe27f3b02c6fa283b9acf5b2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 6 09:56:36 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 eb52d2ae..20d46c1f 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ </issueManagement> <scm> - <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-scxml.git</connection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-scxml.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-scxml.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=commons-scxml.git</url> </scm>