You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/11 14:46:46 UTC

[commons-io] branch master updated: Bump Maven Javadoc plugin from 3.3.0 to 3.3.1.

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 a6b9c68  Bump Maven Javadoc plugin from 3.3.0 to 3.3.1.
a6b9c68 is described below

commit a6b9c68cd7f16d2bd4ec991436c9b31c6b17cf8c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 11 09:46:44 2022 -0500

    Bump Maven Javadoc plugin from 3.3.0 to 3.3.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4141a33..979653d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,7 +335,7 @@ file comparators, endian transformation classes, and much more.
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
-    <commons.javadoc.version>3.3.0</commons.javadoc.version>
+    <commons.javadoc.version>3.3.1</commons.javadoc.version>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
     <checkstyle.impl.version>9.2.1</checkstyle.impl.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0720199..7b9f422 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -312,8 +312,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Update FileEntry to use FileTime instead of long for file time stamps.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump Maven Javadoc plugin from 3.2.0 to 3.3.0.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Bump Maven Javadoc plugin from 3.2.0 to 3.3.1.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.2.3 to 4.5.2.0 #250, #259, #272, #274, #285, #288, #289, #305, #315.