Skip to content

Commit

Permalink
chore: update version to release (#1328)
Browse files Browse the repository at this point in the history
Co-authored-by: lo1nt <zhangminglun.zml@ant-group.com>
  • Loading branch information
Lo1nt and lo1nt committed Apr 20, 2023
1 parent 5a0c0f7 commit ad29f00
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.10.0-SNAPSHOT</version>
<version>5.10.0</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.10.0-SNAPSHOT</revision>
<revision>5.10.0</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 @@ -37,6 +37,6 @@ public final class Version {
/**
* 当前Build版本,每次发布修改
*/
public static final String BUILD_VERSION = "5.10.0_20230410204600";
public static final String BUILD_VERSION = "5.10.0_20230420143438";

}
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.10.0-SNAPSHOT</revision>
<revision>5.10.0</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 ad29f00

Please sign in to comment.