From cc8fb34139d7bcc069b243bdececee50dc1d0501 Mon Sep 17 00:00:00 2001 From: evenliu Date: Tue, 4 Jan 2022 05:06:43 -0600 Subject: [PATCH] upgrade rpc version to 5.8.2 (#1154) Co-authored-by: liujianjun.ljj --- all/pom.xml | 2 +- bom/pom.xml | 2 +- core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 58786ccb7..91a066a5f 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.8.2-SNAPSHOT + 5.8.2 ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index a3ee2ff78..5e65e63cb 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.8.2-SNAPSHOT + 5.8.2 3.20.0-GA 1.9.8 4.1.44.Final diff --git a/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java b/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java index 90c5001da..d132b62f3 100644 --- a/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java +++ b/core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java @@ -37,6 +37,6 @@ public final class Version { /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.8.2_20211127193022"; + public static final String BUILD_VERSION = "5.8.2_20220104160418"; } diff --git a/pom.xml b/pom.xml index d627166ec..54e579603 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ - 5.8.2-SNAPSHOT + 5.8.2 true true true