diff --git a/all/pom.xml b/all/pom.xml index bb6af0bef..eb625ff5a 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -6,7 +6,7 @@ com.alipay.sofa sofa-rpc-all - 5.7.7 + 5.7.8-SNAPSHOT ${project.groupId}:${project.artifactId} diff --git a/bom/pom.xml b/bom/pom.xml index 08dc4f38a..3519f324c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ pom - 5.7.7 + 5.7.8-SNAPSHOT 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 46b13fe9b..b16493e80 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.7.7"; + public static final String VERSION = "5.7.8"; /** * 当前RPC版本,例如: 5.6.7 对应 50607 */ - public static final int RPC_VERSION = 50707; + public static final int RPC_VERSION = 50708; /** * 当前Build版本,每次发布修改 */ - public static final String BUILD_VERSION = "5.7.7_20210129173053"; + public static final String BUILD_VERSION = "5.7.8_20210325115835"; } diff --git a/pom.xml b/pom.xml index 909926560..038aab1ee 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ - 5.7.7 + 5.7.8-SNAPSHOT true true true