Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-09-05 09:49:50 +0000
committerMatthias Sohn2019-09-05 09:50:02 +0000
commitfb2fc5db7dd038e73af0bc8acfed1e4f96f8bbd3 (patch)
tree70c4309f340dc6e1bcd396c20bd776ad6ef9719d /org.eclipse.egit.mylyn-feature
parent2343c8b0637e22d844047e8341d527cdae40c340 (diff)
parente2109f760b7c980e719e6d188865e9cf1848abe2 (diff)
downloadegit-fb2fc5db7dd038e73af0bc8acfed1e4f96f8bbd3.tar.gz
egit-fb2fc5db7dd038e73af0bc8acfed1e4f96f8bbd3.tar.xz
egit-fb2fc5db7dd038e73af0bc8acfed1e4f96f8bbd3.zip
Merge branch 'stable-5.5'
* stable-5.5: Update Orbit to R20190827152740 for 2019-09 Prepare 5.5.0-SNAPSHOT builds EGit v5.5.0.201909041048-rc1 Use https in update site URLs Ensure staging view widgets get re-enabled Change-Id: Ia1b7e409556bafe0897e768ec70e633964d3335c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index ca8d4a9cde..4bc07b0790 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -21,8 +21,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>
<requires>

Back to the top