diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2019-04-16 16:43:24 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-29 00:46:50 +0200 |
commit | 2e5bd2a362cbc74ebbdea76c47457e8f285a2118 (patch) | |
tree | c9b8eb01e9f689be03ca4263e93bdfc30ad15d7e | |
parent | 8491a1134e10a1da183630d0f6469d55fb466b00 (diff) | |
download | jgit-2e5bd2a362cbc74ebbdea76c47457e8f285a2118.tar.gz 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.xml | 2 |
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> |