Skip to content

Commit

Permalink
chore: upgrade version to 5.7.5 (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrezzerO authored Aug 1, 2020
1 parent 4b1b0b8 commit f4d00a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.7.4</version>
<version>5.7.5</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.7.4</revision>
<revision>5.7.5</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 @@ -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";
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<properties>
<!-- Build args -->
<revision>5.7.4</revision>
<revision>5.7.5</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 f4d00a7

Please sign in to comment.