You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by tr...@apache.org on 2013/01/17 00:36:07 UTC

svn commit: r1434524 - in /incubator/hcatalog/branches/branch-0.5: CHANGES.txt pom.xml

Author: travis
Date: Thu Jan 17 00:36:07 2013
New Revision: 1434524

URL: http://svn.apache.org/viewvc?rev=1434524&view=rev
Log:
HCATALOG-595 Update hcatalog hive dependency to 0.10.0

Modified:
    incubator/hcatalog/branches/branch-0.5/CHANGES.txt
    incubator/hcatalog/branches/branch-0.5/pom.xml

Modified: incubator/hcatalog/branches/branch-0.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.5/CHANGES.txt?rev=1434524&r1=1434523&r2=1434524&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.5/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.5/CHANGES.txt Thu Jan 17 00:36:07 2013
@@ -45,6 +45,8 @@ Release 0.5.0 - Unreleased
   HCAT-427 Document storage-based authorization (lefty via gates)
 
   IMPROVEMENTS
+  HCAT-595 Update hcatalog hive dependency to 0.10.0 (traviscrawford)
+
   HCAT-549 rename webhcat config and shell scripts to use webhcat in the names (thejas via gates)
 
   HCAT-446 Enforce apache headers for all HCatalog code (traviscrawford via gates)

Modified: incubator/hcatalog/branches/branch-0.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.5/pom.xml?rev=1434524&r1=1434523&r2=1434524&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.5/pom.xml (original)
+++ incubator/hcatalog/branches/branch-0.5/pom.xml Thu Jan 17 00:36:07 2013
@@ -30,7 +30,7 @@
       <hadoop23.version>0.23.3</hadoop23.version>
       <hbase.version>0.92.0</hbase.version>
       <hcatalog.version>${project.version}</hcatalog.version>
-      <hive.version>0.10.0-SNAPSHOT</hive.version>
+      <hive.version>0.10.0</hive.version>
       <jackson.version>1.8.3</jackson.version>
       <jersey.version>1.9.1</jersey.version>
       <jetty.webhcat.version>7.6.0.v20120127</jetty.webhcat.version>