diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-29 00:08:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-29 00:08:36 +0200 |
commit | a2325f6885694019b76f5bc1cfb886f9f0a77600 (patch) | |
tree | 1f61f9432b54fda1940b282bc488cb4f9819c423 /org.eclipse.jgit.packaging | |
parent | 5ed96eb7f44edb06ebf17eece0f9679ee5713446 (diff) | |
download | jgit-a2325f6885694019b76f5bc1cfb886f9f0a77600.tar.gz jgit-a2325f6885694019b76f5bc1cfb886f9f0a77600.zip |
Update build to use Tycho 0.9.0
Change-Id: I589267e6cfd0514383c2a3da51c9b7a659f77844
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 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> |