Skip to content

Commit 377ed3c

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 368a9f0 commit 377ed3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
</mailingLists>
172172

173173
<scm>
174-
<connection>scm:git:git://github.com/imglib/imglib2-algorithm</connection>
174+
<connection>scm:git:https://github.com/imglib/imglib2-algorithm</connection>
175175
<developerConnection>scm:git:git@github.com:imglib/imglib2-algorithm</developerConnection>
176176
<tag>HEAD</tag>
177177
<url>https://github.com/imglib/imglib2-algorithm</url>

0 commit comments

Comments
 (0)