Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 48551af1..469aeb1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<tycho-version>0.14.1</tycho-version>
<!-- eclipse version m2e is built against -->
- <eclipse-repo.url>http://download.eclipse.org/releases/indigo</eclipse-repo.url>
+ <eclipse-repo.url>http://download.eclipse.org/releases/juno</eclipse-repo.url>
</properties>
<organization>
@@ -68,16 +68,6 @@
<url>${eclipse-repo.url}</url>
</repository>
<repository>
- <!--
- 338252 slf4j 1.6.4 and logback 1.0.0
- 370147 wrong slf4j 1.6.4 classes in Orbit 3.8M5
- -->
- <id>orbit</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/tools/orbit/downloads/drops/S20120308061416/repository/</url>
- </repository>
-
- <repository>
<releases>
<enabled>true</enabled>
</releases>

Back to the top