This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch HDDS-2305 in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit 0e436588fae37933acf467c498195390df2e206d Author: Mukul Kumar Singh <msi...@apache.org> AuthorDate: Tue Oct 15 08:02:47 2019 +0530 HDDS-2305. Update Ozone to latest ratis snapshot(0.5.0-3f446aa-SNAPSHOT). Contributed by Mukul Kumar Singh. --- hadoop-hdds/pom.xml | 2 +- hadoop-ozone/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml index e38d107..d79f9b6 100644 --- a/hadoop-hdds/pom.xml +++ b/hadoop-hdds/pom.xml @@ -45,7 +45,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <hdds.version>0.5.0-SNAPSHOT</hdds.version> <!-- Apache Ratis version --> - <ratis.version>0.5.0-201fc85-SNAPSHOT</ratis.version> + <ratis.version>0.5.0-3f446aa-SNAPSHOT</ratis.version> <bouncycastle.version>1.60</bouncycastle.version> diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index 716e175..98aab43 100644 --- a/hadoop-ozone/pom.xml +++ b/hadoop-ozone/pom.xml @@ -27,7 +27,7 @@ <properties> <hdds.version>0.5.0-SNAPSHOT</hdds.version> <ozone.version>0.5.0-SNAPSHOT</ozone.version> - <ratis.version>0.5.0-201fc85-SNAPSHOT</ratis.version> + <ratis.version>0.5.0-3f446aa-SNAPSHOT</ratis.version> <bouncycastle.version>1.60</bouncycastle.version> <ozone.release>Crater Lake</ozone.release> <declared.ozone.version>${ozone.version}</declared.ozone.version> diff --git a/pom.xml b/pom.xml index f83c55c..82b2e40 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <ldap-api.version>1.0.0-M33</ldap-api.version> <!-- Apache Ratis version --> - <ratis.version>0.4.0</ratis.version> + <ratis.version>0.5.0-3f446aa-SNAPSHOT</ratis.version> <jcache.version>1.0-alpha-1</jcache.version> <ehcache.version>3.3.1</ehcache.version> <hikari.version>2.4.12</hikari.version> --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-commits-h...@hadoop.apache.org