Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-02-15 23:47:27 +0000
committerMatthias Sohn2017-02-15 23:47:27 +0000
commit536ba6e7ba29bfb14039e6295eef13d35fbd2c3f (patch)
tree0563a81c515528476acbbfd0de9ac5a8bac2c32b
parenta617d7e2ccc806c7ea434ea30c4b815f7cab7f34 (diff)
downloadegit-github-536ba6e7ba29bfb14039e6295eef13d35fbd2c3f.tar.gz
egit-github-536ba6e7ba29bfb14039e6295eef13d35fbd2c3f.tar.xz
egit-github-536ba6e7ba29bfb14039e6295eef13d35fbd2c3f.zip
Update build to use Tycho 1.0.0
Change-Id: I267ad0ad7d99732aba6ab97825bfeca352fde7b9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 46b881e5..64aac458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
</licenses>
<properties>
- <tycho-version>0.26.0</tycho-version>
+ <tycho-version>1.0.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<egit-site>file:/${basedir}/../../egit/org.eclipse.egit.repository/target/repository</egit-site>
<platform-version-name>mars</platform-version-name>

Back to the top