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 je...@apache.org on 2021/09/02 21:22:42 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17886. Upgrade ant to 1.10.11 (#3371)

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

jeagles 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 d636420  HADOOP-17886. Upgrade ant to 1.10.11 (#3371)
d636420 is described below

commit d636420e7c4222e7ed1339fe1c19a4ebef1e5f9f
Author: Ahmed Hussein <50...@users.noreply.github.com>
AuthorDate: Thu Sep 2 16:11:07 2021 -0500

    HADOOP-17886. Upgrade ant to 1.10.11 (#3371)
    
    (cherry picked from commit 051207375b30ffa126cf9c961ee97535c1dfabb1)
---
 hadoop-project/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 7f356e0..da848de 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -148,6 +148,7 @@
     so that Hadoop 3.x can declare itself a 2.x artifact. -->
     <declared.hadoop.version>${project.version}</declared.hadoop.version>
     <woodstox.version>5.3.0</woodstox.version>
+    <apache-ant.version>1.10.11</apache-ant.version>
   </properties>
 
   <dependencyManagement>
@@ -971,7 +972,7 @@
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.10.9</version>
+        <version>${apache-ant.version}</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