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

hxd pushed a commit to branch 0.8-license
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/0.8-license by this push:
     new 2561a3b  add NOTICE-binary and LICENSE-binary to the binary tar.gz file
2561a3b is described below

commit 2561a3b397fb6fedd99a0afddc4e665f253c5e22
Author: xiangdong huang <[email protected]>
AuthorDate: Wed Jul 24 17:22:29 2019 +0800

    add NOTICE-binary and LICENSE-binary to the binary tar.gz file
---
 build/src/main/resources/distribution.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/src/main/resources/distribution.xml 
b/build/src/main/resources/distribution.xml
index 18f6b6e..3822c88 100644
--- a/build/src/main/resources/distribution.xml
+++ b/build/src/main/resources/distribution.xml
@@ -30,10 +30,10 @@
             <source>${maven.multiModuleProjectDirectory}/README.md</source>
         </file>
         <file>
-            <source>${maven.multiModuleProjectDirectory}/License</source>
+            
<source>${maven.multiModuleProjectDirectory}/License-binary</source>
         </file>
         <file>
-            <source>${maven.multiModuleProjectDirectory}/NOTICE</source>
+            <source>${maven.multiModuleProjectDirectory}/NOTICE-binary</source>
         </file>
         <file>
             
<source>${maven.multiModuleProjectDirectory}/RELEASE_NOTES.md</source>

Reply via email to