From cc02609864e0d7a5933685ca871f849121dc6797 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sat, 12 Nov 2022 08:06:44 -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 8140713..b5e7e5d 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,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}