From a9af9cdeaa0a517ac7749dbcf32bfe03ada14e17 Mon Sep 17 00:00:00 2001 From: evenliu Date: Tue, 11 Apr 2023 10:23:19 +0800 Subject: [PATCH] upgrade rpc version to 5.10.0-SNAPSHOT (#1326) * upgrade rpc version to 5.10.0-SNAPSHOT * upgrade rpc version to 5.10.0-SNAPSHOT --------- 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 6f1ce68ce..f38776d19 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.9.2 + 5.10.0-SNAPSHOT ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index 033992ab0..b7e643081 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.9.2 + 5.10.0-SNAPSHOT 3.28.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 371edbd39..f7b2dd617 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.9.2"; + public static final String VERSION = "5.10.0"; /** * 当前RPC版本,例如: 5.6.7 对应 50607 */ - public static final int RPC_VERSION = 50902; + public static final int RPC_VERSION = 51000; /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.9.2_20230302150218"; + public static final String BUILD_VERSION = "5.10.0_20230410204600"; } diff --git a/pom.xml b/pom.xml index b06a064c1..852983c6d 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 5.9.2 + 5.10.0-SNAPSHOT 1.33 true true