You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/08/26 08:39:28 UTC

[rocketmq-dashboard] branch master updated: Update license for docs

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

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new b1752d6  Update license for docs
b1752d6 is described below

commit b1752d6dd647257fc34df767499e41a1f2d4ab89
Author: vongosling <vo...@apache.org>
AuthorDate: Thu Aug 26 16:39:18 2021 +0800

    Update license for docs
---
 {doc => dos}/1_0_0/Milestone.md    | 0
 {doc => dos}/1_0_0/UserGuide_CN.md | 0
 {doc => dos}/1_0_0/UserGuide_EN.md | 0
 pom.xml                            | 5 ++++-
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/1_0_0/Milestone.md b/dos/1_0_0/Milestone.md
similarity index 100%
rename from doc/1_0_0/Milestone.md
rename to dos/1_0_0/Milestone.md
diff --git a/doc/1_0_0/UserGuide_CN.md b/dos/1_0_0/UserGuide_CN.md
similarity index 100%
rename from doc/1_0_0/UserGuide_CN.md
rename to dos/1_0_0/UserGuide_CN.md
diff --git a/doc/1_0_0/UserGuide_EN.md b/dos/1_0_0/UserGuide_EN.md
similarity index 100%
rename from doc/1_0_0/UserGuide_EN.md
rename to dos/1_0_0/UserGuide_EN.md
diff --git a/pom.xml b/pom.xml
index ce8c4d4..0df4798 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,10 @@
                         <exclude>.gitignore</exclude>
                         <exclude>.travis.yml</exclude>
                         <exclude>.asf.yaml</exclude>
-                        <exclude>README.md</exclude>>
+                        <exclude>README.md</exclude>
+                        <exclude>.github/**</exclude>
+                        <exclude>docs/**</exclude>
+
                     </excludes>
                 </configuration>
             </plugin>