diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-03-24 04:31:23 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-03-24 04:31:23 +0100 |
commit | 6b3515c3ee410161c35116528f18338d57eedb7b (patch) | |
tree | aefe550bebd79f3546b162cfa4f9b87911d0739d /org.eclipse.jgit.packaging | |
parent | 9b63f324413fb093313c3f33e52627b1c97cd6f6 (diff) | |
download | jgit-6b3515c3ee410161c35116528f18338d57eedb7b.tar.gz jgit-6b3515c3ee410161c35116528f18338d57eedb7b.zip |
Update build to Tycho 0.17
Change-Id: I92c9757a37644ec48ed1d785f4dacd6c44276632
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 ddb6635f89..d14343c5f9 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>0.16.0</tycho-version> + <tycho-version>0.17.0</tycho-version> <jetty-version>7.6.0.v20120127</jetty-version> <args4j-version>2.0.21.v201301150030</args4j-version> <jsch-version>0.1.46.v201205102330</jsch-version> |