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

stack pushed a commit to branch HBASE-23002
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/HBASE-23002 by this push:
     new 8a0e20e  Include CHANGES and RELEASENOTES...
8a0e20e is described below

commit 8a0e20e8b34d5a6f97e1e2178e9b9e4cb2a1dd1f
Author: stack <st...@apache.org>
AuthorDate: Wed Sep 11 18:17:14 2019 -0700

    Include CHANGES and RELEASENOTES...
---
 hbase-hbck2/pom.xml                                     |  2 --
 hbase-operator-tools-assembly/src/main/assembly/bin.xml | 10 ++++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/hbase-hbck2/pom.xml b/hbase-hbck2/pom.xml
index 10fb9d7..4e50b0e 100644
--- a/hbase-hbck2/pom.xml
+++ b/hbase-hbck2/pom.xml
@@ -27,8 +27,6 @@
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
-
-  <groupId>org.apache.hbase</groupId>
   <artifactId>hbase-hbck2</artifactId>
   <name>Apache HBase - HBCK2</name>
   <description>HBCK for HBase 2+</description>
diff --git a/hbase-operator-tools-assembly/src/main/assembly/bin.xml 
b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
index 1236c8f..29266a6 100644
--- a/hbase-operator-tools-assembly/src/main/assembly/bin.xml
+++ b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
@@ -57,9 +57,15 @@
       <lineEnding>unix</lineEnding>
     </file>
     <file>
-      <source>${project.parent.basedir}/NOTICE.txt</source>
+      <source>${project.parent.basedir}/RELEASENOTES.md</source>
       <outputDirectory>.</outputDirectory>
-      <destName>NOTICE.txt</destName>
+      <destName>RELEASENOTES.md</destName>
+      <lineEnding>unix</lineEnding>
+    </file>
+    <file>
+      <source>${project.parent.basedir}/CHANGES.md</source>
+      <outputDirectory>.</outputDirectory>
+      <destName>CHANGES.md</destName>
       <lineEnding>unix</lineEnding>
     </file>
   </files>

Reply via email to