Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-02-08 16:16:54 +0000
committerMatthias Sohn2010-02-08 16:16:54 +0000
commit8bf5ff6f1b7f38f6d64ac05aed0706c322ec60d2 (patch)
tree572afd54b652a3d8378d09476ba561f4d40f8211 /org.eclipse.jgit.packaging
parent23827fefc0019f58b3abe7051cc95f0d7e7adf73 (diff)
downloadjgit-8bf5ff6f1b7f38f6d64ac05aed0706c322ec60d2.tar.gz
jgit-8bf5ff6f1b7f38f6d64ac05aed0706c322ec60d2.tar.xz
jgit-8bf5ff6f1b7f38f6d64ac05aed0706c322ec60d2.zip
Update build to use Tycho 0.7.0
Change-Id: Ie4133083a1cb1730f3dba52c0b8d359c7ed845e6 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 32e9cc64b5..7bdc2afe7d 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -59,7 +59,7 @@
<name>JGit Tycho Parent (Incubation)</name>
<properties>
- <tycho-version>0.6.0</tycho-version>
+ <tycho-version>0.7.0</tycho-version>
<eclipse-site>http://download.eclipse.org/releases/galileo</eclipse-site>
</properties>

Back to the top