From 691b7560dbd56275086fe86f214a07bfac0d56ea Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Mon, 12 Aug 2019 20:40:50 +0200 Subject: [PATCH] Switched Maven SCM to use ssh. (cherry picked from commit c1834dc78d3667175ec583a959cf6d34816ba94c) --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 05435a2f..256644ee 100755 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,15 @@ oss-parent 9 + com.twelvemonkeys twelvemonkeys 3.4.2-SNAPSHOT pom Twelvemonkeys + https://github.com/haraldk/TwelveMonkeys + The BSD License @@ -81,7 +84,7 @@ scm:git:https://github.com/haraldk/TwelveMonkeys - scm:git:https://github.com/haraldk/TwelveMonkeys + scm:git:ssh://github.com/haraldk/TwelveMonkeys https://github.com/haraldk/TwelveMonkeys twelvemonkeys-3.4 @@ -102,7 +105,7 @@ twelvemonkeys-${project.artifactId} TwelveMonkeys ${project.version} - ${project.scm.url} + ${project.url}