From 6e6cd2188d0bb10fca2d0901bb445e15317efcd2 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 10 Jan 2022 09:46:07 -0800 Subject: [PATCH] Fix SCM URL --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2c1cce5..8fbed60 100644 --- a/pom.xml +++ b/pom.xml @@ -32,8 +32,8 @@ - scm:git:https://github.com/${gitHubRepo} - scm:git:https://github.com/${gitHubRepo} + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git https://github.com/${gitHubRepo} ${scmTag}