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

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new ee5988a  HBASE-23959 Fix javadoc for JDK11 (#2500)
ee5988a is described below

commit ee5988a98321f9fef30f03378be11d1fd31b8c58
Author: Semen Komissarov <[email protected]>
AuthorDate: Thu Oct 8 07:42:35 2020 +0300

    HBASE-23959 Fix javadoc for JDK11 (#2500)
    
    Signed-off-by: Jan Hentschel <[email protected]>
    Signed-off-by: stack <[email protected]>
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 707194b..67f7397 100755
--- a/pom.xml
+++ b/pom.xml
@@ -563,6 +563,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${maven.javadoc.version}</version>
+          <configuration>
+            <source>${compileSource}</source>
+          </configuration>
         </plugin>
         <!-- Test oriented plugins -->
         <plugin>

Reply via email to