Browse Source

Update build to use Tycho 0.19

Change-Id: I90f71f2612a934e83a0af8dccfe08592e4532ddf
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-3.2
Matthias Sohn 11 years ago
parent
commit
7948903a84
  1. 4
      org.eclipse.jgit.packaging/pom.xml

4
org.eclipse.jgit.packaging/pom.xml

@ -59,8 +59,8 @@
<name>JGit Tycho Parent</name>
<properties>
<tycho-version>0.18.0</tycho-version>
<tycho-extras-version>0.18.0</tycho-extras-version>
<tycho-version>0.19.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
</properties>
<pluginRepositories>

Loading…
Cancel
Save