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/06/09 15:58:00 UTC

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

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 d0e38787 Bump Maven Javadoc plugin from 3.3.2 to 3.4.0.
d0e38787 is described below

commit d0e3878799bb3f34191640ac5017b67cb7dae855
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 11:57:56 2022 -0400

    Bump Maven Javadoc plugin from 3.3.2 to 3.4.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2ca3522b..a668b8e9 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.2</commons.javadoc.version>
+    <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
     <checkstyle.impl.version>9.3</checkstyle.impl.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59d3ca02..5f40feed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -417,6 +417,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump maven-antrun-plugin from 3.0.0 to 3.1.0 #354.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump commons.javadoc.version from 3.3.2 to 3.4.0.
+      </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">
       <!-- FIX -->