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:11:40 UTC

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 0512073  HADOOP-17886. Upgrade ant to 1.10.11 (#3371)
0512073 is described below

commit 051207375b30ffa126cf9c961ee97535c1dfabb1
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)
---
 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 3d6dfb8..1435eae2 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -211,6 +211,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>
@@ -1238,7 +1239,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