This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git
The following commit(s) were added to refs/heads/master by this push:
new c4dc234 add finalName
c4dc234 is described below
commit c4dc234e1e928488e010f2a33f9be2e0d511b875
Author: tristaZero <[email protected]>
AuthorDate: Wed Nov 4 10:12:41 2020 +0800
add finalName
---
.../shardingsphere-ui-bin-distribution/pom.xml | 1 +
.../shardingsphere-ui-src-distribution/pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git
a/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
b/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
index b4d2e64..a72d35a 100644
--- a/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
+++ b/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml
@@ -63,6 +63,7 @@
<profile>
<id>release</id>
<build>
+ <finalName>apache-shardingsphere-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git
a/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
b/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
index 142565a..86ea092 100644
--- a/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
+++ b/shardingsphere-ui-distribution/shardingsphere-ui-src-distribution/pom.xml
@@ -45,6 +45,7 @@
<profile>
<id>release</id>
<build>
+ <finalName>apache-shardingsphere-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>