Skip to content

Commit

Permalink
upgrade rpc version to 5.10.0-SNAPSHOT (#1326)
Browse files Browse the repository at this point in the history
* upgrade rpc version to 5.10.0-SNAPSHOT

* upgrade rpc version to 5.10.0-SNAPSHOT

---------

Co-authored-by: liujianjun.ljj <liujianjun.ljj@antgroup.com>
  • Loading branch information
EvenLjj and liujianjun.ljj authored Apr 11, 2023
1 parent ec5e57f commit a9af9cd
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.9.2</version>
<version>5.10.0-SNAPSHOT</version>


<name>${project.groupId}:${project.artifactId}</name>
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.9.2</revision>
<revision>5.10.0-SNAPSHOT</revision>
<javassist.version>3.28.0-GA</javassist.version>
<bytebuddy.version>1.9.8</bytebuddy.version>
<netty.version>4.1.77.Final</netty.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ public final class Version {
/**
* 当前RPC版本,例如:5.6.7
*/
public static final String VERSION = "5.9.2";
public static final String VERSION = "5.10.0";

/**
* 当前RPC版本,例如: 5.6.7 对应 50607
*/
public static final int RPC_VERSION = 50902;
public static final int RPC_VERSION = 51000;

/**
* 当前Build版本,每次发布修改
*/
public static final String BUILD_VERSION = "5.9.2_20230302150218";
public static final String BUILD_VERSION = "5.10.0_20230410204600";

}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<properties>
<!-- Build args -->
<revision>5.9.2</revision>
<revision>5.10.0-SNAPSHOT</revision>
<jmh.version>1.33</jmh.version>
<module.install.skip>true</module.install.skip>
<module.deploy.skip>true</module.deploy.skip>
Expand Down

0 comments on commit a9af9cd

Please sign in to comment.