From f37465bf30bb89322e4911dd827495b88b4bdcac Mon Sep 17 00:00:00 2001 From: lo1nt Date: Mon, 22 Jan 2024 15:04:25 +0800 Subject: [PATCH] release 5.12.0 (#1394) Co-authored-by: Lo1nt --- 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 c4ce304bb..20e592155 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.11.1 + 5.12.0 ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index 729329162..8e787532a 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.11.1 + 5.12.0 3.29.2-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 7e51652d2..9fb2b736b 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.11.1"; + public static final String VERSION = "5.12.0"; /** * 当前RPC版本,例如: 5.6.7 对应 50607 */ - public static final int RPC_VERSION = 51101; + public static final int RPC_VERSION = 51200; /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.11.1_20230911155412"; + public static final String BUILD_VERSION = "5.12.0_20240122111527"; } diff --git a/pom.xml b/pom.xml index 57e7f943e..3c8ab4cd2 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 5.11.1 + 5.12.0 1.33 true true