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/08/29 05:22:01 UTC

[iotdb] branch rel/1.2 updated: upgrade ratis snapshot version to 2.5.2-8efe8a1-SNAPSHOT (#10972)

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

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


The following commit(s) were added to refs/heads/rel/1.2 by this push:
     new f8cede2c72a upgrade ratis snapshot version to 2.5.2-8efe8a1-SNAPSHOT (#10972)
f8cede2c72a is described below

commit f8cede2c72afa98b7ccd0db8074e2d5281cbe2ec
Author: William Song <48...@users.noreply.github.com>
AuthorDate: Tue Aug 29 13:21:55 2023 +0800

    upgrade ratis snapshot version to 2.5.2-8efe8a1-SNAPSHOT (#10972)
---
 iotdb-core/consensus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index 7ca0e29a6cb..9365c98703c 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/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.2-8d897ea-SNAPSHOT</ratis.version>
+        <ratis.version>2.5.2-8efe8a1-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>