Github user stanlyxiang commented on a diff in the pull request:
https://github.com/apache/hawq/pull/1399#discussion_r231037912
--- Diff: ranger-plugin/integration/pom.xml ---
@@ -57,8 +57,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
--- End diff --
what's the reason to update maven-compiler-plugin version for range-plugin
? ---
