You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2023/05/14 12:43:09 UTC

[iotdb] branch rel/1.1 updated: bump ratis version to 2.5.2-snapshot (#9840)

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

tanxinyu pushed a commit to branch rel/1.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.1 by this push:
     new 7a7e07524d4 bump ratis version to 2.5.2-snapshot (#9840)
7a7e07524d4 is described below

commit 7a7e07524d4124cdae39bee058136138e08b51fb
Author: William Song <48...@users.noreply.github.com>
AuthorDate: Sun May 14 20:43:00 2023 +0800

    bump ratis version to 2.5.2-snapshot (#9840)
---
 consensus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consensus/pom.xml b/consensus/pom.xml
index c4324d72afb..082e4337479 100644
--- a/consensus/pom.xml
+++ b/consensus/pom.xml
@@ -32,7 +32,7 @@
     <properties>
         <maven.compiler.source>8</maven.compiler.source>
         <maven.compiler.target>8</maven.compiler.target>
-        <ratis.version>2.5.1</ratis.version>
+        <ratis.version>2.5.2-7451d86-SNAPSHOT</ratis.version>
         <consensus.test.skip>false</consensus.test.skip>
         <consensus.it.skip>${consensus.test.skip}</consensus.it.skip>
         <consensus.ut.skip>${consensus.test.skip}</consensus.ut.skip>