Skip to content

Commit d2ccfb7

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 a6aac2a commit d2ccfb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</mailingLists>
7272

7373
<scm>
74-
<connection>scm:git:git://github.com/scijava/scijava-plot</connection>
74+
<connection>scm:git:https://github.com/scijava/scijava-plot</connection>
7575
<developerConnection>scm:git:git@github.com:scijava/scijava-plot</developerConnection>
7676
<tag>HEAD</tag>
7777
<url>https://github.com/scijava/scijava-plot</url>

0 commit comments

Comments
 (0)