You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2023/06/02 17:22:43 UTC

[commons-numbers] 01/03: Remove invalid source tag for javadoc plugin

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit f36d034fe5383e597cfe6f0bd967d8298101bea6
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Jun 2 18:04:49 2023 +0100

    Remove invalid source tag for javadoc plugin
---
 commons-numbers-examples/examples-jmh/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/commons-numbers-examples/examples-jmh/pom.xml b/commons-numbers-examples/examples-jmh/pom.xml
index 026f1986..f515f721 100644
--- a/commons-numbers-examples/examples-jmh/pom.xml
+++ b/commons-numbers-examples/examples-jmh/pom.xml
@@ -119,8 +119,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <!-- Set source to JDK 8 to prevent issues with lack of module information. -->
-          <source>1.8</source>
           <sourceFileExcludes>
             <sourceFileExclude>**/jmh_generated/*.java</sourceFileExclude>
           </sourceFileExcludes>
@@ -144,8 +142,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <!-- Set source to JDK 8 to prevent issues with lack of module information. -->
-          <source>1.8</source>
           <sourceFileExcludes>
             <sourceFileExclude>**/jmh_generated/*.java</sourceFileExclude>
           </sourceFileExcludes>