This is an automated email from the ASF dual-hosted git repository. earthchen pushed a commit to branch fix-tri-single-compiler in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit d3645cd21faf796689e2b4daaa169cc3a1b6c9dc Author: earthchen <[email protected]> AuthorDate: Mon Mar 28 11:33:50 2022 +0800 change version --- compiler/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pom.xml b/compiler/pom.xml index 97ab0a2..b1a0abf 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-compiler</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>0.0.4.1-SNAPSHOT</version> <packaging>jar</packaging>
