Skip to content

Commit 7b19238

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 cca9d63 commit 7b19238

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
@@ -78,7 +78,7 @@
7878
</mailingLists>
7979

8080
<scm>
81-
<connection>scm:git:git://github.com/scijava/scijava-plugins-io-table</connection>
81+
<connection>scm:git:https://github.com/scijava/scijava-plugins-io-table</connection>
8282
<developerConnection>scm:git:git@github.com:scijava/scijava-plugins-io-table</developerConnection>
8383
<tag>HEAD</tag>
8484
<url>https://github.com/scijava/scijava-plugins-io-table</url>

0 commit comments

Comments
 (0)