You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/07/23 09:21:09 UTC

[shardingsphere-elasticjob-ui] 40/47: add finalName

This is an automated email from the ASF dual-hosted git repository.

kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git

commit 11477ef30f4ca79a66503cf8e0f4eb510b2bf88d
Author: tuohai666 <zh...@apache.org>
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>