From 3aa1c1a93abf199766c86384ab5cdb968981b841 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 8 Nov 2021 15:39:21 -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 741e3c5..5bb000c 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ - scm:git:git://github.com/fiji/IO + scm:git:https://github.com/fiji/IO scm:git:git@github.com:fiji/IO HEAD https://github.com/fiji/IO