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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7b8ed9d Pickup apache-rat-plugin version from parent POM
b7b8ed9d is described below

commit b7b8ed9d48f5e8451c433aa2fa38d36fce54a7be
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jan 15 09:09:41 2024 -0500

    Pickup apache-rat-plugin version from parent POM
---
 pom.xml                 | 1 -
 src/changes/changes.xml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae58f7d9..6912a95e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,6 @@ file comparators, endian transformation classes, and much 
more.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.15</version>
           <configuration>
             <excludes>
               <exclude>src/test/resources/**/*.bin</exclude>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3c7d2932..d8c6205f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,6 +92,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Andreas Hubold, Gary 
Gregory">XmlStreamReader can't parse XML an document with an external parsed 
entity prolog.</action>
       <action dev="ggregory" type="fix" issue="IO-836" due-to="Elliotte Rusty 
Harold">Update FileNameUtils Javadoc #554.</action>
       <action dev="ggregory" type="fix" issue="IO-807" due-to="Jordi Sola, 
Elliotte Rusty Harold">Copy symlinks, not the files the symlinks point to 
#558.</action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">Pickup 
apache-rat-plugin version from parent POM.</action>
       <!-- Add -->
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileName(Path, Function&lt;Path, 
R&gt;).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileNameString().</action>

Reply via email to