Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-02-06 14:59:23 +0000
committerSteffen Pingel2012-02-06 14:59:23 +0000
commit9f262b7e603f402b854d74724cece41623696fbd (patch)
tree2a925b205f809b8983cd844ef90f5f7f6fe1f2bb
parent913061a1af50e2f7b5281e23fb4c45ba227457cf (diff)
downloadorg.eclipse.mylyn.reviews-9f262b7e603f402b854d74724cece41623696fbd.tar.gz
org.eclipse.mylyn.reviews-9f262b7e603f402b854d74724cece41623696fbd.tar.xz
org.eclipse.mylyn.reviews-9f262b7e603f402b854d74724cece41623696fbd.zip
NEW - bug 370432: update target definitions for 3.6 to latest platform
release https://bugs.eclipse.org/bugs/show_bug.cgi?id=370432
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1f8a2f8b0..e01d82726 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,12 +52,12 @@
<repository>
<id>eclipse-mylyn</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/mylyn/snapshots/weekly/</url>
+ <url>http://download.eclipse.org/mylyn/snapshots/3.6/</url>
</repository>
<repository>
<id>eclipse-orbit</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/</url>
+ <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/</url>
</repository>
<repository>
<id>egit</id>

Back to the top