You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by aj...@apache.org on 2016/01/27 20:26:53 UTC

falcon git commit: FALCON-1779 Fix rat-check failure in trunk. Contributed by Ajay Yadava.

Repository: falcon
Updated Branches:
  refs/heads/master 011059b86 -> 36d45e99a


FALCON-1779 Fix rat-check failure in trunk. Contributed by Ajay Yadava.


Project: http://git-wip-us.apache.org/repos/asf/falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/36d45e99
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/36d45e99
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/36d45e99

Branch: refs/heads/master
Commit: 36d45e99a8ca6d8cd2c956676e2304c41de84e6a
Parents: 011059b
Author: Ajay Yadava <aj...@gmail.com>
Authored: Thu Jan 28 00:31:04 2016 +0530
Committer: Ajay Yadava <aj...@gmail.com>
Committed: Thu Jan 28 00:31:04 2016 +0530

----------------------------------------------------------------------
 CHANGES.txt | 3 +++
 pom.xml     | 2 ++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/36d45e99/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ef6f608..62655ad 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,7 +10,10 @@ Trunk
 
     FALCON-1230 Data based notification Service to notify execution instances when data becomes available(Pavan Kumar Kolamuri via Ajay Yadava)
   IMPROVEMENTS
+    FALCON-1770 Update README file (Ajay Yadava)
+
   BUG FIXES
+    FALCON-1779 Fix rat-check failure in trunk (Ajay Yadava)
 
 
 Proposed Release Version: 0.9

http://git-wip-us.apache.org/repos/asf/falcon/blob/36d45e99/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94f7aee..86dfcdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,6 +287,8 @@
                             <excludes>
                                 <exclude>*.txt</exclude>
                                 <exclude>**/*.txt</exclude>
+                                <exclude>*.md</exclude>
+                                <exclude>**/*.md</exclude>
                                 <exclude>.git/**</exclude>
                                 <exclude>**/.idea/**</exclude>
                                 <exclude>**/*.twiki</exclude>