This is an automated email from the ASF dual-hosted git repository.
jonwei pushed a commit to branch 0.14.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/0.14.0-incubating by this push:
new d965a3b Exclude git.version from rat check (#7322) (#7323)
d965a3b is described below
commit d965a3b9290c37a246f88ed12c4abe9436576ee8
Author: Jonathan Wei <[email protected]>
AuthorDate: Thu Mar 21 22:50:44 2019 -0700
Exclude git.version from rat check (#7322) (#7323)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 715ea96..e1702c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1487,6 +1487,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]