You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2020/05/25 23:05:11 UTC

[hive] branch master updated: HIVE-23535 : Bump Minimum Required Version of Maven to 3.0.5 (David Mollitor via Ashutosh Chauhan)

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

hashutosh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new f76df73  HIVE-23535 : Bump Minimum Required Version of Maven to 3.0.5 (David Mollitor via Ashutosh Chauhan)
f76df73 is described below

commit f76df736d5461c0b6466432522498ca85bd4b240
Author: David Mollitor <dm...@apache.org>
AuthorDate: Mon May 25 16:04:23 2020 -0700

    HIVE-23535 : Bump Minimum Required Version of Maven to 3.0.5 (David Mollitor via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <ha...@apache.org>
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60f5f13..b4b41ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,6 @@
 
   <name>Hive</name>
   <url>https://hive.apache.org</url>
-  <prerequisites>
-    <maven>2.2.1</maven>
-  </prerequisites>
 
   <modules>
     <module>storage-api</module>