You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/05/16 01:13:10 UTC

[incubator-nlpcraft] branch 0.7.5-release updated: Update prepare.sh

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

aradzinski pushed a commit to branch 0.7.5-release
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/0.7.5-release by this push:
     new f9bd8f3  Update prepare.sh
f9bd8f3 is described below

commit f9bd8f3c21e063758d4c89b48ccd547ac6c23577
Author: unknown <ar...@datalingvo.com>
AuthorDate: Sat May 15 18:12:54 2021 -0700

    Update prepare.sh
---
 bin/prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/prepare.sh b/bin/prepare.sh
index 33a3520..e6484ad 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -100,7 +100,7 @@ rsync -avzq sql ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
 
 cp bindist/LICENSE ${zipDir}/${tmpDir}
 cp bindist/NOTICE ${zipDir}/${tmpDir}
-cp DISCLAIMER ${zipDir}/${tmpDir}
+cp DISCLAIMER-WIP ${zipDir}/${tmpDir}
 
 cp ${coreModule}/src/main/resources/nlpcraft.conf ${zipDir}/${tmpDir}/build
 cp ${coreModule}/src/main/resources/ignite.xml ${zipDir}/${tmpDir}/build