Author: prasanthj
Date: Tue Feb  3 01:21:34 2015
New Revision: 1656614

URL: http://svn.apache.org/r1656614
Log:
HIVE-9521: Drop support for Java6 (Nick Dimiduk reviewed by Thejas Nair, Brock 
Noland)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1656614&r1=1656613&r2=1656614&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Tue Feb  3 01:21:34 2015
@@ -596,8 +596,8 @@
           <artifactId>maven-compiler-plugin</artifactId>
           <version>${maven.compiler.plugin.version}</version>
           <configuration>
-            <source>1.6</source>
-            <target>1.6</target>
+            <source>1.7</source>
+            <target>1.7</target>
           </configuration>
         </plugin>
         <plugin>


Reply via email to