Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-02-18 01:00:05 +0000
committerIgor Fedorenko2012-02-18 01:00:05 +0000
commit2cfd9224fb46abd97fd3d3a9d834fd973597deb1 (patch)
tree0e5e7598858e2d7bb4a81a34db69a1aab6380fed /pom.xml
parent2cd9cf7f8e95469f30ebe04b028534715bc464d4 (diff)
downloadm2e-core-2cfd9224fb46abd97fd3d3a9d834fd973597deb1.tar.gz
m2e-core-2cfd9224fb46abd97fd3d3a9d834fd973597deb1.tar.xz
m2e-core-2cfd9224fb46abd97fd3d3a9d834fd973597deb1.zip
338252 pick more recent orbit build for 370147 fix
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 264ca013..593917ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,10 +68,13 @@
<url>${eclipse-repo.url}</url>
</repository>
<repository>
- <!-- 338252 slf4j 1.6.4 and logback 1.0.0 -->
+ <!--
+ 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/S20120123151124/repository/</url>
+ <url>http://download.eclipse.org/tools/orbit/downloads/drops/I20120216150407/repository/</url>
</repository>
<repository>

Back to the top