Skip to content

Commit 2cc738f

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 4a635f8 commit 2cc738f

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
@@ -62,7 +62,7 @@
6262
</mailingLists>
6363

6464
<scm>
65-
<connection>scm:git:git://github.com/scijava/scijava-repl-fx</connection>
65+
<connection>scm:git:https://github.com/scijava/scijava-repl-fx</connection>
6666
<developerConnection>scm:git:[email protected]:scijava/scijava-repl-fx</developerConnection>
6767
<tag>HEAD</tag>
6868
<url>https://github.com/scijava/scijava-repl-fx</url>

0 commit comments

Comments
 (0)