diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-04-11 01:00:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-04-11 01:00:08 +0200 |
commit | 5c377a8e8100d61dac3db5d48493c53f72bf8e7f (patch) | |
tree | 38bccb03400ebb9a0c4e0d1ff64150c46e085e68 /org.eclipse.jgit.packaging | |
parent | 2b6c555aee869b7ef01c5953a143ca18583af182 (diff) | |
download | jgit-5c377a8e8100d61dac3db5d48493c53f72bf8e7f.tar.gz jgit-5c377a8e8100d61dac3db5d48493c53f72bf8e7f.zip |
Update build to use Tycho 0.8
Change-Id: I99bac3376d9460ab94b548bd2f83be6fbc6ecbe3
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 eea590e054..bd78ab1eaf 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.7.0</tycho-version> + <tycho-version>0.8.0</tycho-version> <eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site> </properties> |