diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-08-24 10:25:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-08-24 10:54:46 +0200 |
commit | 1ca106f07a9e9fe81b2d852fbfaeb611ca8d8eb9 (patch) | |
tree | a9e22b5663349f0f0154eea06a786c63a6aaa548 /org.eclipse.jgit.ant | |
parent | 8173c167852d6dc411739f8fe365adcf8ce46c97 (diff) | |
download | jgit-1ca106f07a9e9fe81b2d852fbfaeb611ca8d8eb9.tar.gz jgit-1ca106f07a9e9fe81b2d852fbfaeb611ca8d8eb9.zip |
Update ant to 1.10.11 also in pom.xml
This was missed when the target platform was updated to use ant 1.10.11
in cf9baedb5d.
Change-Id: I0d503fa4b27df73a7dad68f1b729346596d78332
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 710ad30637..718669c064 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.10</version> + <version>1.10.11</version> </dependency> </dependencies> |