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:24:30 UTC

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


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

commit 98eec712184351d49812e5981dc7bd2dc2ad7535
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 d714dcc..98dcd4a 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1204,7 +1204,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