Apache9 commented on code in PR #4837:
URL: https://github.com/apache/hbase/pull/4837#discussion_r1000508822


##########
pom.xml:
##########
@@ -780,7 +780,12 @@
          comes in via hbase-thirdparty hbase-shaded-netty-->
     <netty.hadoop.version>3.10.5.Final</netty.hadoop.version>
     <!-- end HBASE-15925 default hadoop compatibility values -->
-    <audience-annotations.version>0.5.0</audience-annotations.version>
+    <audience-annotations.version>0.13.0</audience-annotations.version>
+    <!--
+      the version used when generating javadoc
+      we need to use a newer version when building with jdk11
+    -->
+    
<javadoc.audience-annotations.version>0.13.0</javadoc.audience-annotations.version>

Review Comment:
   0.14.0 is for JDK11 only, it can not be used together with JDK8. See here
   
   https://github.com/apache/yetus/releases
   
   the audience-annotations section.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to