This is an automated email from the ASF dual-hosted git repository. mibo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git
commit 1c89f28007dfe22a9f4d344554640552acf912b0 Author: mibo <[email protected]> AuthorDate: Sun Mar 6 21:29:38 2022 +0100 [OLINGO-1559] Excluded SECURITY.md from RAT check --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9e5b8ad..c7f4b22 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,7 @@ <exclude>**/*.batch</exclude> <exclude>**/NOTICE</exclude> <exclude>**/DEPENDENCIES</exclude> + <exclude>**/SECURITY.md</exclude> <exclude>**/goal.txt</exclude> <exclude>**/target/**</exclude> <exclude>**/*.iml</exclude>
