You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/05/02 12:03:06 UTC

[hbase-connectors] branch master updated: HBASE-22336 Add CHANGELOG, README and RELEASENOTES to binary tarball

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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 80c33a1  HBASE-22336 Add CHANGELOG, README and RELEASENOTES to binary tarball
80c33a1 is described below

commit 80c33a11b53191448bf0a5419fa1bd79d75f4f26
Author: Artem Ervits <ge...@gmail.com>
AuthorDate: Tue Apr 30 13:25:09 2019 -0400

    HBASE-22336 Add CHANGELOG, README and RELEASENOTES to binary tarball
---
 .../src/main/assembly/hbase-connectors-bin.xml               | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hbase-connectors-assembly/src/main/assembly/hbase-connectors-bin.xml b/hbase-connectors-assembly/src/main/assembly/hbase-connectors-bin.xml
index fe71433..c38c74b 100755
--- a/hbase-connectors-assembly/src/main/assembly/hbase-connectors-bin.xml
+++ b/hbase-connectors-assembly/src/main/assembly/hbase-connectors-bin.xml
@@ -59,5 +59,17 @@
       <source>../NOTICE.txt</source>
       <outputDirectory>${file.separator}</outputDirectory>
     </file>
+    <file>
+      <source>../README.md</source>
+      <outputDirectory>${file.separator}</outputDirectory>
+    </file>
+    <file>
+      <source>../CHANGELOG.md</source>
+      <outputDirectory>${file.separator}</outputDirectory>
+    </file>
+    <file>
+      <source>../RELEASENOTES.md</source>
+      <outputDirectory>${file.separator}</outputDirectory>
+    </file>
   </files>
 </assembly>