8000 POM: Stop using git:// protocol with github.com · imagej/example-legacy-plugin@16e8b33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16e8b33

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 4135007 commit 16e8b33

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
@@ -63,7 +63,7 @@
6363
</mailingLists>
6464

6565
<scm>
66-
<connection>scm:git:git://github.com/imagej/example-legacy-plugin</connection>
66+
4827 <connection>scm:git:https://github.com/imagej/example-legacy-plugin</connection>
6767
<developerConnection>scm:git:git@github.com:imagej/example-legacy-plugin</developerConnection>
6868
<tag>HEAD</tag>
6969
<url>https://github.com/imagej/example-legacy-plugin</url>

0 commit comments

Comments
 (0)
0