From 2ccbe7c39a0bb90a16394d40f355512ff36aeb2e Mon Sep 17 00:00:00 2001 From: evenliu Date: Wed, 22 May 2024 15:50:47 +0800 Subject: [PATCH] upgrade rpc version to 5.13.0 (#1420) 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 0fc29d63f..756071449 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.13.0-SNAPSHOT + 5.13.0 ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index 3826b3c47..f4f38057e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.13.0-SNAPSHOT + 5.13.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 0860ef500..5d6b31d44 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.13.0_20240222103719"; + public static final String BUILD_VERSION = "5.13.0_20240522142923"; } diff --git a/pom.xml b/pom.xml index eead098ca..3e3cab80f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 5.13.0-SNAPSHOT + 5.13.0 1.33 true true