This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 1e8d46d Update `apache-rat-plugin` to version `0.16`
1e8d46d is described below
commit 1e8d46dd893b1d0e5c73878136241f215f4dade2
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Jan 11 10:54:25 2024 +0100
Update `apache-rat-plugin` to version `0.16`
Closes #92.
---
pom.xml | 2 ++
src/changelog/.10.x.x/update_org_apache_rat_apache_rat_plugin.xml | 8 ++++++++
2 files changed, 10 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5d52676..8d88336 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,6 +289,8 @@
<palantir-java-format.version>2.39.0</palantir-java-format.version>
<spotbugs-annotations.version>4.8.3</spotbugs-annotations.version>
+ <!-- plugin version overriddes -->
+ <version.apache-rat-plugin>0.16</version.apache-rat-plugin>
<!-- plugin versions -->
<asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version>
<beanshell-maven-plugin.version>1.4</beanshell-maven-plugin.version>
diff --git a/src/changelog/.10.x.x/update_org_apache_rat_apache_rat_plugin.xml
b/src/changelog/.10.x.x/update_org_apache_rat_apache_rat_plugin.xml
new file mode 100644
index 0000000..e768175
--- /dev/null
+++ b/src/changelog/.10.x.x/update_org_apache_rat_apache_rat_plugin.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+ type="updated">
+ <issue id="92" link="https://github.com/apache/logging-parent/pull/92"/>
+ <description format="asciidoc">Update `org.apache.rat:apache-rat-plugin` to
version `0.16`</description>
+</entry>