You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/03/22 03:54:35 UTC

[incubator-druid] branch master updated: Exclude git.version from rat check (#7322)

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 <jo...@users.noreply.github.com>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org