Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-08-30 09:12:28 +0000
committerMatthias Sohn2019-08-30 09:12:28 +0000
commitc5b09e8b9494aa2771d3b416e19edd124f85c9e5 (patch)
tree53f5d042d776a4343ac52f8227f6dcdfc669f613
parentb783673bc851a3be0e41533ce9ae066038ecea79 (diff)
downloadegit-c5b09e8b9494aa2771d3b416e19edd124f85c9e5.tar.gz
egit-c5b09e8b9494aa2771d3b416e19edd124f85c9e5.tar.xz
egit-c5b09e8b9494aa2771d3b416e19edd124f85c9e5.zip
Use https in update site URLs
Bug: 450485 Change-Id: Ia2a8a1de0c95c7ea38003e2333b2b133cf1c42f8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit-feature/feature.xml4
-rw-r--r--org.eclipse.egit.gitflow-feature/feature.xml4
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml4
-rw-r--r--org.eclipse.egit.repository/category.xml2
-rw-r--r--org.eclipse.egit.repository/pom.xml10
-rw-r--r--org.eclipse.egit.source-feature/feature.xml4
6 files changed, 14 insertions, 14 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index a5a15e501e..65f06f9f63 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-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>
diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml
index 1029ed1daf..c409ab3028 100644
--- a/org.eclipse.egit.gitflow-feature/feature.xml
+++ b/org.eclipse.egit.gitflow-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>
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index 19ea671595..963c9da3ab 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>
diff --git a/org.eclipse.egit.repository/category.xml b/org.eclipse.egit.repository/category.xml
index 269f1b1b3b..3732ea599d 100644
--- a/org.eclipse.egit.repository/category.xml
+++ b/org.eclipse.egit.repository/category.xml
@@ -44,5 +44,5 @@
</description>
</category-def>
<category-def name="EGit.experimental" label="Git integration for Eclipse - experimental features (incubation)"/>
- <repository-reference location="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" />
+ <repository-reference location="https://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" />
</site>
diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml
index 1401777226..cc937d1d7b 100644
--- a/org.eclipse.egit.repository/pom.xml
+++ b/org.eclipse.egit.repository/pom.xml
@@ -28,8 +28,8 @@
<name>EGit P2 Repository</name>
<properties>
- <p2MirrorsURL>http://www.eclipse.org/downloads/download.php?file=${PUBLISH_FOLDER}&amp;format=xml</p2MirrorsURL>
- <p2StatsURL>http://download.eclipse.org/stats/egit/${project.artifactId}</p2StatsURL>
+ <p2MirrorsURL>https://www.eclipse.org/downloads/download.php?file=${PUBLISH_FOLDER}&amp;format=xml</p2MirrorsURL>
+ <p2StatsURL>https://download.eclipse.org/stats/egit/${project.artifactId}</p2StatsURL>
<!-- At the moment, this list of features needs to be maintained manually. -->
<statsTrackedArtifacts>org.eclipse.jgit.feature,org.eclipse.jgit.source.feature,org.eclipse.jgit.pgm.feature,org.eclipse.jgit.pgm.source.feature,org.eclipse.jgit.http.apache.feature,org.eclipse.jgit.ssh.apache.feature,org.eclipse.egit.feature,org.eclipse.egit.gitflow.feature,org.eclipse.egit.mylyn.feature,org.eclipse.egit.source.feature</statsTrackedArtifacts>
</properties>
@@ -63,7 +63,7 @@
<target.eclipse.version>4.6.0 (Neon) or newer</target.eclipse.version>
</symbols>
<associateSites>
- <site>http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui</site>
+ <site>https://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui</site>
</associateSites>
</configuration>
</execution>
@@ -95,11 +95,11 @@
</dependencies>
<repositories>
<repository>
- <url>http://download.eclipse.org/webtools/releng/repository</url>
+ <url>https://download.eclipse.org/webtools/releng/repository</url>
<layout>p2</layout>
</repository>
<repository>
- <url>http://download.eclipse.org/staging/neon/</url>
+ <url>https://download.eclipse.org/staging/neon/</url>
<layout>p2</layout>
</repository>
</repositories>
diff --git a/org.eclipse.egit.source-feature/feature.xml b/org.eclipse.egit.source-feature/feature.xml
index 13ed723c28..34b83b8307 100644
--- a/org.eclipse.egit.source-feature/feature.xml
+++ b/org.eclipse.egit.source-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