Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-10-19 19:35:13 +0000
committerMatthias Sohn2012-10-19 19:35:13 +0000
commit1ff82ca6d0137eee1ecbbf20c96390c872691f7c (patch)
tree4d9814ab6a8b54d29558ba07260e1e38af0ac88b /org.eclipse.jgit.packaging
parent52d6482a5b94ddc5fdcea6c461b5dcb9c0bc4c6e (diff)
downloadjgit-1ff82ca6d0137eee1ecbbf20c96390c872691f7c.tar.gz
jgit-1ff82ca6d0137eee1ecbbf20c96390c872691f7c.tar.xz
jgit-1ff82ca6d0137eee1ecbbf20c96390c872691f7c.zip
Update packaging build to use Tycho 0.16
Change-Id: Ie5c2f9d4a3b64fc43d310bec45685970cb227237 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r--org.eclipse.jgit.packaging/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 2331093516..365b486bb0 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.15.0</tycho-version>
+ <tycho-version>0.16.0</tycho-version>
<jetty-version>7.6.0.v20120127</jetty-version>
<args4j-version>2.0.12</args4j-version>
<jsch-version>0.1.44-1</jsch-version>

Back to the top