From 8f7f83ae1418b9e450aabf4481097b39a8618145 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Sun, 31 Jul 2022 20:34:54 +0800 Subject: [PATCH] HBASE-27260 Set version as 1.7.2 in branch-1 in prep for first RC of 1.7.2 --- hbase-annotations/pom.xml | 2 +- hbase-archetypes/hbase-archetype-builder/pom.xml | 2 +- hbase-archetypes/hbase-client-project/pom.xml | 2 +- hbase-archetypes/hbase-shaded-client-project/pom.xml | 2 +- hbase-archetypes/pom.xml | 2 +- hbase-assembly/pom.xml | 2 +- hbase-checkstyle/pom.xml | 4 ++-- hbase-client/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-error-prone/pom.xml | 4 ++-- hbase-examples/pom.xml | 2 +- hbase-external-blockcache/pom.xml | 2 +- hbase-hadoop-compat/pom.xml | 2 +- hbase-hadoop2-compat/pom.xml | 2 +- hbase-hbtop/pom.xml | 2 +- hbase-it/pom.xml | 2 +- hbase-metrics-api/pom.xml | 2 +- hbase-metrics/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-rsgroup/pom.xml | 2 +- hbase-server/pom.xml | 2 +- hbase-shaded/hbase-shaded-check-invariants/pom.xml | 2 +- hbase-shaded/hbase-shaded-client/pom.xml | 2 +- hbase-shaded/hbase-shaded-server/pom.xml | 2 +- hbase-shaded/hbase-shaded-testing-util-tester/pom.xml | 2 +- hbase-shaded/hbase-shaded-testing-util/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 +- 35 files changed, 37 insertions(+), 37 deletions(-) diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index ce2aa8397099..0c828d57c36b 100644 --- a/hbase-annotations/pom.xml +++ b/hbase-annotations/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml b/hbase-archetypes/hbase-archetype-builder/pom.xml index f914e7c8527c..689cd1becd28 100644 --- a/hbase-archetypes/hbase-archetype-builder/pom.xml +++ b/hbase-archetypes/hbase-archetype-builder/pom.xml @@ -25,7 +25,7 @@ hbase-archetypes org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-archetypes/hbase-client-project/pom.xml b/hbase-archetypes/hbase-client-project/pom.xml index 19171505c94a..fcf265a8fd35 100644 --- a/hbase-archetypes/hbase-client-project/pom.xml +++ b/hbase-archetypes/hbase-client-project/pom.xml @@ -26,7 +26,7 @@ hbase-archetypes org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-client-project diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml b/hbase-archetypes/hbase-shaded-client-project/pom.xml index a2ad2603fd5b..f5b045de2eea 100644 --- a/hbase-archetypes/hbase-shaded-client-project/pom.xml +++ b/hbase-archetypes/hbase-shaded-client-project/pom.xml @@ -26,7 +26,7 @@ hbase-archetypes org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-shaded-client-project diff --git a/hbase-archetypes/pom.xml b/hbase-archetypes/pom.xml index 51b03b1b06c1..71f2a75fbd74 100644 --- a/hbase-archetypes/pom.xml +++ b/hbase-archetypes/pom.xml @@ -24,7 +24,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index c2519331c1d1..28b60d5d52c5 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-assembly diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index db578ce16a78..b66ade8cdca0 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -24,14 +24,14 @@ 4.0.0 org.apache.hbase hbase-checkstyle -1.7.2-SNAPSHOT +1.7.2 Apache HBase - Checkstyle Module to hold Checkstyle properties for HBase. hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index a2cb03d10f37..174f0827f0ef 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -24,7 +24,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 01e73e33bce1..9c96637d29bc 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-error-prone/pom.xml b/hbase-error-prone/pom.xml index ec84558a2e31..7929af63d9d0 100644 --- a/hbase-error-prone/pom.xml +++ b/hbase-error-prone/pom.xml @@ -23,11 +23,11 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-error-prone - 1.7.2-SNAPSHOT + 1.7.2 Apache HBase - Error Prone Rules Module to hold error prone custom rules for HBase. diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 035bd0663e1a..cc533b148f49 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-examples diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index 36e2b168914d..7a829d655831 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -25,7 +25,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-external-blockcache diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 05c37162329f..7cc8ea65a0d6 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 56073a696b84..2c52e227c9f5 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.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-hbtop/pom.xml b/hbase-hbtop/pom.xml index ba486a114da2..9888123785bc 100644 --- a/hbase-hbtop/pom.xml +++ b/hbase-hbtop/pom.xml @@ -25,7 +25,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-hbtop diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 88eecb899239..8acefee0c22d 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-metrics-api/pom.xml b/hbase-metrics-api/pom.xml index 7e7789ae33e5..ec41e3517a10 100644 --- a/hbase-metrics-api/pom.xml +++ b/hbase-metrics-api/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-metrics/pom.xml b/hbase-metrics/pom.xml index 6873b6abd061..009d5a9b30af 100644 --- a/hbase-metrics/pom.xml +++ b/hbase-metrics/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 254f3c5c178d..fa9e4c806d85 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml index ce5b885bb3d8..327ade441781 100644 --- a/hbase-procedure/pom.xml +++ b/hbase-procedure/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 1aebf43fed15..b180979b23dc 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml index 92637fe27df8..d8e98497dc81 100644 --- a/hbase-resource-bundle/pom.xml +++ b/hbase-resource-bundle/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 7ae2d5692690..489231318876 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-rest diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 2b0685e6e8a9..6e5180a6fb1d 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index f6881500114c..aa9d544fa149 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-server diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-check-invariants/pom.xml index 299eeb672a47..59f8a1b7ea80 100644 --- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml +++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml @@ -16,7 +16,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 ../.. hbase-shaded-check-invariants diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml index b49484f2b833..db8fce00c678 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.7.2-SNAPSHOT + 1.7.2 .. hbase-shaded-client diff --git a/hbase-shaded/hbase-shaded-server/pom.xml b/hbase-shaded/hbase-shaded-server/pom.xml index 499ea56d9cd2..23dfb22302ec 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.7.2-SNAPSHOT + 1.7.2 .. hbase-shaded-server diff --git a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml index 72f243294272..36b2669bf42f 100644 --- a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml +++ b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml @@ -25,7 +25,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 ../.. diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml b/hbase-shaded/hbase-shaded-testing-util/pom.xml index 6276deca5fe2..a06859d753cd 100644 --- a/hbase-shaded/hbase-shaded-testing-util/pom.xml +++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml @@ -25,7 +25,7 @@ hbase-shaded org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml index 67c0b750031c..7853f767ffd3 100644 --- a/hbase-shaded/pom.xml +++ b/hbase-shaded/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-shaded diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index b111f6beb927..3d900d0ad537 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-shell diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index 4649e71d884c..a01ea5242a5b 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-testing-util diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index bcd24e2d7a85..eb8e48480320 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -25,7 +25,7 @@ hbase org.apache.hbase - 1.7.2-SNAPSHOT + 1.7.2 .. hbase-thrift diff --git a/pom.xml b/pom.xml index bf5a3bda613a..760c544d3285 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.apache.hbase hbase pom - 1.7.2-SNAPSHOT + 1.7.2 Apache HBase Apache HBase™ is the Hadoop database. Use it when you need