Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-04-16 15:44:46 +0000
committerMichael Keppler2019-04-16 15:46:39 +0000
commite814c48d01c0c2ba1472d73574a1a09c9400a8cd (patch)
treea1f65ec484a0058af0d0e68069915e0fe97c869f /pom.xml
parent4d7e18676df64a4c63d5b0f5e8b4bd9a389f830d (diff)
downloadegit-github-e814c48d01c0c2ba1472d73574a1a09c9400a8cd.tar.gz
egit-github-e814c48d01c0c2ba1472d73574a1a09c9400a8cd.tar.xz
egit-github-e814c48d01c0c2ba1472d73574a1a09c9400a8cd.zip
Upgrade Tycho to 1.4.0
Change-Id: I078f1e84db1b95ef633d7b0da0c660eefb91004b Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
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 89e2c903..1a1267a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<properties>
<egit-github-version>5.4.0-SNAPSHOT</egit-github-version>
- <tycho-version>1.3.0</tycho-version>
+ <tycho-version>1.4.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<spotbugs-maven-plugin-version>3.1.11</spotbugs-maven-plugin-version>
<egit-site>file:/${basedir}/../../egit/org.eclipse.egit.repository/target/repository</egit-site>

Back to the top