From c1d225fa4bd9db4fa8fbb005d60c17014b901bd9 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 8 Nov 2021 15:41:23 -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 a1cf13762..f0a0f2111 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - scm:git:git://github.com/imglib/imglib2 + scm:git:https://github.com/imglib/imglib2 scm:git:git@github.com:imglib/imglib2 HEAD https://github.com/imglib/imglib2