From 29f6b154a131d3beaf83514105ebd55a8280de85 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger <alr@alrubinger.com> Date: Tue, 12 Mar 2024 00:31:15 -0700 Subject: [PATCH] Issue #217: Try using HTTPS for SCM --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 59ea78d5..974c70a4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ <!-- SCM --> <scm> - <connection>scm:git:git://github.com/TBD54566975/web5-kt.git</connection> - <developerConnection>scm:git:git@github.com:TBD54566975/web5-kt.git</developerConnection> + <connection>scm:git:https://github.com/TBD54566975/web5-kt.git</connection> + <developerConnection>scm:git:https://github.com/TBD54566975/web5-kt.git</developerConnection> <url>https://github.com/TBD54566975/web5-kt</url> <tag>HEAD</tag> </scm>