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/05/22 11:57:49 UTC

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


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

commit 7d3924c583a962e7a3e8bc6295c0fbcdfe706ca1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 22 07:57:45 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index 20cf1d7f..76aa5f42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
-    <commons.javadoc.version>3.3.2</commons.javadoc.version>
+    <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
     <japicmp.skip>false</japicmp.skip>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 79564d0f..21377d86 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,7 +66,7 @@
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump opencsv from 5.5.1 to 5.6 #182, #221.</action>
       <action                 type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.3.0 to 4.7.0.0 #192, #198, #203, #211, #225, #234.</action>
       <action                 type="update" dev="kinow" due-to="Dependabot">Bump h2 from 1.4.200 to 2.1.212 #200, #205, #213.</action>
-      <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.3.0 to 3.3.2.</action>
+      <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.3.0 to 3.4.0.</action>
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bnd:biz.aQute.bndlib from 5.3.0 to 6.2.0.</action>
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.</action>
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.</action>