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 2023/01/10 16:24:43 UTC

[commons-configuration] branch master updated: Pick up maven-javadoc-plugin version from parent POM

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


The following commit(s) were added to refs/heads/master by this push:
     new 01f33d7a Pick up maven-javadoc-plugin version from parent POM
01f33d7a is described below

commit 01f33d7ab439aa8647eab872f9f0374a25de2b33
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:24:39 2023 -0500

    Pick up maven-javadoc-plugin version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba6ff732..c3776d58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -570,7 +570,6 @@
     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.4.1</commons.javadoc.version>    
 
     <checkstyle.version>9.3</checkstyle.version>
     <!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->