You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2020/04/23 10:51:38 UTC

[hadoop-ozone] branch master updated: HDDS-3472. Remove redundant hdds.version from hadoop-hdds/common/pom.xml (#852)

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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new b1b12a1  HDDS-3472. Remove redundant hdds.version from hadoop-hdds/common/pom.xml (#852)
b1b12a1 is described below

commit b1b12a155b52a3d635de196ea7edcb8eed94d329
Author: Mukul Kumar Singh <ms...@apache.org>
AuthorDate: Thu Apr 23 16:21:26 2020 +0530

    HDDS-3472. Remove redundant hdds.version from hadoop-hdds/common/pom.xml (#852)
---
 hadoop-hdds/common/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml
index 47eaf9f..141bbe6 100644
--- a/hadoop-hdds/common/pom.xml
+++ b/hadoop-hdds/common/pom.xml
@@ -29,10 +29,8 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <packaging>jar</packaging>
 
   <properties>
-    <hdds.version>0.6.0-SNAPSHOT</hdds.version>
     <log4j2.version>2.11.0</log4j2.version>
     <disruptor.version>3.4.2</disruptor.version>
-    <declared.hdds.version>${hdds.version}</declared.hdds.version>
   </properties>
 
   <dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org