This is an automated email from the ASF dual-hosted git repository.
asalamon74 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push:
new 57a01b1 OOZIE-3437 Missing README from distro (nobigo via asalamon74)
57a01b1 is described below
commit 57a01b1d5b27911f24d6476a0f8e2e1076db7d73
Author: Andras Salamon <[email protected]>
AuthorDate: Thu Feb 21 15:05:07 2019 +0100
OOZIE-3437 Missing README from distro (nobigo via asalamon74)
---
release-log.txt | 1 +
src/main/assemblies/distro.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/release-log.txt b/release-log.txt
index b9b7ee9..984f699 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3437 Missing README from distro (nobigo via asalamon74)
OOZIE-3439 Hive2 action is not parsing application ID for TEZ from log file
properly (shubham.chhabra via kmarton)
OOZIE-3261 amend [build] Set up mvn clean to delete the "build" directory as
well (nobigo via kmarton)
OOZIE-3261 [build] Set up mvn clean to delete the "build" directory as well
(nobigo via kmarton)
diff --git a/src/main/assemblies/distro.xml b/src/main/assemblies/distro.xml
index d28be90..bb9d7b0 100644
--- a/src/main/assemblies/distro.xml
+++ b/src/main/assemblies/distro.xml
@@ -39,7 +39,7 @@
<includes>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
- <include>README.txt</include>
+ <include>README.md</include>
<include>release-log.txt</include>
</includes>
</fileSet>