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/30 13:27:34 UTC

[commons-crypto] 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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e2ccbc  Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
4e2ccbc is described below

commit 4e2ccbc1a46a460be6531bd41bf264f7b2161f54
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 30 09:27:30 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 cc894a4..757e479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@ The following provides more details on the included cryptographic software:
 
     <commons.pmd.version>3.17.0</commons.pmd.version>
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
-    <commons.javadoc.version>3.4.0</commons.javadoc.version>
+    <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <japicmp.skip>false</japicmp.skip>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.spotbugs.version>4.7.1.1</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f7a4a7..2fe64e2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,7 +87,7 @@
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump maven-antrun-plugin from 1.8 to 3.1.0 #120, #158.</action>
       <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.15.2 to 0.15.7 #138.</action>
       <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump jacoco-maven-plugin from 0.6.6 to 0.8.8 #138, #154.</action>
-      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.javadoc.version from 3.2.0 to 3.4.0 #138.</action>
+      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 #138.</action>
       <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #140.</action>
       <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.44.0 to 6.48.0.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #147.</action>