From 51ad460a2fe75fd7476c1f47f760bd78cfc809fd Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 9 Nov 2022 13:01:32 -0800 Subject: [PATCH] Use HTTPS SCM URL --- plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 0ac19fc2d..9e3c14e5f 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -320,7 +320,7 @@ - scm:git:git://github.com/${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo}.git scm:git:git@github.com:${gitHubRepo}.git https://github.com/${gitHubRepo} ${scmTag}