From 929edecbea2af7ae2b8bc51737f46c3dc1b668d5 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 8 Nov 2022 14:25:13 -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 4c9b210..103b013 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,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}