Skip to content

Commit ec474e3

Browse files
committed
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
1 parent 83d975c commit ec474e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959

6060
<scm>
61-
<connection>scm:git:git://github.com/imglib/imglib2-introductory-workshop</connection>
61+
<connection>scm:git:https://github.com/imglib/imglib2-introductory-workshop</connection>
6262
<developerConnection>scm:git:git@github.com:imglib/imglib2-introductory-workshop</developerConnection>
6363
<tag>HEAD</tag>
6464
<url>https://github.com/imglib/imglib2-introductory-workshop</url>

0 commit comments

Comments
 (0)