Skip to content

Commit 14b0051

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 b57f6c4 commit 14b0051

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
@@ -84,7 +84,7 @@
8484
</mailingLists>
8585

8686
<scm>
87-
<connection>scm:git:git://github.com/scijava/scijava-table</connection>
87+
<connection>scm:git:https://github.com/scijava/scijava-table</connection>
8888
<developerConnection>scm:git:git@github.com:scijava/scijava-table</developerConnection>
8989
<tag>HEAD</tag>
9090
<url>https://github.com/scijava/scijava-table</url>

0 commit comments

Comments
 (0)