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 48ebf8e Use current version of Maven Javadoc plugin. 48ebf8e is described below commit 48ebf8e9b836afb9d501d97d20aaf271eb4f2a81 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 4 09:06:07 2020 -0400 Use current version of Maven Javadoc plugin. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 0e3e20d..3b23b4d 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ <japicmp.skip>false</japicmp.skip> <clirr.skip>true</clirr.skip> <commons.jacoco.version>0.8.5</commons.jacoco.version> + <commons.javadoc.version>3.2.0</commons.javadoc.version> </properties> <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->