diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-05 15:45:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-05 15:50:29 +0200 |
commit | 1c0ac7cd10750e3c82eff61201cfc3ba91b203da (patch) | |
tree | 75575dad9a5a7f0b1b4810dce2da06c38b2ea425 /org.eclipse.jgit.packaging/pom.xml | |
parent | 108e2bc6e43b1ddf4d7545edffc75dcc9e106cd7 (diff) | |
download | jgit-1c0ac7cd10750e3c82eff61201cfc3ba91b203da.tar.gz jgit-1c0ac7cd10750e3c82eff61201cfc3ba91b203da.zip |
Update build to use Tycho 0.15.0
Also use packaging type eclipse-repository to create the p2 repository
since Tycho fixed bug 368596 which we worked around using packaging type
eclipse-update-site.
Change-Id: Id4ee884027d55cd2d43e8a6ef58a67f74ab488e4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 d3a9563077..c23dd96db1 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.14.1</tycho-version> + <tycho-version>0.15.0</tycho-version> <jetty-version>7.6.0.v20120127</jetty-version> <eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site> </properties> |