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/08/14 11:27:56 UTC

[commons-parent] branch master updated: Bump maven-javadoc-plugin from 3.4.0 to 3.4.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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new a0bb7b4  Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
     new c98ad56  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent
a0bb7b4 is described below

commit a0bb7b4bff7aaea7150c1c2766e55e47ff447a2a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 14 07:26:33 2022 -0400

    Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d158ed..1778f74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.jar-plugin.version>3.2.2</commons.jar-plugin.version>
-    <commons.javadoc.version>3.4.0</commons.javadoc.version>
+    <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.jxr.version>3.2.0</commons.jxr.version>
     <commons.pmd.version>3.17.0</commons.pmd.version>
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5602442..eaa743a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,7 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump maven-bundle-plugin from 5.1.4 to 5.1.8, #111, #126, #133.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-* from 6.44.0 to 6.48.0.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-jxr-plugin from 3.1.1 to 3.2.0 #110.</action>
-           <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 #114.</action>
+           <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-javadoc-plugin from 3.3.2 to 3.4.1 #114.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump apache-rat from 0.13 to 0.14.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bndlib from 6.2.0 to 6.3.1.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.16.0 to 3.17.0.</action>