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:51:08 UTC

[hadoop] branch branch-2.10 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-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit a5a6c973affd762c5aedf8b929cc539ddab734e8
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 12f836a..840e1dd 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -968,7 +968,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