From hcatalog-commits-return-722-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Wed Mar 7 19:46:40 2012 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7513D9052 for ; Wed, 7 Mar 2012 19:46:40 +0000 (UTC) Received: (qmail 69543 invoked by uid 500); 7 Mar 2012 19:46:40 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 69512 invoked by uid 500); 7 Mar 2012 19:46:40 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 69505 invoked by uid 99); 7 Mar 2012 19:46:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 19:46:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 19:46:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4CE822388CE5; Wed, 7 Mar 2012 19:46:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1298070 - in /incubator/hcatalog/branches/branch-0.4: CHANGES.txt storage-drivers/hbase/ivy/libraries.properties Date: Wed, 07 Mar 2012 19:46:19 -0000 To: hcatalog-commits@incubator.apache.org From: gates@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120307194619.4CE822388CE5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gates Date: Wed Mar 7 19:46:18 2012 New Revision: 1298070 URL: http://svn.apache.org/viewvc?rev=1298070&view=rev Log: HCATALOG-290 Changes in HBase maven objects breaks hcat build (changed from original fix of 0.92.1-SNAPSHOT to 0.92.0) Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt incubator/hcatalog/branches/branch-0.4/storage-drivers/hbase/ivy/libraries.properties Modified: incubator/hcatalog/branches/branch-0.4/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/CHANGES.txt?rev=1298070&r1=1298069&r2=1298070&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.4/CHANGES.txt (original) +++ incubator/hcatalog/branches/branch-0.4/CHANGES.txt Wed Mar 7 19:46:18 2012 @@ -70,7 +70,7 @@ Release 0.4.0 - Unreleased HCAT 286 NPE in HdfsAuthorizationProvider (enis via gates) - HCAT 290 Changes in HBase maven objects breaks hcat build (gates) + HCAT 290 Changes in HBase maven objects breaks hcat build (thw via gates) HCAT 280 part file name prefix with attempxxxx (daijy via gates) Modified: incubator/hcatalog/branches/branch-0.4/storage-drivers/hbase/ivy/libraries.properties URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/storage-drivers/hbase/ivy/libraries.properties?rev=1298070&r1=1298069&r2=1298070&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.4/storage-drivers/hbase/ivy/libraries.properties (original) +++ incubator/hcatalog/branches/branch-0.4/storage-drivers/hbase/ivy/libraries.properties Wed Mar 7 19:46:18 2012 @@ -16,7 +16,7 @@ junit.version=3.8.1 ivy.version=2.2.0 rats-lib.version=0.5.1 -hbase.version=0.92.1-SNAPSHOT +hbase.version=0.92.0 zookeeper.version=3.4.3 guava.version=11.0 jetty.version=6.1.26