Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-30 00:25:55 +0000
committerIgor Fedorenko2012-05-30 00:25:55 +0000
commite7272b873d23f894be7c0642ae1ddc7b9f5d7c5c (patch)
treeb4ca72f1f9f6adaa4b6d1e7f8b06c17cc538a505
parentaa4ac7a3cc0e93524a0503310de2907cf36a386f (diff)
downloadm2e-core-milestones/1.1/1.1.0.20120530-0009.tar.gz
m2e-core-milestones/1.1/1.1.0.20120530-0009.tar.xz
m2e-core-milestones/1.1/1.1.0.20120530-0009.zip
fixed wrong eclipse release and orbit p2 repositoriesreleases/1.1/1.1.0.20120530-0009milestones/1.1/1.1.0.20120530-0009
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-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