You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by yu...@apache.org on 2021/03/01 09:07:22 UTC

[incubator-tubemq] 08/29: [TUBEMQ-526] Adjust the packaging script and version check list, remove the "-WIP" tag

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

yuanbo pushed a commit to branch TUBEMQ-469
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit bf217f6be204d81aa7402859b8599fd54c0c92df
Author: gosonzhang <go...@tencent.com>
AuthorDate: Tue Jan 19 10:52:24 2021 +0800

    [TUBEMQ-526] Adjust the packaging script and version check list, remove the "-WIP" tag
---
 pom.xml                                       | 2 +-
 tubemq-client/src/main/assembly/assembly.xml  | 2 +-
 tubemq-example/src/main/assembly/assembly.xml | 2 +-
 tubemq-server/src/main/assembly/assembly.xml  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9b7342..bd51de2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@
                         <!-- Front-end -->
                         <exclude>resources/assets/lib/**</exclude>
                         <exclude>resources/assets/public/**</exclude>
-                        <exclude>DISCLAIMER-WIP</exclude>
+                        <exclude>DISCLAIMER</exclude>
                         <exclude>tubemq-web/**</exclude>
 
                         <exclude>**/tubemq-client-twins/tubemq-client-cpp/third_party/**</exclude>
diff --git a/tubemq-client/src/main/assembly/assembly.xml b/tubemq-client/src/main/assembly/assembly.xml
index ee48ac7..52cad36 100644
--- a/tubemq-client/src/main/assembly/assembly.xml
+++ b/tubemq-client/src/main/assembly/assembly.xml
@@ -34,7 +34,7 @@
                 <include>./conf/tools.log4j.properties</include>
                 <include>LICENSE</include>
                 <include>NOTICE</include>
-                <include>DISCLAIMER-WIP</include>
+                <include>DISCLAIMER</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>
diff --git a/tubemq-example/src/main/assembly/assembly.xml b/tubemq-example/src/main/assembly/assembly.xml
index 11edd32..34e53e3 100644
--- a/tubemq-example/src/main/assembly/assembly.xml
+++ b/tubemq-example/src/main/assembly/assembly.xml
@@ -34,7 +34,7 @@
                 <include>./conf/tools.log4j.properties</include>
                 <include>LICENSE</include>
                 <include>NOTICE</include>
-                <include>DISCLAIMER-WIP</include>
+                <include>DISCLAIMER</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>
diff --git a/tubemq-server/src/main/assembly/assembly.xml b/tubemq-server/src/main/assembly/assembly.xml
index ceb3012..d640901 100644
--- a/tubemq-server/src/main/assembly/assembly.xml
+++ b/tubemq-server/src/main/assembly/assembly.xml
@@ -37,7 +37,7 @@
                 <include>./resources/**</include>
                 <include>LICENSE</include>
                 <include>NOTICE</include>
-                <include>DISCLAIMER-WIP</include>
+                <include>DISCLAIMER</include>
             </includes>
             <excludes>
                 <exclude>**/src/**</exclude>