diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-29 12:17:04 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-10-29 13:41:01 +0100 |
commit | b4e5ae3b348504c5abef93b174dfb96ab89b6fae (patch) | |
tree | 6a1a0c5027fe00f946ed9cb989917da935329fbf /org.eclipse.jgit.ant | |
parent | 50e9de62d3b2723f706dcba1fa06cc695b9f23e2 (diff) | |
download | jgit-b4e5ae3b348504c5abef93b174dfb96ab89b6fae.tar.gz jgit-b4e5ae3b348504c5abef93b174dfb96ab89b6fae.zip |
Update Orbit to S20191025144108 and Ant to 1.10.7.v20190926-0324
This is the Orbit version for 2019-12 M2.
We tried earlier to update to Ant 1.10.7 but had to revert this since
there were issues with the previous artefact version in Orbit.
See platform bug 550793 for the list of changes since 1.10.6.
Change-Id: Ifb3212d4420e3656083784e842da2bd9bf750911
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 8d9b1e3f1c..54f8a4b989 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.5</version> + <version>1.10.7</version> </dependency> </dependencies> |