From 8b8fc7d761b6e61e5877c55a1288123d13581afd Mon Sep 17 00:00:00 2001 From: evenliu Date: Thu, 17 Oct 2024 17:04:12 +0800 Subject: [PATCH] release rpc version 5.13.2 (#1455) 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 62800ab27..0034d3f69 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.13.2-SNAPSHOT + 5.13.2 ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index 1eacea177..7a79b1b1b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.13.2-SNAPSHOT + 5.13.2 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 979c0e1cf..ca8533b36 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.2_20240922142359"; + public static final String BUILD_VERSION = "5.13.2_20241016193119"; } diff --git a/pom.xml b/pom.xml index e3773ff71..d9329de5f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ - 5.13.2-SNAPSHOT + 5.13.2 1.33 true true