Browse Source

Update build to use Tycho 0.19

Change-Id: I90f71f2612a934e83a0af8dccfe08592e4532ddf
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.2.0.201311130903-m3
Matthias Sohn 10 years ago
parent
commit
7948903a84
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      org.eclipse.jgit.packaging/pom.xml

+ 2
- 2
org.eclipse.jgit.packaging/pom.xml View File

@@ -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