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

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


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

commit 1e5ab442bfc493623a144680b1374587279a6c0f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 15 14:05:56 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 72e48517..24f17eec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.javadoc.version>3.4.0</commons.javadoc.version>
+    <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.felix.version>5.1.3</commons.felix.version>
     <commons.spotbugs.plugin.version>4.7.1.1</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>    
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b6121350..3d3d9e83 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -105,7 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump junit-jupiter from 5.7.0 to 5.9.0 #78, #90, #101, #112, #135.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump jna.version from 5.6.0 to 5.12.1 #84, #102, #109, #120, #131.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.19 to 1.35 #92, #100, #122.</action>
-      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.4.0.</action>
+      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.4.1.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump Bump maven-bundle-plugin from 5.1.1 to 5.1.3.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #114.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.1.1 #128, #132, #136.</action>