madrob commented on a change in pull request #3974:
URL: https://github.com/apache/hbase/pull/3974#discussion_r778326539
##########
File path: pom.xml
##########
@@ -1725,7 +1725,9 @@
yyyy-MM-dd'T'HH:mm
</maven.build.timestamp.format>
<buildDate>${maven.build.timestamp}</buildDate>
+ <!-- these two control the Java language version and JVM runtime version
supported -->
<compileSource>1.8</compileSource>
Review comment:
I believe that compile source and target allow setting `8` in addition
to `1.8` while release requires `8` - can we standardize on a single value for
all of these instead of have both 1.8 and 8 around?
--
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]