This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 4aed18bd68db0b8193c667b277c103d584353642 Author: Elek, Márton <[email protected]> AuthorDate: Wed Mar 24 13:05:34 2021 +0100 HDDS-5020. Bump ratis version to 2.0.0 (#2076) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b6be04..fc9c13d 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <declared.ozone.version>${ozone.version}</declared.ozone.version> <!-- Apache Ratis version --> - <ratis.version>1.1.0-0bdf24f-SNAPSHOT</ratis.version> + <ratis.version>2.0.0</ratis.version> <!-- Apache Ratis thirdparty version --> <ratis.thirdparty.version>0.6.0</ratis.thirdparty.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
