diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-04-10 19:19:51 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-04-10 19:20:48 -0700 |
commit | f60df9db62aef4c1bd82d032d14d3719e4077347 (patch) | |
tree | 91c170314d837355e86305d08d16b91c491d85ed /org.eclipse.jgit.packaging/pom.xml | |
parent | fa4c3fe461064e24bc20954a713f0c09e13d6a18 (diff) | |
parent | 5c377a8e8100d61dac3db5d48493c53f72bf8e7f (diff) | |
download | jgit-f60df9db62aef4c1bd82d032d14d3719e4077347.tar.gz jgit-f60df9db62aef4c1bd82d032d14d3719e4077347.zip |
Merge 'Update build to use Tycho 0.8'
Conflicts:
org.eclipse.jgit.packaging/pom.xml
Change-Id: I248a72575ff23fecf7599c06517c909f43f95ee4
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-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 12f067d185..e175f4c854 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/ganymede</eclipse-site> </properties> |