Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-17 23:08:09 +0000
committerMatthias Sohn2014-03-17 23:39:26 +0000
commitbcdf39cca5ef0dd828f960030a2febba1e56a253 (patch)
treeb3e0d2e8570760f1fa57d9b8b71e7a19d1e4f962
parent2bf35c70fe455261ca3602604048c4ba9b8d7845 (diff)
downloadegit-github-bcdf39cca5ef0dd828f960030a2febba1e56a253.tar.gz
egit-github-bcdf39cca5ef0dd828f960030a2febba1e56a253.tar.xz
egit-github-bcdf39cca5ef0dd828f960030a2febba1e56a253.zip
Update build to use Tycho 0.20.0
Change-Id: Ie779244dd76a4050c6553503a80fc013d8583f66 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9381222f..1b8c2930 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
</licenses>
<properties>
- <tycho-version>0.18.1</tycho-version>
- <tycho-extras-version>0.18.1</tycho-extras-version>
+ <tycho-version>0.20.0</tycho-version>
+ <tycho-extras-version>0.20.0</tycho-extras-version>
<egit-site>file:/${basedir}/../../egit/org.eclipse.egit.repository/target/repository</egit-site>
<platform-version-name>kepler</platform-version-name>
<mylyn-site>http://download.eclipse.org/mylyn/releases/3.7</mylyn-site>

Back to the top