This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git
The following commit(s) were added to refs/heads/master by this push:
new de895e8 [TUBEMQ-526] Adjust the packaging script and version check
list, remove the "-WIP" tag
de895e8 is described below
commit de895e8ab0404c85d1e9bc93443c774640cfb702
Author: gosonzhang <[email protected]>
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>