Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-04-09 23:12:16 +0000
committerChris Aniszczyk2011-04-09 23:12:16 +0000
commit386e70bf56d43792be79eb5ea3b43117854b6610 (patch)
tree27ce30a178b8bb4826bd95406ef45a688fddf7f8 /pom.xml
parent976909046dca989aff2df76a3e9529770c32a83d (diff)
downloadegit-github-386e70bf56d43792be79eb5ea3b43117854b6610.tar.gz
egit-github-386e70bf56d43792be79eb5ea3b43117854b6610.tar.xz
egit-github-386e70bf56d43792be79eb5ea3b43117854b6610.zip
Update to use Tycho 0.11
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.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 d97f8771..65589a12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,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>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository</orbit-site>

Back to the top