Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 46640200C4D for ; Wed, 1 Mar 2017 07:00:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 45109160B7C; Wed, 1 Mar 2017 06:00:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1C584160B7E for ; Wed, 1 Mar 2017 07:00:14 +0100 (CET) Received: (qmail 94422 invoked by uid 500); 1 Mar 2017 06:00:14 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 94399 invoked by uid 99); 1 Mar 2017 06:00:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 06:00:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F32DEDFE34; Wed, 1 Mar 2017 06:00:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: busbey@apache.org To: commits@hbase.apache.org Date: Wed, 01 Mar 2017 06:00:13 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] hbase git commit: HBASE-17700 update version to 1.2.5 for RC0. archived-at: Wed, 01 Mar 2017 06:00:16 -0000 Repository: hbase Updated Branches: refs/heads/branch-1.2 2fcfb847e -> d7b05f79d HBASE-17700 update version to 1.2.5 for RC0. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2d9ca0f6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2d9ca0f6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2d9ca0f6 Branch: refs/heads/branch-1.2 Commit: 2d9ca0f66e6bcffc198dffb71738f78d14862834 Parents: 5ac32c4 Author: Sean Busbey Authored: Sun Feb 26 21:20:26 2017 -0600 Committer: Sean Busbey Committed: Tue Feb 28 23:51:43 2017 -0600 ---------------------------------------------------------------------- hbase-annotations/pom.xml | 2 +- hbase-assembly/pom.xml | 2 +- hbase-checkstyle/pom.xml | 4 ++-- hbase-client/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-examples/pom.xml | 2 +- hbase-external-blockcache/pom.xml | 2 +- hbase-hadoop-compat/pom.xml | 2 +- hbase-hadoop2-compat/pom.xml | 2 +- hbase-it/pom.xml | 2 +- hbase-prefix-tree/pom.xml | 2 +- hbase-procedure/pom.xml | 2 +- hbase-protocol/pom.xml | 2 +- hbase-resource-bundle/pom.xml | 2 +- hbase-rest/pom.xml | 2 +- hbase-server/pom.xml | 2 +- hbase-shaded/hbase-shaded-client/pom.xml | 2 +- hbase-shaded/hbase-shaded-server/pom.xml | 2 +- hbase-shaded/pom.xml | 2 +- hbase-shell/pom.xml | 2 +- hbase-testing-util/pom.xml | 2 +- hbase-thrift/pom.xml | 2 +- pom.xml | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index 1718c05..4ea9300 100644 --- a/hbase-annotations/pom.xml +++ b/hbase-annotations/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 21a9a23..21eef91 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-assembly http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index 975c324..399acbb 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -24,14 +24,14 @@ 4.0.0 org.apache.hbase hbase-checkstyle -1.2.5-SNAPSHOT +1.2.5 Apache HBase - Checkstyle Module to hold Checkstyle properties for HBase. hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 6682fb6..0f86c3d 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -24,7 +24,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-common/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index af581f9..d54828f 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-examples/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 6865ddb..729804c 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-examples http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-external-blockcache/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index e316858..cef1419 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -25,7 +25,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-external-blockcache http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-hadoop-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 1b7caf1..0c1abb2 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-hadoop2-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 314f43e..39b85be 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 7e7064a..0d8770f 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-prefix-tree/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 5370db2..d801ee5 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-procedure/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml index 2de0554..2297e31 100644 --- a/hbase-procedure/pom.xml +++ b/hbase-procedure/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 7c78761..96b2f59 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-resource-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml index 32a6767..4984b08 100644 --- a/hbase-resource-bundle/pom.xml +++ b/hbase-resource-bundle/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 510b1b9..082c07d 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -25,7 +25,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-rest http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 215658a..fb1d0ec 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-server http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-shaded/hbase-shaded-client/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml index 5a95abd..9e3bd08 100644 --- a/hbase-shaded/hbase-shaded-client/pom.xml +++ b/hbase-shaded/hbase-shaded-client/pom.xml @@ -24,7 +24,7 @@ hbase-shaded org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-shaded-client http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-shaded/hbase-shaded-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shaded/hbase-shaded-server/pom.xml b/hbase-shaded/hbase-shaded-server/pom.xml index 51ed478..21744e0 100644 --- a/hbase-shaded/hbase-shaded-server/pom.xml +++ b/hbase-shaded/hbase-shaded-server/pom.xml @@ -24,7 +24,7 @@ hbase-shaded org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-shaded-server http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml index effa74e..bc7a9ac 100644 --- a/hbase-shaded/pom.xml +++ b/hbase-shaded/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-shaded http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-shell/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index 4c6f8b4..33f1800 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-shell http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-testing-util/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index 4a300c3..b4394e4 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-testing-util http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 9fbc261..88c2c78 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.2.5-SNAPSHOT + 1.2.5 .. hbase-thrift http://git-wip-us.apache.org/repos/asf/hbase/blob/2d9ca0f6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df6f769..26c2897 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.apache.hbase hbase pom - 1.2.5-SNAPSHOT + 1.2.5 Apache HBase Apache HBase™ is the Hadoop database. Use it when you need