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 2021/11/27 01:30:57 UTC

[commons-vfs] branch master updated: Bump maven-javadoc-plugin from 3.3.0 to 3.3.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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bf4530  Bump maven-javadoc-plugin from 3.3.0 to 3.3.1.
3bf4530 is described below

commit 3bf453057faddb4b64c0af1533aeac98055bf044
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 26 20:30:54 2021 -0500

    Bump maven-javadoc-plugin from 3.3.0 to 3.3.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3637436..2fe90e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
     <commons.spotbugs.impl.version>4.4.2</commons.spotbugs.impl.version>
     <commons.asm.version>9.2</commons.asm.version>
     <commons.pmd.version>6.37.0</commons.pmd.version>
-    <commons.javadoc.version>3.3.0</commons.javadoc.version>
+    <commons.javadoc.version>3.3.1</commons.javadoc.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
     <biz.aQute.bndlib.version>5.3.0</biz.aQute.bndlib.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c9fd3bc..cfa61dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -118,6 +118,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.mockito:mockito-core from 3.11.2 to 4.1.0.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump maven-javadoc-plugin from 3.3.0 to 3.3.1.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->