From d1638201f4986f509cfb23b6543ec34a7562b421 Mon Sep 17 00:00:00 2001 From: evenliu Date: Fri, 7 Jun 2024 15:45:01 +0800 Subject: [PATCH] upgrade rpc version to 5.13.1-SNAPSHOT (#1421) 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 756071449..3da5e4bf6 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.13.0 + 5.13.1-SNAPSHOT ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index f4f38057e..2413611f6 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.13.0 + 5.13.1-SNAPSHOT 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 5d6b31d44..849a890a0 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.13.0"; + public static final String VERSION = "5.13.1"; /** * 当前RPC版本,例如: 5.6.7 对应 50607 */ - public static final int RPC_VERSION = 51300; + public static final int RPC_VERSION = 51301; /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.13.0_20240522142923"; + public static final String BUILD_VERSION = "5.13.1_20240607152350"; } diff --git a/pom.xml b/pom.xml index 3e3cab80f..2ea91a865 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 5.13.0 + 5.13.1-SNAPSHOT 1.33 true true