From c1834dc78d3667175ec583a959cf6d34816ba94c 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. --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d5c5fab3..2a0541b3 100755 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,15 @@ oss-parent 9 + com.twelvemonkeys twelvemonkeys 3.5-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 HEAD @@ -102,7 +105,7 @@ twelvemonkeys-${project.artifactId} TwelveMonkeys ${project.version} - ${project.scm.url} + ${project.url}