Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-03-23 10:15:43 +0000
committerGerrit Code Review @ Eclipse.org2015-03-27 17:03:12 +0000
commit9c12c7d04f66716d994b656b4b99a90c16294a02 (patch)
tree5a8d621dd1bf76cb4efe5ae857b2fe010689d071
parent0f1d1fb7104235ff158bc270e17da28ab07ae852 (diff)
downloadorg.eclipse.mylyn-9c12c7d04f66716d994b656b4b99a90c16294a02.tar.gz
org.eclipse.mylyn-9c12c7d04f66716d994b656b4b99a90c16294a02.tar.xz
org.eclipse.mylyn-9c12c7d04f66716d994b656b4b99a90c16294a02.zip
451225: Fix mylyn build failure against Mars staging site
Change-Id: Ic65c7e5670b590e2bb7cf4d403774072025c5fd6 Signed-off-by: Mat Booth <mat.booth@redhat.com>
-rw-r--r--org.eclipse.mylyn-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index 7d5f7463..cc1c3cc2 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -24,8 +24,8 @@
</prerequisites>
<properties>
- <tycho-version>0.23.0-SNAPSHOT</tycho-version>
- <tycho-extras-version>0.23.0-SNAPSHOT</tycho-extras-version>
+ <tycho-version>0.23.0</tycho-version>
+ <tycho-extras-version>0.23.0</tycho-extras-version>
<mylyn-test-append></mylyn-test-append>
@@ -474,7 +474,7 @@
<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
- <url>https://oss.sonatype.org/content/groups/public/</url>
+ <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>
</profile>

Back to the top