diff options
author | Alexander Kurtakov <akurtako@redhat.com> | 2014-12-09 15:10:08 +0200 |
---|---|---|
committer | Alexander Kurtakov <akurtako@redhat.com> | 2014-12-09 15:10:08 +0200 |
commit | 4b090e5da5da49b797decfff90d2515fea754601 (patch) | |
tree | b4462634f885b13d4e818f91b85a0a312f0df077 /org.eclipse.jgit.packaging | |
parent | 5c788e2ce59fb8f16823675f0775019362c777ae (diff) | |
download | jgit-4b090e5da5da49b797decfff90d2515fea754601.tar.gz jgit-4b090e5da5da49b797decfff90d2515fea754601.zip |
Build with Tycho 0.22.
Change-Id: I32444e926179827be31d9201a6bbc5d514672110
Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 6ed0761289..42090e7305 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.21.0</tycho-version> + <tycho-version>0.22.0</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> </properties> |