Skip to content

Commit 67489be

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 9aa1f2b commit 67489be

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
@@ -76,7 +76,7 @@
7676
</mailingLists>
7777

7878
<scm>
79-
<connection>scm:git:git://github.com/scijava/scripting-java</connection>
79+
<connection>scm:git:https://github.com/scijava/scripting-java</connection>
8080
<developerConnection>scm:git:git@github.com:scijava/scripting-java</developerConnection>
8181
<tag>HEAD</tag>
8282
<url>https://github.com/scijava/scripting-java</url>

0 commit comments

Comments
 (0)