You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2020/10/01 05:38:05 UTC

[directory-server] branch master updated: Updating Ant to 1.10.9

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new c15e967  Updating Ant to 1.10.9
c15e967 is described below

commit c15e967c52d406b8783e57724a57ed835fa6c634
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 1 06:37:46 2020 +0100

    Updating Ant to 1.10.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2bee3e8..a5899bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <skin.version>1.0.3</skin.version>
     
     <!-- Set versions for depending jars -->
-    <ant.version>1.10.8</ant.version>
+    <ant.version>1.10.9</ant.version>
     <bcprov.version>1.66</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.14</commons.codec.version>