diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-04-27 14:52:04 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-04-27 14:52:04 +0200 |
commit | f3bc72fd21928267f9023b072d5afbc2d3996240 (patch) | |
tree | 1460f5fad28ebbe0265afb09cdc76d6a029a6720 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target | |
parent | d9f84b0b7c49d23f2e064abed2cb4fa30354870d (diff) | |
download | jgit-f3bc72fd21928267f9023b072d5afbc2d3996240.tar.gz jgit-f3bc72fd21928267f9023b072d5afbc2d3996240.zip |
Always use https to access download.eclipse.org
Change-Id: Ida3cd74dc80020308496f53bdda3676b616953d4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target index 5d39df8be8..6337b550bb 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target @@ -88,7 +88,7 @@ </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.osgi" version="0.0.0"/> - <repository location="http://download.eclipse.org/releases/photon/"/> + <repository location="https://download.eclipse.org/releases/photon/"/> </location> </locations> </target> |