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

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


The following commit(s) were added to refs/heads/master by this push:
     new bcff23c  Build changes.
bcff23c is described below

commit bcff23cfb4ad151f0138d957388a7d2a9ddddaee
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Sun Mar 29 15:31:14 2020 -0700

    Build changes.
---
 assembly.xml                  |  2 +-
 bin/prepare.sh                |  5 +++--
 docs/release-notes-0.5.0.html | 12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/assembly.xml b/assembly.xml
index ab55b3e..0890044 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -31,7 +31,7 @@
             <directory>${project.build.directory}</directory>
             <outputDirectory/>
             <includes>
-                
<include>${project.name}-${project.version}-all-deps.jar</include>
+                
<include>apache-${project.name}-${project.version}-all-deps.jar</include>
             </includes>
         </fileSet>
         <fileSet>
diff --git a/bin/prepare.sh b/bin/prepare.sh
index 1072c8d..36d827d 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -22,8 +22,8 @@ if [[ $1 = "" ]] ; then
 fi
 
 zipDir=zips
-tmpDir=nlpcraft
-zipFile=nlpcraft-$1.zip
+tmpDir=apache-nlpcraft
+zipFile=apache-nlpcraft-$1.zip
 
 curDir=$(pwd)
 
@@ -43,6 +43,7 @@ rsync -avzq src ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
 rsync -avzq sql ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
 
 cp LICENSE ${zipDir}/${tmpDir}
+cp NOTICE ${zipDir}/${tmpDir}
 cp src/main/resources/nlpcraft.conf ${zipDir}/${tmpDir}/build
 cp src/main/resources/ignite.xml ${zipDir}/${tmpDir}/build
 cp src/main/resources/log4j2.xml ${zipDir}/${tmpDir}/build
diff --git a/docs/release-notes-0.5.0.html b/docs/release-notes-0.5.0.html
index 923e134..e758b7c 100644
--- a/docs/release-notes-0.5.0.html
+++ b/docs/release-notes-0.5.0.html
@@ -34,12 +34,24 @@ layout: release-notes
 <section id="enhancements">
     <h2 class="section-title">🤖 Enhancements</h2>
     <ul>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-29";>Issue
 #29</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-27";>Issue
 #27</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-28";>Issue
 #28</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-25";>Issue
 #25</a>.</li>
     </ul>
 </section>
 <section id="fixes">
     <h2 class="section-title">🧐 Fixes</h2>
     <ul>
         <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-2";>Issue 
#2</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-4";>Issue 
#4</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-16";>Issue
 #16</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-18";>Issue
 #18</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-19";>Issue
 #19</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-21";>Issue
 #21</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-22";>Issue
 #22</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-25";>Issue
 #24</a>.</li>
+        <li>Fixed <a target="jira" 
href="https://issues.apache.org/jira/projects/NLPCRAFT/issues/NLPCRAFT-26";>Issue
 #26</a>.</li>
     </ul>
 </section>
 

Reply via email to