From 38ee4ea54d3046f6b9ab52a84774e89579bc5158 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 9 Nov 2022 09:55:40 -0800 Subject: [PATCH] Use HTTPS SCM URL --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a9f6880..849bb95 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - scm:git:git://github.com/${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo}.git scm:git:git@github.com:${gitHubRepo}.git ${scmTag} https://github.com/${gitHubRepo}