Skip to content

Commit 94e89cc

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 6840698 commit 94e89cc

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
@@ -80,7 +80,7 @@
8080
</repositories>
8181

8282
<scm>
83-
<connection>scm:git:git://github.com/scijava/scijava-coding-style</connection>
83+
<connection>scm:git:https://github.com/scijava/scijava-coding-style</connection>
8484
<developerConnection>scm:git:git@github.com:scijava/scijava-coding-style</developerConnection>
8585
<tag>HEAD</tag>
8686
<url>https://github.com/scijava/scijava-coding-style</url>

0 commit comments

Comments
 (0)