Skip to content

Commit 12f225a

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 1a4e56b commit 12f225a

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
@@ -44,7 +44,7 @@
4444
</mailingLists>
4545

4646
<scm>
47-
<connection>scm:git:git://github.com/scijava/scijava-optional</connection>
47+
<connection>scm:git:https://github.com/scijava/scijava-optional</connection>
4848
<developerConnection>scm:git:git@github.com:scijava/scijava-optional</developerConnection>
4949
<tag>HEAD</tag>
5050
<url>https://github.com/scijava/scijava-optional</url>

0 commit comments

Comments
 (0)