This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 95bd03f fix rat
95bd03f is described below
commit 95bd03f745c2dad54a45345a3e9f268104f43841
Author: olivier lamy <[email protected]>
AuthorDate: Sun May 2 15:04:45 2021 +1000
fix rat
Signed-off-by: olivier lamy <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 61d8215..b5b29cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,7 @@ under the License.
<configuration>
<excludes combine.children="append">
<exclude>.java-version</exclude>
+ <exclude>.github/dependabot.yml</exclude>
</excludes>
</configuration>
</plugin>