Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.repository/pom.xml')
-rw-r--r--org.eclipse.egit.repository/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml
index 1517195e90..1bbb6bb9ea 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>

Back to the top