diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-29 11:43:16 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-29 11:43:16 +0100 |
commit | 50e9de62d3b2723f706dcba1fa06cc695b9f23e2 (patch) | |
tree | a81200ff6dea1a2ec97a3021c5dfeca2665fc083 /org.eclipse.jgit.packaging | |
parent | 333c20aa48610a45a44dbdca694789ceffaecd76 (diff) | |
download | jgit-50e9de62d3b2723f706dcba1fa06cc695b9f23e2.tar.gz jgit-50e9de62d3b2723f706dcba1fa06cc695b9f23e2.zip |
Update Tycho to 1.5.1
This release fixes bug 552346 [1].
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=552346
Change-Id: I53be02c3702e62d3b5ceb85141b9798571a8ca0c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-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 4fe592ac5e..47a8030183 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -55,7 +55,7 @@ <name>JGit Tycho Parent</name> <properties> - <tycho-version>1.5.0</tycho-version> + <tycho-version>1.5.1</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> <target-platform>jgit-4.6</target-platform> </properties> |