Skip to content

Commit 80c33a1

Browse files
dbistpetersomogyi
authored andcommitted
HBASE-22336 Add CHANGELOG, README and RELEASENOTES to binary tarball
1 parent 9872aee commit 80c33a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hbase-connectors-assembly/src/main/assembly/hbase-connectors-bin.xml

+12
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,17 @@
5959
<source>../NOTICE.txt</source>
6060
<outputDirectory>${file.separator}</outputDirectory>
6161
</file>
62+
<file>
63+
<source>../README.md</source>
64+
<outputDirectory>${file.separator}</outputDirectory>
65+
</file>
66+
<file>
67+
<source>../CHANGELOG.md</source>
68+
<outputDirectory>${file.separator}</outputDirectory>
69+
</file>
70+
<file>
71+
<source>../RELEASENOTES.md</source>
72+
<outputDirectory>${file.separator}</outputDirectory>
73+
</file>
6274
</files>
6375
</assembly>

0 commit comments

Comments
 (0)