You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/03 09:52:48 UTC

[shardingsphere] branch master updated: add release package final name (#8019)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new a48041b  add  release package final name (#8019)
a48041b is described below

commit a48041b77ddfc8789f9d9f3995340b53faaaec20
Author: xiaoyu <54...@qq.com>
AuthorDate: Tue Nov 3 17:52:16 2020 +0800

    add  release package final name (#8019)
    
    * add  release package final name
    
    * add src release package final name
---
 shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml    | 1 +
 shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml   | 1 +
 shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml | 1 +
 shardingsphere-distribution/shardingsphere-src-distribution/pom.xml     | 1 +
 4 files changed, 4 insertions(+)

diff --git a/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml b/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml
index 83f52d9..ee875df 100644
--- a/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml
+++ b/shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml
@@ -82,6 +82,7 @@
         <profile>
             <id>release</id>
             <build>
+                <finalName>apache-shardingsphere-${project.version}</finalName>
                 <plugins>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
diff --git a/shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml b/shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml
index 677ea1f..1580d76 100644
--- a/shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml
+++ b/shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml
@@ -57,6 +57,7 @@
         <profile>
             <id>release</id>
             <build>
+                <finalName>apache-shardingsphere-${project.version}</finalName>
                 <plugins>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
diff --git a/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml b/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml
index 484cb5b..8fc6124 100644
--- a/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml
+++ b/shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml
@@ -57,6 +57,7 @@
         <profile>
             <id>release</id>
             <build>
+                <finalName>apache-shardingsphere-${project.version}</finalName>
                 <plugins>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>
diff --git a/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml b/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml
index 3e66874..c02a8f6 100644
--- a/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml
+++ b/shardingsphere-distribution/shardingsphere-src-distribution/pom.xml
@@ -31,6 +31,7 @@
         <profile>
             <id>release</id>
             <build>
+                <finalName>apache-shardingsphere-${project.version}</finalName>
                 <plugins>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>