diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-02 00:26:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-02 00:41:12 +0200 |
commit | c327e74b462dd836a84aad48055c6ace8b84b521 (patch) | |
tree | c187ab3ce0a6d369ef390b0fc77b9262b00b6162 /org.eclipse.jgit.packaging | |
parent | 77d2f3ca83e804234a025173a1a57f168d9be132 (diff) | |
download | jgit-c327e74b462dd836a84aad48055c6ace8b84b521.tar.gz jgit-c327e74b462dd836a84aad48055c6ace8b84b521.zip |
Update build to use Tycho 0.18
Change-Id: I66ffb2b6416dbbd5da11ad789dd58060b7ab09f2
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 0a4bbffac8..d2407a4322 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.17.0</tycho-version> + <tycho-version>0.18.0</tycho-version> </properties> <modules> |