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

commit 9ab08093102766b343e8409c6797edb91d89f20f
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Oct 18 11:23:28 2020 -0400

    Fix Maven warnings.
    
    [WARNING] The following plugins do not have their version specified:
    [WARNING]   maven-antrun-plugin ..................... (from super-pom)
    3.0.0
    [WARNING]   org.apache.rat:apache-rat-plugin ......... (from super-pom)
    0.13
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4ec3208..412b3c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,6 +324,7 @@ file comparators, endian transformation classes, and much 
more.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <version>0.13</version>
           <configuration>
             <excludes>
               <exclude>src/test/resources/**/*.bin</exclude>
@@ -508,6 +509,7 @@ file comparators, endian transformation classes, and much 
more.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>prepare-checkout</id>

Reply via email to