Skip to content

Commit 4cfa93e

Browse files
committed
melting-pot: change git://github.com/ to https://
Because GitHub discontinued support for the git: protocol.
1 parent 7fc271d commit 4cfa93e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

melting-pot.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ pomValue() {
391391

392392
# Gets the SCM URL for the given GAV.
393393
scmURL() {
394-
pomValue "$1" project scm connection | sed -E 's/^scm:git://'
394+
pomValue "$1" project scm connection | sed 's/^scm:git://' |
395+
sed 's_git:\(//github.com/\)_https:\1_'
395396
}
396397

397398
# Gets the SCM tag for the given GAV.

0 commit comments

Comments
 (0)