Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-02-23 08:12:54 +0000
committerMichael Keppler2018-02-23 08:12:54 +0000
commitb5e69f1c0a616f69da2740e8e36744ac349c5a28 (patch)
tree61d31aeda78d10d6f8ed2523e8ec555bdfe726b9
parent900e69e2e8fd81d851e62f86587c86f255a0b273 (diff)
downloadegit-github-b5e69f1c0a616f69da2740e8e36744ac349c5a28.tar.gz
egit-github-b5e69f1c0a616f69da2740e8e36744ac349c5a28.tar.xz
egit-github-b5e69f1c0a616f69da2740e8e36744ac349c5a28.zip
Update tycho to 1.1.0
The main egit/jgit repositories were already upgraded, this repository was missing. Change-Id: Ic47b217aaf44b461215e7a29e0d1129babec80fb Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c2993091..6d6eb819 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
</licenses>
<properties>
- <tycho-version>1.0.0</tycho-version>
+ <tycho-version>1.1.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