Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 649f12f7..78ed23f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->
- <eclipse.stream>2019-09</eclipse.stream>
- <eclipse-repo.url>http://download.eclipse.org/eclipse/updates/4.13/</eclipse-repo.url>
+ <eclipse.stream>2019-12</eclipse.stream>
+ <eclipse-repo.url>http://download.eclipse.org/eclipse/updates/4.14/</eclipse-repo.url>
<eclipse-simrel.url>http://download.eclipse.org/releases/${eclipse.stream}</eclipse-simrel.url>
<tycho.testArgLine>-Xmx800m</tycho.testArgLine>
@@ -81,9 +81,9 @@
<url>http://download.eclipse.org/cbi/updates/license</url>
</repository>
<repository>
- <id>Orbit 2019-09</id>
+ <id>Orbit 2019-12</id>
<layout>p2</layout>
- <url>https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository</url>
+ <url>https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository</url>
</repository>
</repositories>

Back to the top