Skip to content

Commit

Permalink
chore:update rpc version 5.6.4 (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan committed Feb 18, 2020
1 parent 73425fe commit f66cdf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-all</artifactId>
<version>5.6.4-SNAPSHOT</version>
<version>5.6.4</version>

<name>${project.groupId}:${project.artifactId}</name>
<url>http://github.com/sofastack/sofa-rpc</url>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>pom</packaging>

<properties>
<revision>5.6.4-SNAPSHOT</revision>
<revision>5.6.4</revision>
<javassist.version>3.20.0-GA</javassist.version>
<bytebuddy.version>1.9.8</bytebuddy.version>
<netty.version>4.1.44.Final</netty.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ public final class Version {
/**
* 当前Build版本,每次发布修改
*/
public static final String BUILD_VERSION = "5.6.4_20191217120018";
public static final String BUILD_VERSION = "5.6.4_20200218105828";
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<properties>
<!-- Build args -->
<revision>5.6.4-SNAPSHOT</revision>
<revision>5.6.4</revision>
<module.install.skip>true</module.install.skip>
<module.deploy.skip>true</module.deploy.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand Down

0 comments on commit f66cdf3

Please sign in to comment.