Skip to content

Commit 8414686

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 508465b commit 8414686

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
@@ -82,7 +82,7 @@
8282
</mailingLists>
8383

8484
<scm>
85-
<connection>scm:git:git://github.com/scijava/scijava-ui-swing</connection>
85+
<connection>scm:git:https://github.com/scijava/scijava-ui-swing</connection>
8686
<developerConnection>scm:git:git@github.com:scijava/scijava-ui-swing</developerConnection>
8787
<tag>HEAD</tag>
8888
<url>https://github.com/scijava/scijava-ui-swing</url>

0 commit comments

Comments
 (0)