Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-11-11 10:58:19 +0000
committerMatthias Sohn2013-11-11 10:58:19 +0000
commit7948903a84c65e7e796d74a0949efd94121cec88 (patch)
tree23408272074306a60bdf632ef17b25840e9b7b4f
parentf1c086f692cb1e53a075af16ae662f150443682e (diff)
downloadjgit-7948903a84c65e7e796d74a0949efd94121cec88.tar.gz
jgit-7948903a84c65e7e796d74a0949efd94121cec88.tar.xz
jgit-7948903a84c65e7e796d74a0949efd94121cec88.zip
Update build to use Tycho 0.19
Change-Id: I90f71f2612a934e83a0af8dccfe08592e4532ddf Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.packaging/pom.xml4
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>

Back to the top