Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Chouinard2013-04-03 16:16:45 +0000
committerFrancois Chouinard2013-04-03 16:16:45 +0000
commit187ac1ca4fb08cc17262f6ee3bb24b801a8d9381 (patch)
treef25dd63a2533908408073c8418cfd929e5d41523
parent9d63e1d77fb975c94880b88fae633b731a3c2abe (diff)
downloadorg.eclipse.mylyn.reviews.r4e-187ac1ca4fb08cc17262f6ee3bb24b801a8d9381.tar.gz
org.eclipse.mylyn.reviews.r4e-187ac1ca4fb08cc17262f6ee3bb24b801a8d9381.tar.xz
org.eclipse.mylyn.reviews.r4e-187ac1ca4fb08cc17262f6ee3bb24b801a8d9381.zip
Fix R4E pom.xml (strike 4)
Signed-off-by: Francois Chouinard <fchouinard@gmail.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ed7f6028..dee3866d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,12 +36,12 @@
<enabled>true</enabled>
</snapshots>
<id>mylyn-snapshots</id>
- <url>http://download.eclipse.org/mylyn/snapshots/weekly</url>
+ <url>http://download.eclipse.org/mylyn/maven/snapshots</url>
<layout>default</layout>
</repository>
<repository>
<id>mylyn-releases</id>
- <url>http://download.eclipse.org/mylyn/releases/latest</url>
+ <url>http://download.eclipse.org/mylyn/mavrn/releases</url>
<layout>default</layout>
</repository>
</repositories>

Back to the top