From af35a3270925daf39bb8e9eaa29b57713d69331c Mon Sep 17 00:00:00 2001 From: evenliu Date: Fri, 6 Jan 2023 16:14:39 +0800 Subject: [PATCH] upgrade rpc version to 5.9.1 (#1294) 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 c268f5575..86849d20f 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.9.1-SNAPSHOT + 5.9.1 ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index 36922541f..baa842a73 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.9.1-SNAPSHOT + 5.9.1 3.20.0-GA 1.9.8 4.1.77.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 e29efb4b4..f7b931e64 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.9.1_20221207115251"; + public static final String BUILD_VERSION = "5.9.1_20230106144430"; } diff --git a/pom.xml b/pom.xml index ca2d55c74..496ec3cb0 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 5.9.1-SNAPSHOT + 5.9.1 1.33 true true