Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml12
-rw-r--r--eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target8
2 files changed, 10 insertions, 10 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 2c530918f..d53fb0334 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -89,9 +89,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.12-I-builds/</eclipserun-repo>
+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.12-I-builds/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.12-I-builds</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.12-I-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -100,9 +100,9 @@
it).
And, of course, in the PDE target file, the URL is expected to be the actual URL, not a variable.
-->
- <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201904250840</emf-repo.url>
+ <emf-repo.url>https://download.eclipse.org/modeling/emf/emf/builds/milestone/S201904250840</emf-repo.url>
- <ecf-repo.url>http://download.eclipse.org/rt/ecf/3.14.4/site.p2/</ecf-repo.url>
+ <ecf-repo.url>https://download.eclipse.org/rt/ecf/3.14.4/site.p2/</ecf-repo.url>
<!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down -->
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
@@ -376,7 +376,7 @@
<configuration>
<skip>${compare-version-with-baselines.skip}</skip>
<baselines>
- <baseline>http://download.eclipse.org/eclipse/updates/4.11/</baseline> <!-- Previous release) -->
+ <baseline>https://download.eclipse.org/eclipse/updates/4.11/</baseline> <!-- Previous release) -->
</baselines>
<comparator>zip</comparator>
</configuration>
@@ -640,7 +640,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.12-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.12-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>
diff --git a/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target b/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
index bcded4923..14c5bc4c3 100644
--- a/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
+++ b/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
@@ -167,7 +167,7 @@
<unit id="org.eclipse.emf.edit" version="2.15.0.v20190401-0856"/>
<unit id="org.eclipse.emf.databinding" version="1.5.0.v20180706-1146"/>
<unit id="org.eclipse.emf.databinding.edit" version="1.6.0.v20190323-1031"/>
- <repository location="http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201904250840"/>
+ <repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S201904250840"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
@@ -201,12 +201,12 @@
<unit id="org.eclipse.ecf.filetransfer.httpclient4.feature.source.feature.group" version="3.14.4.v20181013-2146"/>
<unit id="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source.feature.group" version="1.1.100.v20180301-0132"/>
<unit id="org.eclipse.ecf.filetransfer.ssl.feature.source.feature.group" version="1.1.100.v20180301-0132"/>
- <repository location="http://download.eclipse.org/rt/ecf/3.14.4/site.p2/"/>
+ <repository location="https://download.eclipse.org/rt/ecf/3.14.4/site.p2/"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="2.0.1.v20180423-1114"/>
- <repository location="http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114"/>
+ <repository location="https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
@@ -222,7 +222,7 @@
</location>
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
- <repository location="http://download.eclipse.org/reddeer/releases/2.5.0/"/>
+ <repository location="https://download.eclipse.org/reddeer/releases/2.5.0/"/>
<unit id="org.eclipse.reddeer.workbench" version="2.5.0.v20190313-1442"/>
<unit id="org.eclipse.reddeer.jface" version="2.5.0.v20190313-1442"/>
<unit id="org.eclipse.reddeer.swt" version="2.5.0.v20190313-1442"/>

Back to the top