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 aj...@apache.org on 2019/04/29 04:07:05 UTC

[hadoop] branch ozone-0.4 updated: HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar. (#777)

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

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


The following commit(s) were added to refs/heads/ozone-0.4 by this push:
     new 75dc0cc  HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar. (#777)
75dc0cc is described below

commit 75dc0cc92f7505151d7ca85d0b54bc5db77ff995
Author: Ajay Yadav <78...@users.noreply.github.com>
AuthorDate: Sun Apr 28 20:57:59 2019 -0700

    HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar. (#777)
    
    (cherry picked from commit b434f558ca03a05e966e215cffa6f4a66000752d)
---
 hadoop-hdds/pom.xml  | 2 +-
 hadoop-ozone/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml
index a607f0c..71a31f5 100644
--- a/hadoop-hdds/pom.xml
+++ b/hadoop-hdds/pom.xml
@@ -46,7 +46,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <hdds.version>0.4.0-SNAPSHOT</hdds.version>
 
     <!-- Apache Ratis version -->
-    <ratis.version>0.4.0-8fed368-SNAPSHOT</ratis.version>
+    <ratis.version>0.3.0</ratis.version>
 
     <bouncycastle.version>1.60</bouncycastle.version>
 
diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index 4d06fc3..51cb82f 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -29,7 +29,7 @@
     <hadoop.version>3.2.0</hadoop.version>
     <hdds.version>0.4.0-SNAPSHOT</hdds.version>
     <ozone.version>0.4.0-SNAPSHOT</ozone.version>
-    <ratis.version>0.4.0-8fed368-SNAPSHOT</ratis.version>
+    <ratis.version>0.3.0</ratis.version>
     <bouncycastle.version>1.60</bouncycastle.version>
     <ozone.release>Badlands</ozone.release>
     <declared.ozone.version>${ozone.version}</declared.ozone.version>


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