diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2018-06-12 18:02:22 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-14 08:49:14 +0200 |
commit | 54e895b87c0768d2317a2b17062e3ad9f76a8105 (patch) | |
tree | c4bcb061e42790eb4146f72785eaf4dbca4a96e5 /org.eclipse.jgit.packaging/pom.xml | |
parent | 331f1a8e49dbd619d501f925210df31b0d9db2ea (diff) | |
download | jgit-54e895b87c0768d2317a2b17062e3ad9f76a8105.tar.gz jgit-54e895b87c0768d2317a2b17062e3ad9f76a8105.zip |
Upgrade Tycho to 1.2.0
Change-Id: I2f1c81839d2d78ddfd10b3992d1145546d10fa8c
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-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 b48c484781..7fd4cd8fc8 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.1.0</tycho-version> + <tycho-version>1.2.0</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> <target-platform>jgit-4.6</target-platform> </properties> |