From e05233ea57da4263cee6092e69ae9c5ed79311db Mon Sep 17 00:00:00 2001 From: evenliu Date: Fri, 20 May 2022 11:25:54 +0800 Subject: [PATCH] Upgrade rpc 585 ss (#1204) * upgrade rpc version to 5.8.5 Co-authored-by: liujianjun.ljj --- all/pom.xml | 2 +- bom/pom.xml | 2 +- .../src/main/java/com/alipay/sofa/rpc/common/Version.java | 6 +++--- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index b5ca2483b..d530faeec 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.8.4 + 5.8.5 ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index e8c6c937d..a267b351c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.8.4 + 5.8.5 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 8688b0eea..677ba78be 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 @@ -27,16 +27,16 @@ public final class Version { /** * 当前RPC版本,例如:5.6.7 */ - public static final String VERSION = "5.8.4"; + public static final String VERSION = "5.8.5"; /** * 当前RPC版本,例如: 5.6.7 对应 50607 */ - public static final int RPC_VERSION = 50804; + public static final int RPC_VERSION = 50805; /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.8.4_20220424105909"; + public static final String BUILD_VERSION = "5.8.5_20220518093307"; } diff --git a/pom.xml b/pom.xml index 3f2d5ab0a..acad9f1a9 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ - 5.8.4 + 5.8.5 true true true