diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-29 09:02:46 -0400 |
---|---|---|
committer | Code Review <codereview-daemon@eclipse.org> | 2010-06-29 09:02:46 -0400 |
commit | 730b708dae88a79cb3d926fc96ada377516c583c (patch) | |
tree | d370a942c790e89df380fa0d5ff4f618956bcdf8 | |
parent | 3fd4918852ae58ccd3c42a6e01d06d7391e05809 (diff) | |
parent | a2325f6885694019b76f5bc1cfb886f9f0a77600 (diff) | |
download | jgit-730b708dae88a79cb3d926fc96ada377516c583c.tar.gz jgit-730b708dae88a79cb3d926fc96ada377516c583c.zip |
Merge "Update build to use Tycho 0.9.0"
-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 7eb7d17734..21ea83154e 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -59,7 +59,7 @@ <name>JGit Tycho Parent (Incubation)</name> <properties> - <tycho-version>0.8.0</tycho-version> + <tycho-version>0.9.0</tycho-version> <eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site> </properties> |