Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-04-16 15:43:24 +0000
committerMatthias Sohn2019-04-28 22:46:50 +0000
commit2e5bd2a362cbc74ebbdea76c47457e8f285a2118 (patch)
treec9b8eb01e9f689be03ca4263e93bdfc30ad15d7e
parent8491a1134e10a1da183630d0f6469d55fb466b00 (diff)
downloadjgit-2e5bd2a362cbc74ebbdea76c47457e8f285a2118.tar.gz
jgit-2e5bd2a362cbc74ebbdea76c47457e8f285a2118.tar.xz
jgit-2e5bd2a362cbc74ebbdea76c47457e8f285a2118.zip
Upgrade Tycho to 1.4.0 for eclipse build
Change-Id: I8893be53a5b45e1f4c177ff002b94c887576f128 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
-rw-r--r--org.eclipse.jgit.packaging/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 00da33c80f..325e287d6a 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -59,7 +59,7 @@
<name>JGit Tycho Parent</name>
<properties>
- <tycho-version>1.3.0</tycho-version>
+ <tycho-version>1.4.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<target-platform>jgit-4.6</target-platform>
</properties>

Back to the top