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 ddab28e Bump Maven Javadoc plugin from 3.2.0 to 3.3.0. ddab28e is described below commit ddab28ef677171ebda331edd1e22f62ac6310f39 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 11 09:28:42 2021 -0400 Bump Maven Javadoc plugin from 3.2.0 to 3.3.0. --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 388db23..f5fe12f 100644 --- a/pom.xml +++ b/pom.xml @@ -328,6 +328,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> <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.surefire.version>3.0.0-M5</commons.surefire.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c44b5f..5759288 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -107,6 +107,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Bump spotbugs from 4.2.3 to 4.3.0 #249. </action> + <action dev="ggregory" type="update" due-to="Dependabot"> + Bump Maven Javadoc plugin from 3.2.0 to 3.3.0. + </action> </release> <!-- The release date is the date RC is cut --> <release version="2.10.0" date="2021-06-10" description="Java 8 required.">