Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-04-10 10:48:40 +0000
committerChris Aniszczyk2011-04-10 10:49:10 +0000
commit24ab64b7fbf5a8f885e70830337f9fac1c4a5642 (patch)
tree4517a5ff2b8bfec55191e2ed68b235911451d4b4 /pom.xml
parent4d5bac3d8ee8a8a0dc428093afdeab36b29ea304 (diff)
downloadorg.eclipse.linuxtools-24ab64b7fbf5a8f885e70830337f9fac1c4a5642.tar.gz
org.eclipse.linuxtools-24ab64b7fbf5a8f885e70830337f9fac1c4a5642.tar.xz
org.eclipse.linuxtools-24ab64b7fbf5a8f885e70830337f9fac1c4a5642.zip
Update to use Tycho 0.11
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 17836b5194..3369900ec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
</licenses>
<properties>
- <tycho-version>0.10.0</tycho-version>
+ <tycho-version>0.11.0</tycho-version>
<platform-version-name>helios</platform-version-name>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
<wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly</wikitext-site>

Back to the top