Repository: incubator-atlas Updated Branches: refs/heads/master 660033555 -> 94478b492
Fix Apache Build failure due to Rat check on log files Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/94478b49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/94478b49 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/94478b49 Branch: refs/heads/master Commit: 94478b4928fbfdc8af95e3e0491a6d9fcdcd85fc Parents: 6600335 Author: Vimal Sharma <[email protected]> Authored: Mon Nov 28 11:18:00 2016 +0530 Committer: Vimal Sharma <[email protected]> Committed: Mon Nov 28 11:18:00 2016 +0530 ---------------------------------------------------------------------- pom.xml | 1 + release-log.txt | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/94478b49/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2440774..e5cbc56 100644 --- a/pom.xml +++ b/pom.xml @@ -1846,6 +1846,7 @@ <exclude>**/*.twiki</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.json</exclude> + <exclude>**/*.log</exclude> <exclude>**/target/**</exclude> <exclude>**/target*/**</exclude> <exclude>**/build/**</exclude> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/94478b49/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 0e3f451..51dfb75 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai) ALL CHANGES: +ATLAS-1325 Fix Apache Build failure due to Rat check on log files (svimal2106) ATLAS-458 fix project organization for ATLAS build tools ([email protected] via mneethiraj) ATLAS-1322 fix dereference null return value ([email protected] via mneethiraj) ATLAS-1292 Integration test fixes caused by recent bootstrap changes (apoorvnaik via mneethiraj)
