Repository: oozie Updated Branches: refs/heads/master 6a6f21996 -> 81c323e2e
OOZIE-2734 amend [docs] Switch from TWiki to Markdown (asalamon74 via andras.piros, pbacsko, gezapeti) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/81c323e2 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/81c323e2 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/81c323e2 Branch: refs/heads/master Commit: 81c323e2efbd22b164ad046e02ffed397b9db054 Parents: 6a6f219 Author: Andras Piros <[email protected]> Authored: Thu Sep 20 11:01:09 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Thu Sep 20 11:01:09 2018 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- release-log.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/81c323e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d6440e4..dd93a49 100644 --- a/pom.xml +++ b/pom.xml @@ -2036,13 +2036,14 @@ <exclude>work.log</exclude> <exclude>SecurityAuth.audit</exclude> <exclude>.gitignore</exclude> - <exclude>docs/src/site/markdown/*.md</exclude> + <exclude>**/*.md</exclude> <exclude>examples/src/main/data/*</exclude> <exclude>core/src/test/resources/test-ioutils.txt</exclude> <exclude>core/src/test/resources/oldWorkFlowApp.serialized</exclude> <exclude>sharelib/pig/src/test/resources/PigMain.txt</exclude> <exclude>sharelib/hive/src/test/resources/HiveMain.txt</exclude> <exclude>webapp/src/main/resources/.gitignore</exclude> + <exclude>webapp/overlays/**</exclude> <!-- MIT or 3 BSD licenses --> <exclude>webapp/src/main/webapp/console/sla/js/graph/*</exclude> <exclude>webapp/src/main/webapp/console/sla/js/table/*</exclude> http://git-wip-us.apache.org/repos/asf/oozie/blob/81c323e2/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 68f4412..52b4f7c 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,6 +1,7 @@ -- Oozie 5.1.0 release (trunk - unreleased) OOZIE-2734 amend [docs] Switch from TWiki to Markdown (asalamon74 via andras.piros, pbacsko, gezapeti) +OOZIE-2734 amend [docs] Switch from TWiki to Markdown (asalamon74 via andras.piros, pbacsko, gezapeti) OOZIE-2734 [docs] Switch from TWiki to Markdown (asalamon74 via andras.piros, pbacsko, gezapeti) OOZIE-3298 [MapReduce action] External ID is not filled properly and failing MR job is treated as SUCCEEDED (andras.piros via pbacsko, asasvari, gezapeti) OOZIE-3317 amend [build] Fix false positive precommit reports (kmarton via andras.piros)
