You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by an...@apache.org on 2017/11/23 11:49:57 UTC

[2/2] phoenix git commit: PHOENIX-4338 Move to Java 8

PHOENIX-4338 Move to Java 8


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1beac274
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1beac274
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/1beac274

Branch: refs/heads/5.x-HBase-2.0
Commit: 1beac2746da9b00147aaacd16a2d9cf65c8b2e20
Parents: 7da2561
Author: Ankit Singhal <an...@gmail.com>
Authored: Thu Nov 23 17:19:48 2017 +0530
Committer: Ankit Singhal <an...@gmail.com>
Committed: Thu Nov 23 17:19:48 2017 +0530

----------------------------------------------------------------------
 pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/1beac274/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index edba3cb..47220db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,8 +140,8 @@
           <artifactId>maven-compiler-plugin</artifactId>
           <version>3.0</version>
           <configuration>
-            <source>1.7</source>
-            <target>1.7</target>
+            <source>1.8</source>
+            <target>1.8</target>
           </configuration>
         </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings 
@@ -980,14 +980,6 @@
               </execution>
             </executions>
           </plugin>
-	  <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-                <source>1.8</source>
-                <target>1.8</target>
-            </configuration>
-        </plugin>
         </plugins>
       </build>
     </profile>