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/06/30 16:50:51 UTC

[commons-configuration] 03/04: Bump Javadoc Maven 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-configuration.git

commit ca2809d86b7ce03305f7e46b8ffff3242524f80c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 30 09:47:46 2022 -0400

    Bump Javadoc Maven plugin from 3.3.2 to 3.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea2c79f4..1fed2b7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,7 +601,7 @@
     use slightly older site and javadoc versions here in order to be able to generate all reports. -->
     
     <commons.site-plugin.version>3.10.0</commons.site-plugin.version>
-    <commons.javadoc.version>3.3.2</commons.javadoc.version>    
+    <commons.javadoc.version>3.4.0</commons.javadoc.version>    
 
     <checkstyle.version>9.3</checkstyle.version>
     <!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->