From 90dc97c4135ebfbe7f1685ba97d9b1cf13ec77d5 Mon Sep 17 00:00:00 2001 From: evenliu Date: Thu, 26 Sep 2024 15:50:09 +0800 Subject: [PATCH] Update rpc version 051302 ss (#1448) * update hessian version to 3.5.5 * update rpc version to 5.13.2-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 b3b0d744d..ac7eb4c6f 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.13.1 + 5.13.2-SNAPSHOT ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index 5c618e403..82305e05c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.13.1 + 5.13.2-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 113b9cef3..979c0e1cf 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.1"; + public static final String VERSION = "5.13.2"; /** * 当前RPC版本,例如: 5.6.7 对应 50607 */ - public static final int RPC_VERSION = 51301; + public static final int RPC_VERSION = 51302; /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.13.1_20240815203044"; + public static final String BUILD_VERSION = "5.13.2_20240922142359"; } diff --git a/pom.xml b/pom.xml index 4b9bfb52d..9725bf743 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 5.13.1 + 5.13.2-SNAPSHOT 1.33 true true