diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-02-15 23:44:12 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-02-15 23:44:12 +0100 |
commit | 92d8c9bec2bd990cec937b3a6c5f4ab4011d3f73 (patch) | |
tree | 8081ca67b085d68baa242bc5217e81ae24dce9d3 /org.eclipse.jgit.packaging | |
parent | ff852dad518b99edc31e88cbe8c8f45ba207c6a5 (diff) | |
download | jgit-92d8c9bec2bd990cec937b3a6c5f4ab4011d3f73.tar.gz jgit-92d8c9bec2bd990cec937b3a6c5f4ab4011d3f73.zip |
Update build to use Tycho 1.0.0
Change-Id: I10f61962e1496f079a39e0f533506816be56e925
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-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 0e8d9c709e..1b313efed0 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.26.0</tycho-version> + <tycho-version>1.0.0</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> <target-platform>jgit-4.6</target-platform> </properties> |