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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b40620  Add .asf.yaml to RAT excludes
3b40620 is described below

commit 3b40620ffe04326ecd91cffbc1eb759c0a98ee3f
Author: Sebb <s...@apache.org>
AuthorDate: Fri Apr 2 23:40:59 2021 +0100

    Add .asf.yaml to RAT excludes
---
 pom.xml                 | 2 ++
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2045f23..1afdd2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -953,6 +953,7 @@
             <exclude>.checkstyle</exclude>
             <exclude>.fbprefs</exclude>
             <exclude>.pmd</exclude>
+            <exclude>.asf.yaml</exclude>
             <exclude>src/site/resources/download_*.cgi</exclude>
             <exclude>src/site/resources/profile.*</exclude>
             <exclude>profile.*</exclude>
@@ -1142,6 +1143,7 @@
             <exclude>.checkstyle</exclude>
             <exclude>.fbprefs</exclude>
             <exclude>.pmd</exclude>
+            <exclude>.asf.yaml</exclude>
             <exclude>src/site/resources/download_*.cgi</exclude>
             <exclude>src/site/resources/profile.*</exclude>
             <exclude>profile.*</exclude>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e9522a9..aaf6c0f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
           <action type="fix" dev="ggregory">Use HTTPS for Javadoc links to 
Oracle.</action>
           <action type="fix" dev="ggregory">Use HTTPS for most links to 
Apache.</action>
           <!-- ADD -->
+          <action type="add" dev="sebb">Add .asf.yaml to RAT excludes.</action>
           <action type="add" dev="ggregory">Add versions-maven-plugin run for 
this build.</action>
           <action type="add" dev="ggregory">Add maven-checkstyle-plugin to 
pluginManagement.</action>
           <!-- UPDATES -->

Reply via email to