diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-02-04 23:10:09 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-02-05 00:44:33 +0100 |
commit | dce5bc249852baa28dfbfb696b0dd05234c20a3b (patch) | |
tree | 24c8b19a334a8e593007f0b0138baaffff60bc37 /org.eclipse.jgit.packaging | |
parent | be2a8ed63b74f977f0b78dc5909f94317c7b571e (diff) | |
download | jgit-dce5bc249852baa28dfbfb696b0dd05234c20a3b.tar.gz jgit-dce5bc249852baa28dfbfb696b0dd05234c20a3b.zip |
Update tycho to 1.1.0
Change-Id: I8a72c59c1453a9252e56d68c8a162341c690622f
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 bf470903e0..3acb98b1b1 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.0.0</tycho-version> + <tycho-version>1.1.0</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> <target-platform>jgit-4.6</target-platform> </properties> |