diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-02-08 17:16:54 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-02-08 17:16:54 +0100 |
commit | 8bf5ff6f1b7f38f6d64ac05aed0706c322ec60d2 (patch) | |
tree | 572afd54b652a3d8378d09476ba561f4d40f8211 /org.eclipse.jgit.packaging/pom.xml | |
parent | 23827fefc0019f58b3abe7051cc95f0d7e7adf73 (diff) | |
download | jgit-8bf5ff6f1b7f38f6d64ac05aed0706c322ec60d2.tar.gz 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/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
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> |