diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-11 11:58:19 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-11 11:58:19 +0100 |
commit | 7948903a84c65e7e796d74a0949efd94121cec88 (patch) | |
tree | 23408272074306a60bdf632ef17b25840e9b7b4f /org.eclipse.jgit.packaging/pom.xml | |
parent | f1c086f692cb1e53a075af16ae662f150443682e (diff) | |
download | jgit-7948903a84c65e7e796d74a0949efd94121cec88.tar.gz jgit-7948903a84c65e7e796d74a0949efd94121cec88.zip |
Update build to use Tycho 0.19
Change-Id: I90f71f2612a934e83a0af8dccfe08592e4532ddf
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index aacdc7c360..7640955d8b 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/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> |