From 6708b79c1882eecdba59030a8d32022b9d6bf63e Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 8 Oct 2024 11:33:27 -0600 Subject: [PATCH] Use scm.connection consistent with archetype (#270) Consistent is better --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a6c8dc..02fa960 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ scm:git:https://github.com/${gitHubRepo} - scm:git:git@github.com:${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo} ${scmTag} https://github.com/${gitHubRepo}