]> source.dussan.org Git - gitblit.git/commit
Switch Eclipse repositories to HTTPS.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Wed, 1 Apr 2020 11:31:59 +0000 (13:31 +0200)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Wed, 1 Apr 2020 11:49:48 +0000 (13:49 +0200)
commitfffdda5a20b5fc3e4c6a4c11443109c1232c7e39
treeed54cdfbb617a053c3fe51c5b77d1972c0ad0da8
parentd9eddcbea47010060d3cb0978c961630f0d7c50e
Switch Eclipse repositories to HTTPS.

The Eclipse maven repositories changed to only allow HTTPS and not
serve HTTP anymore. HTTP will redirect to HTTPS, which moxie does
not handle well and fails.

So the registered Eclipse repositories are changed to 'https://'
transport.

Fixes #1334
build.moxie