From 4347d07105d39462038f329138912bb7ecb83306 Mon Sep 17 00:00:00 2001 From: Block Date: Fri, 3 Dec 2021 16:10:35 +0800 Subject: [PATCH] 1.3.9 release (#727) --- jraft-core/pom.xml | 2 +- jraft-example/pom.xml | 2 +- jraft-extension/pom.xml | 2 +- jraft-extension/rpc-grpc-impl/pom.xml | 2 +- jraft-rheakv/pom.xml | 2 +- jraft-rheakv/rheakv-core/pom.xml | 2 +- jraft-rheakv/rheakv-pd/pom.xml | 2 +- jraft-test/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jraft-core/pom.xml b/jraft-core/pom.xml index 44ce615b0..60a1f23e3 100644 --- a/jraft-core/pom.xml +++ b/jraft-core/pom.xml @@ -5,7 +5,7 @@ jraft-parent com.alipay.sofa - 1.3.8 + 1.3.9 jraft-core jar diff --git a/jraft-example/pom.xml b/jraft-example/pom.xml index b90202a58..db5863b68 100644 --- a/jraft-example/pom.xml +++ b/jraft-example/pom.xml @@ -5,7 +5,7 @@ jraft-parent com.alipay.sofa - 1.3.8 + 1.3.9 jraft-example jar diff --git a/jraft-extension/pom.xml b/jraft-extension/pom.xml index df4d8bd3e..783f85a3d 100644 --- a/jraft-extension/pom.xml +++ b/jraft-extension/pom.xml @@ -4,7 +4,7 @@ jraft-parent com.alipay.sofa - 1.3.8 + 1.3.9 jraft-extension diff --git a/jraft-extension/rpc-grpc-impl/pom.xml b/jraft-extension/rpc-grpc-impl/pom.xml index 8a1fa1599..7a727e029 100644 --- a/jraft-extension/rpc-grpc-impl/pom.xml +++ b/jraft-extension/rpc-grpc-impl/pom.xml @@ -4,7 +4,7 @@ jraft-extension com.alipay.sofa - 1.3.8 + 1.3.9 rpc-grpc-impl diff --git a/jraft-rheakv/pom.xml b/jraft-rheakv/pom.xml index cd977120a..d8f19c2a6 100644 --- a/jraft-rheakv/pom.xml +++ b/jraft-rheakv/pom.xml @@ -4,7 +4,7 @@ jraft-parent com.alipay.sofa - 1.3.8 + 1.3.9 jraft-rheakv diff --git a/jraft-rheakv/rheakv-core/pom.xml b/jraft-rheakv/rheakv-core/pom.xml index 4c363c3f8..f940473f3 100644 --- a/jraft-rheakv/rheakv-core/pom.xml +++ b/jraft-rheakv/rheakv-core/pom.xml @@ -4,7 +4,7 @@ jraft-rheakv com.alipay.sofa - 1.3.8 + 1.3.9 jraft-rheakv-core diff --git a/jraft-rheakv/rheakv-pd/pom.xml b/jraft-rheakv/rheakv-pd/pom.xml index 8ee624bcb..794e906c8 100644 --- a/jraft-rheakv/rheakv-pd/pom.xml +++ b/jraft-rheakv/rheakv-pd/pom.xml @@ -4,7 +4,7 @@ jraft-rheakv com.alipay.sofa - 1.3.8 + 1.3.9 jraft-rheakv-pd diff --git a/jraft-test/pom.xml b/jraft-test/pom.xml index 7c0175489..c30097e64 100644 --- a/jraft-test/pom.xml +++ b/jraft-test/pom.xml @@ -5,7 +5,7 @@ jraft-parent com.alipay.sofa - 1.3.8 + 1.3.9 jraft-test jar diff --git a/pom.xml b/pom.xml index 4c9c2b16a..701a9e805 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.alipay.sofa jraft-parent - 1.3.8 + 1.3.9 pom ${project.groupId}:${project.artifactId}