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 f28d27ddbc9d3b0e8fa9a1af767ff6ec5fe591e9
Author: dragon-zhang <[email protected]>
AuthorDate: Sun Dec 24 16:24:59 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>

Reply via email to