From da0625222ec9a045ea7cde2df6393df29919db31 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 8 Oct 2024 11:34:01 -0600 Subject: [PATCH] Use scm.connection consistent with archetype (#267) Consistent is better --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 277f997..ec2130a 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ - scm:git:https://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo} + scm:git:https://github.com/${gitHubRepo} ${scmTag} https://github.com/${gitHubRepo}