You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2014/11/18 23:57:34 UTC

svn commit: r1640450 - in /hive/trunk: pom.xml ql/pom.xml

Author: brock
Date: Tue Nov 18 22:57:34 2014
New Revision: 1640450

URL: http://svn.apache.org/r1640450
Log:
HIVE-8894 - Move calcite.version to root pom (Brock reviewed by Gunther and Alan)

Modified:
    hive/trunk/pom.xml
    hive/trunk/ql/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1640450&r1=1640449&r2=1640450&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Tue Nov 18 22:57:34 2014
@@ -99,6 +99,7 @@
     <antlr.version>3.4</antlr.version>
     <avro.version>1.7.5</avro.version>
     <bonecp.version>0.8.0.RELEASE</bonecp.version>
+    <calcite.version>0.9.2-incubating</calcite.version>
     <datanucleus-api-jdo.version>3.2.6</datanucleus-api-jdo.version>
     <datanucleus-core.version>3.2.10</datanucleus-core.version>
     <datanucleus-rdbms.version>3.2.9</datanucleus-rdbms.version>

Modified: hive/trunk/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ql/pom.xml?rev=1640450&r1=1640449&r2=1640450&view=diff
==============================================================================
--- hive/trunk/ql/pom.xml (original)
+++ hive/trunk/ql/pom.xml Tue Nov 18 22:57:34 2014
@@ -28,7 +28,6 @@
   <name>Hive Query Language</name>
 
   <properties>
-    <calcite.version>0.9.2-incubating</calcite.version>
     <hive.path.to.root>..</hive.path.to.root>
   </properties>