Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 800ce4f8..3bb9fc7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,12 +35,12 @@
<enabled>true</enabled>
</snapshots>
<id>mylyn-snapshots</id>
- <url>http://download.eclipse.org/mylyn/maven/snapshots</url>
+ <url>https://repo.eclipse.org/content/repositories/mylyn-snapshots/</url>
<layout>default</layout>
</repository>
<repository>
<id>mylyn-releases</id>
- <url>http://download.eclipse.org/mylyn/maven/releases</url>
+ <url>https://repo.eclipse.org/content/repositories/mylyn-releases/</url>
<layout>default</layout>
</repository>
</repositories>

Back to the top