From e2fb4c243f07b69034f6394e6f6c17e4bd812723 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 16 Jan 2023 21:13:47 +0100 Subject: [PATCH] Use git:https instead of git:ssh in scm --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 701a49ab9..3c6afe911 100644 --- a/pom.xml +++ b/pom.xml @@ -35,8 +35,8 @@ - scm:git:git://github.com/jline/jline3.git - scm:git:ssh://git@github.com/jline/jline3.git + scm:git:https://github.com/jline/jline3.git + scm:git:https://github.com/jline/jline3.git http://github.com/jline/jline3