diff --git a/all/pom.xml b/all/pom.xml index 112cd4e8e..912147348 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.7.4 + 5.7.5 ${project.groupId}:${project.artifactId} http://github.com/sofastack/sofa-rpc diff --git a/bom/pom.xml b/bom/pom.xml index b58359680..c0e074236 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.7.4 + 5.7.5 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 80a30d101..bb75a3253 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,15 +27,15 @@ public final class Version { /** * 当前RPC版本,例如:5.6.7 */ - public static final String VERSION = "5.7.4"; + public static final String VERSION = "5.7.5"; /** * 当前RPC版本,例如: 5.6.7 对应 50607 */ - public static final int RPC_VERSION = 50704; + public static final int RPC_VERSION = 50705; /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.7.4_20200716204524"; + public static final String BUILD_VERSION = "5.7.5_20200731150727"; } diff --git a/pom.xml b/pom.xml index dbb8e5123..9ed4d9f2f 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ - 5.7.4 + 5.7.5 true true true