Skip to content

Commit b78b283

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 0244421 commit b78b283

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
@@ -99,7 +99,7 @@
9999
</mailingLists>
100100

101101
<scm>
102-
<connection>scm:git:git://github.com/scijava/pom-scijava-base</connection>
102+
<connection>scm:git:https://github.com/scijava/pom-scijava-base</connection>
103103
<developerConnection>scm:git:git@github.com:scijava/pom-scijava-base</developerConnection>
104104
<tag>HEAD</tag>
105105
<url>https://github.com/scijava/pom-scijava-base</url>

0 commit comments

Comments
 (0)