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:25:52 UTC

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


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

commit 986540e10c8dafe945e3fae021294f817c13a099
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:25:49 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 4fa85c5a..68fab6d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,6 @@
     with maven site plugin 3.11+. However, javadoc 3.4.0+ fails with site plugin versions lower than 3.11. So, we'll 
     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> 
 
     <!-- 22.1.0 requires Java 11 -->
     <graalvm.version>22.0.0.2</graalvm.version>