diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-30 11:12:15 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-30 11:12:15 +0200 |
commit | 293b21a32a1e3e4127eddafbdfc5203df21cef4f (patch) | |
tree | 95d12fd58fb317c15af548fa75c10a0f1ff7dbb9 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | 66ac51781a0a576ad51ec17536fbd70fee2ffbe2 (diff) | |
download | jgit-293b21a32a1e3e4127eddafbdfc5203df21cef4f.tar.gz jgit-293b21a32a1e3e4127eddafbdfc5203df21cef4f.zip |
Use https in update site URLs
Bug: 450485
Change-Id: I4fc288fbea2e8186d20295e9fadec721641e779b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index 45697986b0..748996ec03 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -18,8 +18,8 @@ </license> <url> - <update label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> - <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> + <update label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/> + <discovery label="%updateSiteName" url="https://download.eclipse.org/egit/updates"/> </url> <includes |