This is an automated email from the ASF dual-hosted git repository. zhangzicheng pushed a commit to branch 1.0.0-release in repository https://gitbox.apache.org/repos/asf/shenyu-wasm.git
commit 7bb38f72394d7f4e24dd3df79b0c0541cbe3fabb Author: dragon-zhang <[email protected]> AuthorDate: Sun Dec 24 16:38:58 2023 +0800 fix pack file name --- shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml b/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml index 1f0bae9..40cadce 100644 --- a/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml +++ b/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml @@ -34,7 +34,7 @@ <activeByDefault>false</activeByDefault> </activation> <build> - <finalName>apache-shenyu-${project.version}</finalName> + <finalName>shenyu-wasm-${project.version}</finalName> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId>
