Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 056ae9ce..d3a1d378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,9 +40,8 @@
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->
- <eclipse.stream>photon</eclipse.stream>
+ <eclipse.stream>oxygen</eclipse.stream>
<eclipse-repo.url>http://download.eclipse.org/releases/${eclipse.stream}</eclipse-repo.url>
- <jdt-repo.url>http://download.eclipse.org/eclipse/updates/4.8-I-builds/</jdt-repo.url>
</properties>
<organization>
@@ -64,11 +63,6 @@
<repositories>
<repository>
- <id>jdt-beta</id>
- <layout>p2</layout>
- <url>${jdt-repo.url}</url>
- </repository>
- <repository>
<id>simrel</id>
<layout>p2</layout>
<url>${eclipse-repo.url}</url>

Back to the top