Skip to content

Commit a8e3011

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 2460d45 commit a8e3011

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
@@ -77,7 +77,7 @@
7777
</mailingLists>
7878

7979
<scm>
80-
<connection>scm:git:git://github.com/scijava/scripting-clojure</connection>
80+
<connection>scm:git:https://github.com/scijava/scripting-clojure</connection>
8181
<developerConnection>scm:git:git@github.com:scijava/scripting-clojure</developerConnection>
8282
<tag>HEAD</tag>
8383
<url>https://github.com/scijava/scripting-clojure</url>

0 commit comments

Comments
 (0)