From 65faac673246f761bd83044424ae0b0c594e1589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=91=88=E7=86=B9?= Date: Fri, 17 Jul 2020 11:10:25 +0800 Subject: [PATCH] release 5.7.4 (#964) release 5.7.4 --- 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 93bf6a3f6..112cd4e8e 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.7.4-SNAPSHOT + 5.7.4 ${project.groupId}:${project.artifactId} http://github.com/sofastack/sofa-rpc diff --git a/bom/pom.xml b/bom/pom.xml index d6f36e7db..b58359680 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.7.4-SNAPSHOT + 5.7.4 3.20.0-GA 1.9.8 4.1.44.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 ce6d37ab5..80a30d101 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,5 +37,5 @@ public final class Version { /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.7.4_20200630110321"; + public static final String BUILD_VERSION = "5.7.4_20200716204524"; } diff --git a/pom.xml b/pom.xml index fd2f59918..dbb8e5123 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ - 5.7.4-SNAPSHOT + 5.7.4 true true true