From 59303c255e662ed46a61b33bd307f7894360491e Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 8 Nov 2021 15:41:52 -0600 Subject: [PATCH] POM: Stop using git:// protocol with github.com The GitHub platform is discontinuing support for it. See: https://github.blog/2021-09-01-improving-git-protocol-security-github/#whats-changing --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 83bc74b..40b046c 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ - scm:git:git://github.com/scifio/scifio-bf-compat + scm:git:https://github.com/scifio/scifio-bf-compat scm:git:git@github.com:scifio/scifio-bf-compat HEAD https://github.com/scifio/scifio-bf-compat