Skip to content

Commit b9add39

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 e51d33c commit b9add39

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
@@ -66,7 +66,7 @@
6666
</mailingLists>
6767

6868
<scm>
69-
<connection>scm:git:git://github.com/scijava/scripting-scala</connection>
69+
<connection>scm:git:https://github.com/scijava/scripting-scala</connection>
7070
<developerConnection>scm:git:git@github.com:scijava/scripting-scala</developerConnection>
7171
<tag>HEAD</tag>
7272
<url>https://github.com/scijava/scripting-scala</url>

0 commit comments

Comments
 (0)