Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-03-19 14:45:55 +0000
committerGerrit Code Review @ Eclipse.org2015-03-19 18:42:24 +0000
commitd1667baea8b92df9c83770f10ede1e6daf6612de (patch)
treec96a13fe6deb0e39a338722232d1f8e8169b93f8
parentd1906c4dc402e995bb51226e7aaee459473585bd (diff)
downloadorg.eclipse.mylyn-d1667baea8b92df9c83770f10ede1e6daf6612de.tar.gz
org.eclipse.mylyn-d1667baea8b92df9c83770f10ede1e6daf6612de.tar.xz
org.eclipse.mylyn-d1667baea8b92df9c83770f10ede1e6daf6612de.zip
451225: Fix mylyn build failure against Mars staging site
Move to tycho 0.23.0-SNAPSHOT, which allows us to correctly resolve the SWT fragments. Change-Id: I93ff1e5cf6cb4d4011c0a0752b56b4ad6ec16df7 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 8a8d135d..7d5f7463 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Tasktop Technologies and others.
+ Copyright (c) 2012, 2015 Tasktop Technologies and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -24,8 +24,8 @@
</prerequisites>
<properties>
- <tycho-version>0.20.0</tycho-version>
- <tycho-extras-version>0.20.0</tycho-extras-version>
+ <tycho-version>0.23.0-SNAPSHOT</tycho-version>
+ <tycho-extras-version>0.23.0-SNAPSHOT</tycho-extras-version>
<mylyn-test-append></mylyn-test-append>

Back to the top