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:18:07 UTC

[hadoop] branch branch-3.3 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-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 fc5d67d  HADOOP-17886. Upgrade ant to 1.10.11 (#3371)
fc5d67d is described below

commit fc5d67dfb48b9748e1c7c646657c824939506fe9
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 715b1dd..53937c6 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -212,6 +212,7 @@
     <woodstox.version>5.3.0</woodstox.version>
     <json-smart.version>2.4.7</json-smart.version>
     <nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
+    <apache-ant.version>1.10.11</apache-ant.version>
   </properties>
 
   <dependencyManagement>
@@ -1205,7 +1206,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