From 54dd2a3b2649e7f1270b2f44a610c53606ad88f2 Mon Sep 17 00:00:00 2001 From: pierrotws Date: Mon, 24 Apr 2023 16:55:28 +0200 Subject: [PATCH] feat(versioning): version to 2.1.10-1.0-SNAPSHOT --- 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-build-configuration/pom.xml | 2 +- hbase-checkstyle/pom.xml | 4 ++-- hbase-client/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-endpoint/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-hbtop/pom.xml | 2 +- hbase-http/pom.xml | 2 +- hbase-it/pom.xml | 2 +- hbase-mapreduce/pom.xml | 2 +- hbase-metrics-api/pom.xml | 2 +- hbase-metrics/pom.xml | 2 +- hbase-procedure/pom.xml | 2 +- hbase-protocol-shaded/pom.xml | 2 +- hbase-protocol/pom.xml | 2 +- hbase-replication/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-byo-hadoop/pom.xml | 2 +- hbase-shaded/hbase-shaded-client/pom.xml | 2 +- hbase-shaded/hbase-shaded-mapreduce/pom.xml | 2 +- hbase-shaded/hbase-shaded-testing-util-tester/pom.xml | 2 +- hbase-shaded/hbase-shaded-testing-util/pom.xml | 2 +- .../hbase-shaded-with-hadoop-check-invariants/pom.xml | 2 +- hbase-shaded/pom.xml | 2 +- hbase-shell/pom.xml | 2 +- hbase-testing-util/pom.xml | 2 +- hbase-thrift/pom.xml | 2 +- hbase-zookeeper/pom.xml | 2 +- pom.xml | 4 ++-- tdp/README.md | 4 ++-- 43 files changed, 46 insertions(+), 46 deletions(-) diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index 862a5f8a8ad1..3c2684b6fb60 100644 --- a/hbase-annotations/pom.xml +++ b/hbase-annotations/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml b/hbase-archetypes/hbase-archetype-builder/pom.xml index 573a8aee815f..265c28935014 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 - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. diff --git a/hbase-archetypes/hbase-client-project/pom.xml b/hbase-archetypes/hbase-client-project/pom.xml index 8577f57353dd..0f82c3a0b0c2 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 - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. hbase-client-project diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml b/hbase-archetypes/hbase-shaded-client-project/pom.xml index 345a6885fb91..e94c7ec566f4 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 - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. hbase-shaded-client-project diff --git a/hbase-archetypes/pom.xml b/hbase-archetypes/pom.xml index c8691ce45544..7efcab55f7ee 100644 --- a/hbase-archetypes/pom.xml +++ b/hbase-archetypes/pom.xml @@ -24,7 +24,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 478cfcff6450..ec68fe7f6a46 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-assembly diff --git a/hbase-build-configuration/pom.xml b/hbase-build-configuration/pom.xml index 1aa66ee67bd3..2d99e28f7c2c 100644 --- a/hbase-build-configuration/pom.xml +++ b/hbase-build-configuration/pom.xml @@ -23,7 +23,7 @@ hbase org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index 75b6e347c8f1..25b51482a490 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.apache.hbase hbase-checkstyle -2.1.10-TDP-0.1.0-SNAPSHOT +2.1.10-1.0-SNAPSHOT Apache HBase - Checkstyle Module to hold Checkstyle properties for HBase. @@ -32,7 +32,7 @@ hbase org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 780c2d08c594..b72a83710e46 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -24,7 +24,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index ab622fba0f32..db392879c6ea 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml index 6bc8b5032af5..d0ede5943df8 100644 --- a/hbase-endpoint/pom.xml +++ b/hbase-endpoint/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-endpoint diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index bc1f978afc1f..c8e32be8d5c7 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-examples diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index 6fbe2d9fd36f..6d797e164ac9 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -25,7 +25,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-external-blockcache diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index a2415c83937c..5759e0dc98de 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 3c8b212988a9..b3880f0894a3 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-hbtop/pom.xml b/hbase-hbtop/pom.xml index 0aae6782021e..a2a80106e611 100644 --- a/hbase-hbtop/pom.xml +++ b/hbase-hbtop/pom.xml @@ -25,7 +25,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-hbtop diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index 0ba833b25bd8..d07bff02286a 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-http diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 90c4f6fadd6f..a73bee148895 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml index fc15536ee790..76ef7dead0f0 100644 --- a/hbase-mapreduce/pom.xml +++ b/hbase-mapreduce/pom.xml @@ -24,7 +24,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-mapreduce diff --git a/hbase-metrics-api/pom.xml b/hbase-metrics-api/pom.xml index e81008226366..0def56d696a6 100644 --- a/hbase-metrics-api/pom.xml +++ b/hbase-metrics-api/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-metrics/pom.xml b/hbase-metrics/pom.xml index 5abe7ed51447..c1783acbe972 100644 --- a/hbase-metrics/pom.xml +++ b/hbase-metrics/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml index 669c1e274035..cdaa3a85e131 100644 --- a/hbase-procedure/pom.xml +++ b/hbase-procedure/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index e9b329affec5..7dab20a93dee 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-protocol-shaded diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 2d60c7e51e3c..7710aa760bba 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-protocol diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml index 8fdc53179199..fafb2d191273 100644 --- a/hbase-replication/pom.xml +++ b/hbase-replication/pom.xml @@ -24,7 +24,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-replication diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml index 78691aaac7d6..8ca446574d57 100644 --- a/hbase-resource-bundle/pom.xml +++ b/hbase-resource-bundle/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index bef6b11b713a..1fe7fcd2378b 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-rest diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index eaba9d700f91..a8f60993dbdc 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-rsgroup diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 52384d5bd4f0..6245f4fc6ae8 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-server diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-check-invariants/pom.xml index 80aa8c5d765e..39eba0d792a6 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 - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../.. hbase-shaded-check-invariants diff --git a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml index 1bd052790b56..20240181140a 100644 --- a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml +++ b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml @@ -24,7 +24,7 @@ hbase-shaded org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. hbase-shaded-client-byo-hadoop diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml index e4afa5c22654..73d5986ff89d 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 - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. hbase-shaded-client diff --git a/hbase-shaded/hbase-shaded-mapreduce/pom.xml b/hbase-shaded/hbase-shaded-mapreduce/pom.xml index 4ce13a6efd2b..720370264a84 100644 --- a/hbase-shaded/hbase-shaded-mapreduce/pom.xml +++ b/hbase-shaded/hbase-shaded-mapreduce/pom.xml @@ -24,7 +24,7 @@ hbase-shaded org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. hbase-shaded-mapreduce diff --git a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml index 63809420fad4..5bdb110afc22 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 @@ org.apache.hbase hbase-build-configuration - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../../hbase-build-configuration diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml b/hbase-shaded/hbase-shaded-testing-util/pom.xml index dad7cb181742..d240ab46278d 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 - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT .. diff --git a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml index 613e2aba695e..873bf8be1e6b 100644 --- a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml +++ b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml @@ -16,7 +16,7 @@ hbase org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../.. hbase-shaded-with-hadoop-check-invariants diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml index 4b349b54bdea..1b6fe6b06508 100644 --- a/hbase-shaded/pom.xml +++ b/hbase-shaded/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-shaded diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index 3d46023442c5..b29afcc8d488 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-shell diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index 0523a0419b04..499736535782 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-testing-util diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 9a74e1c107e3..738dc367a5e4 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -25,7 +25,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-thrift diff --git a/hbase-zookeeper/pom.xml b/hbase-zookeeper/pom.xml index f74d77ddfca6..a68f70f0995b 100644 --- a/hbase-zookeeper/pom.xml +++ b/hbase-zookeeper/pom.xml @@ -23,7 +23,7 @@ hbase-build-configuration org.apache.hbase - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT ../hbase-build-configuration hbase-zookeeper diff --git a/pom.xml b/pom.xml index 207fc9704937..2ae0bf32d812 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.apache.hbase hbase pom - 2.1.10-TDP-0.1.0-SNAPSHOT + 2.1.10-1.0-SNAPSHOT Apache HBase Apache HBase™ is the Hadoop database. Use it when you need @@ -1371,7 +1371,7 @@ ${compileSource} 2.7.7 - 3.1.1-TDP-0.1.0-SNAPSHOT + 3.1.1-0.0-SNAPSHOT diff --git a/tdp/README.md b/tdp/README.md index 40ff752f2c01..5055f4cd16d0 100644 --- a/tdp/README.md +++ b/tdp/README.md @@ -1,6 +1,6 @@ # TDP HBase Notes -The version 2.1.10-TDP-0.1.0-SNAPSHOT of HBase is based on the `branch-2.1` tag of the Apache [repository](https://github.com/apache/hbase/tree/branch-2.1). +The version 2.1.10-1.0-SNAPSHOT of HBase is based on the `branch-2.1` tag of the Apache [repository](https://github.com/apache/hbase/tree/branch-2.1). ## Jenkinfile @@ -12,7 +12,7 @@ The file `./Jenkinsfile-sample` can be used in a Jenkins / Kubernetes environmen mvn clean package assembly:single -DskipTests -Dhadoop.profile=3.0 ``` -The command generates a `.tar.gz` file of the release at `./hbase-assembly/target/hbase-2.1.10-TDP-0.1.0-SNAPSHOT-bin.tar.gz`. +The command generates a `.tar.gz` file of the release at `./hbase-assembly/target/hbase-2.1.10-1.0-SNAPSHOT-bin.tar.gz`. Replace `package` for `install` in the above command to ensure built package is available in your local maven repository post build.