This is an automated email from the ASF dual-hosted git repository. zhangyonglun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git
commit 11477ef30f4ca79a66503cf8e0f4eb510b2bf88d Author: tuohai666 <[email protected]> AuthorDate: Wed Jul 22 18:47:37 2020 +0800 add finalName --- shardingsphere-elasticjob-ui-distribution/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shardingsphere-elasticjob-ui-distribution/pom.xml b/shardingsphere-elasticjob-ui-distribution/pom.xml index 84753e3..a3a3bd8 100644 --- a/shardingsphere-elasticjob-ui-distribution/pom.xml +++ b/shardingsphere-elasticjob-ui-distribution/pom.xml @@ -36,4 +36,8 @@ <module>shardingsphere-elasticjob-lite-ui-bin-distribution</module> <module>shardingsphere-elasticjob-cloud-ui-bin-distribution</module> </modules> + + <build> + <finalName>apache-shardingsphere-elasticjob-${project.version}</finalName> + </build> </project>
