You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/02/10 23:35:59 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17516. Upgrade ant to 1.10.9. (#2683)

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

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new d465fa8  HADOOP-17516. Upgrade ant to 1.10.9. (#2683)
d465fa8 is described below

commit d465fa8fcd6e890032e674bb34204fc88282c37f
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Feb 11 08:07:08 2021 +0900

    HADOOP-17516. Upgrade ant to 1.10.9. (#2683)
    
    Reviewed-by: Ayush Saxena <ay...@apache.org>
    (cherry picked from commit 933fbeffee1e9e2b9d78b5be31466d4d640768c5)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index b0635ca..7833145 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1118,7 +1118,7 @@
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.8.1</version>
+        <version>1.10.9</version>
       </dependency>
       <dependency>
         <groupId>com.google.re2j</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org