This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a57bc0  Exclude git.version from rat check (#7322)
7a57bc0 is described below

commit 7a57bc0dc3f96ebb8d1bdbe0f0d4bab8ce811794
Author: Jonathan Wei <[email protected]>
AuthorDate: Thu Mar 21 20:54:27 2019 -0700

    Exclude git.version from rat check (#7322)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9818aab..b1febb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1489,6 +1489,7 @@
                                 <exclude>NOTICE.BINARY</exclude>
                                 <exclude>LABELS.md</exclude>
                                 <exclude>.github/ISSUE_TEMPLATE/*.md</exclude>
+                                <exclude>git.version</exclude>
                             </excludes>
                         </configuration>
                     </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to