diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-02 00:26:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-08-21 14:44:46 +0200 |
commit | 4b41b68bc2cc111a34c46e088caf5a80dd85359d (patch) | |
tree | 278585555119cd1c19fc70e09cbbd8fa59424464 /org.eclipse.jgit.packaging | |
parent | f94b258717015157e69c10ed316a07fa44ea2196 (diff) | |
download | jgit-4b41b68bc2cc111a34c46e088caf5a80dd85359d.tar.gz jgit-4b41b68bc2cc111a34c46e088caf5a80dd85359d.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 84037883c5..b52011133b 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> |