From 4563ee3cbb45379cc383417a76291be23de26d48 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:27:40 +0000 Subject: [PATCH] chore(main): release 2.15.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ .../pom.xml | 2 +- .../bigtable-hbase/pom.xml | 6 +++--- .../bigtable/hbase/BigtableHBaseVersion.java | 2 +- bigtable-client-core-parent/pom.xml | 2 +- .../bigtable-beam-import/pom.xml | 6 +++--- .../bigtable-hbase-beam/pom.xml | 6 +++--- bigtable-dataflow-parent/pom.xml | 2 +- .../bigtable-hbase-1.x-hadoop/pom.xml | 6 +++--- .../pom.xml | 14 +++++++------- .../bigtable-hbase-1.x-mapreduce/pom.xml | 8 ++++---- .../bigtable-hbase-1.x-shaded/pom.xml | 6 +++--- .../bigtable-hbase-1.x-tools/pom.xml | 4 ++-- .../bigtable-hbase-1.x/pom.xml | 8 ++++---- bigtable-hbase-1.x-parent/pom.xml | 2 +- .../bigtable-hbase-2.x-hadoop/pom.xml | 6 +++--- .../pom.xml | 12 ++++++------ .../bigtable-hbase-2.x-mapreduce/pom.xml | 8 ++++---- .../bigtable-hbase-2.x-shaded/pom.xml | 6 +++--- .../bigtable-hbase-2.x/pom.xml | 6 +++--- bigtable-hbase-2.x-parent/pom.xml | 2 +- bigtable-test/bigtable-build-helper/pom.xml | 4 ++-- .../it/verify-mirror-deps-misaligned/pom.xml | 2 +- .../src/it/verify-mirror-deps-ok/pom.xml | 2 +- .../src/it/verify-shaded-exclusions-ok/pom.xml | 2 +- .../pom.xml | 2 +- .../it/verify-shaded-jar-entries-leak/pom.xml | 2 +- .../it/verify-shaded-jar-entries-ok/pom.xml | 2 +- .../bigtable-emulator-maven-plugin/pom.xml | 2 +- .../bigtable-internal-test-helper/pom.xml | 2 +- .../hbase-minicluster-maven-plugin/pom.xml | 2 +- bigtable-test/pom.xml | 2 +- .../bigtable-hbase-1.x-replication/pom.xml | 12 ++++++------ .../bigtable-hbase-2.x-replication/pom.xml | 10 +++++----- .../bigtable-hbase-replication-core/pom.xml | 6 +++--- .../bigtable-hbase-replication/pom.xml | 4 ++-- .../pom.xml | 8 ++++---- .../pom.xml | 14 +++++++------- .../pom.xml | 8 ++++---- .../pom.xml | 10 +++++----- .../pom.xml | 4 ++-- .../pom.xml | 16 ++++++++-------- .../pom.xml | 8 ++++---- .../pom.xml | 18 +++++++++--------- .../pom.xml | 8 ++++---- .../pom.xml | 10 +++++----- .../pom.xml | 4 ++-- .../pom.xml | 8 ++++---- .../pom.xml | 4 ++-- .../protobuf-java-format-shaded/pom.xml | 6 +++--- hbase-migration-tools/mirroring-client/pom.xml | 4 ++-- hbase-migration-tools/pom.xml | 4 ++-- pom.xml | 2 +- versions.txt | 6 +++--- 55 files changed, 164 insertions(+), 157 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b8c7ad6b39..349fd5e398 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.15.5" + ".": "2.15.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 24be0924b5..ec08b302d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.6](https://github.com/googleapis/java-bigtable-hbase/compare/v2.15.5...v2.15.6) (2025-12-01) + + +### Bug Fixes + +* prevent npe in metrics during a batching retry ([#4516](https://github.com/googleapis/java-bigtable-hbase/issues/4516)) ([4f0c724](https://github.com/googleapis/java-bigtable-hbase/commit/4f0c7245f5256e71ca83b85419a41c23cbfbd3e1)) + ## [2.15.5](https://github.com/googleapis/java-bigtable-hbase/compare/v2.15.4...v2.15.5) (2025-09-25) diff --git a/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml b/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml index 73d6337da2..bc4d4e6e0c 100644 --- a/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml +++ b/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-core-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-integration-tests-common diff --git a/bigtable-client-core-parent/bigtable-hbase/pom.xml b/bigtable-client-core-parent/bigtable-hbase/pom.xml index 87668b3756..1d9393ba91 100644 --- a/bigtable-client-core-parent/bigtable-hbase/pom.xml +++ b/bigtable-client-core-parent/bigtable-hbase/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-core-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase @@ -85,7 +85,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.15.6-SNAPSHOT + 2.15.6 test @@ -149,7 +149,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java index d700ca7a1b..291c4281ad 100644 --- a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java +++ b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java @@ -34,7 +34,7 @@ public class BigtableHBaseVersion { private static final AtomicBoolean wasInitialized = new AtomicBoolean(false); // {x-version-update-start:bigtable-client-parent:current} - public static final String VERSION = "2.15.6-SNAPSHOT"; + public static final String VERSION = "2.15.6"; // {x-version-update-end} /** diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml index a2f8b32db8..f33f395bfc 100644 --- a/bigtable-client-core-parent/pom.xml +++ b/bigtable-client-core-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-client-core-parent diff --git a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml index 909a08b912..a6d9ea5aa7 100644 --- a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml +++ b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml @@ -18,7 +18,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-dataflow-parent - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 @@ -83,7 +83,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -156,7 +156,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml index 3ab6293585..ba2439107f 100644 --- a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml +++ b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml @@ -16,7 +16,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-dataflow-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-beam @@ -75,7 +75,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 + 2.15.6 verify-mirror-deps-beam diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml index 3b85f95fce..eac7bd3f39 100644 --- a/bigtable-dataflow-parent/pom.xml +++ b/bigtable-dataflow-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-dataflow-parent diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml index c754e9e82b..b3856ee22e 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-1.x-parent com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 @@ -35,7 +35,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 @@ -170,7 +170,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml index c62f170d91..323c3c43ca 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-1.x-integration-tests @@ -79,7 +79,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -117,7 +117,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -285,7 +285,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -375,7 +375,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -466,7 +466,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.15.6-SNAPSHOT + 2.15.6 test-jar test @@ -587,7 +587,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml index 5232bdfcff..cd68f438e9 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-1.x-mapreduce @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.15.6-SNAPSHOT + 2.15.6 @@ -120,7 +120,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.15.6-SNAPSHOT + 2.15.6 test @@ -186,7 +186,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 verify-mirror-deps-hbase diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml index 5fc2c0c8a6..f412e2b761 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-1.x-parent com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 @@ -113,7 +113,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x - 2.15.6-SNAPSHOT + 2.15.6 + 2.15.6 diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml index 0586cfad91..ee90f6bf52 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml @@ -3,7 +3,7 @@ bigtable-hbase-1.x-parent com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 @@ -21,7 +21,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 + 2.15.6 bigtable-hbase-1.x @@ -73,7 +73,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.15.6-SNAPSHOT + 2.15.6 @@ -86,7 +86,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.15.6-SNAPSHOT + 2.15.6 test @@ -131,7 +131,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index 9d82469709..78a633745b 100644 --- a/bigtable-hbase-1.x-parent/pom.xml +++ b/bigtable-hbase-1.x-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-1.x-parent diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml index ae57926844..f6accdba7b 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-2.x-parent com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 @@ -35,7 +35,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 @@ -152,7 +152,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml index f1ab56fc5b..8d95a2a711 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-2.x-integration-tests @@ -69,7 +69,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -101,7 +101,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -232,7 +232,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-shaded - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -326,7 +326,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -434,7 +434,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.15.6-SNAPSHOT + 2.15.6 test-jar test diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-mapreduce/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-mapreduce/pom.xml index 97bbcb8b3d..b78d258b27 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-mapreduce/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-mapreduce/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-2.x-mapreduce @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-hadoop - 2.15.6-SNAPSHOT + 2.15.6 @@ -135,7 +135,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.15.6-SNAPSHOT + 2.15.6 test @@ -176,7 +176,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 verify-mirror-deps-hbase diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml index 8706d36492..b35e2f1153 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-2.x-parent com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 @@ -111,7 +111,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.15.6-SNAPSHOT + 2.15.6 + 2.15.6 diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml index 3b8358e4e8..031ac419c7 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-2.x @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase @@ -154,7 +154,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index be1c9ba06e..6ed5d317a2 100644 --- a/bigtable-hbase-2.x-parent/pom.xml +++ b/bigtable-hbase-2.x-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-hbase-2.x-parent diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml index 2f8cd75e95..c83d1a9337 100644 --- a/bigtable-test/bigtable-build-helper/pom.xml +++ b/bigtable-test/bigtable-build-helper/pom.xml @@ -3,13 +3,13 @@ bigtable-test com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 maven-plugin java-bigtable-hbase internal maven extensions. diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml index 6887005f8e..b011525302 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml @@ -35,7 +35,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml index 81e35d7937..ac6a2f3596 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml @@ -35,7 +35,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml index 3082187eab..3f6534679a 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml @@ -60,7 +60,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml index aa8606496a..17768fb29c 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml @@ -65,7 +65,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml index 9f576a7c8a..69ae4183d1 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml @@ -61,7 +61,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml index 3996171731..6ddce3726e 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml @@ -81,7 +81,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index f0e5695906..6fda4890e6 100644 --- a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml +++ b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-test - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml index 4fc8c77bec..1de609b94b 100644 --- a/bigtable-test/bigtable-internal-test-helper/pom.xml +++ b/bigtable-test/bigtable-internal-test-helper/pom.xml @@ -3,7 +3,7 @@ bigtable-test com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 4.0.0 diff --git a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml index 2944ec0383..19ea267870 100644 --- a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml +++ b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml @@ -4,7 +4,7 @@ com.google.cloud.bigtable bigtable-test - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index 39cbb77260..89b4609a21 100644 --- a/bigtable-test/pom.xml +++ b/bigtable-test/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.15.6-SNAPSHOT + 2.15.6 bigtable-test diff --git a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml index 205daa0d84..464abb024d 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml @@ -18,13 +18,13 @@ limitations under the License. bigtable-hbase-replication com.google.cloud.bigtable - 1.14.6-SNAPSHOT + 1.14.6 4.0.0 com.google.cloud.bigtable bigtable-hbase-1.x-replication - 1.14.6-SNAPSHOT + 1.14.6 jar bigtable-hbase-1.x-replication @@ -37,7 +37,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 verify-mirror-deps-hbase @@ -89,7 +89,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.14.6-SNAPSHOT + 1.14.6 org.apache.hbase @@ -104,7 +104,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-hadoop - 2.15.6-SNAPSHOT + 2.15.6 @@ -143,7 +143,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml index 2208a98147..6f9be3415f 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml @@ -18,13 +18,13 @@ limitations under the License. bigtable-hbase-replication com.google.cloud.bigtable - 1.14.6-SNAPSHOT + 1.14.6 4.0.0 com.google.cloud.bigtable bigtable-hbase-2.x-replication - 1.14.6-SNAPSHOT + 1.14.6 jar bigtable-hbase-2.x-replication Library to enable one way replication from HBase to Cloud Bigtable. @@ -66,7 +66,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.14.6-SNAPSHOT + 1.14.6 org.apache.hbase @@ -81,7 +81,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-hadoop - 2.15.6-SNAPSHOT + 2.15.6 @@ -119,7 +119,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.15.6-SNAPSHOT + 2.15.6 test diff --git a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml index f74075856d..36f4d0fdc3 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml @@ -19,13 +19,13 @@ limitations under the License. bigtable-hbase-replication com.google.cloud.bigtable - 1.14.6-SNAPSHOT + 1.14.6 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication-core - 1.14.6-SNAPSHOT + 1.14.6 jar bigtable-hbase-replication-core Library to enable one way replication from HBase to Cloud @@ -43,7 +43,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-hadoop - 2.15.6-SNAPSHOT + 2.15.6 org.apache.hbase diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml index de85a083b9..384481e39a 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/pom.xml @@ -18,12 +18,12 @@ limitations under the License. 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication - 1.14.6-SNAPSHOT + 1.14.6 com.google.cloud.bigtable hbase-migration-tools - 2.15.6-SNAPSHOT + 2.15.6 pom diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml index af254eeeb9..73f716e6ae 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-1.x-hadoop jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -57,7 +57,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-shaded - 0.10.6-SNAPSHOT + 0.10.6 compile @@ -157,7 +157,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml index 67eaa93794..9e9066d103 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-1.x-integration-tests jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -46,7 +46,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -113,7 +113,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -200,7 +200,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.10.6-SNAPSHOT + 0.10.6 test @@ -213,7 +213,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.15.6-SNAPSHOT + 2.15.6 test @@ -238,7 +238,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.10.6-SNAPSHOT + 0.10.6 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml index 829f8d1d55..1a7ab866b7 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-1.x-shaded jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.10.6-SNAPSHOT + 0.10.6 compile @@ -173,7 +173,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml index bceb97dffc..c2ef95ed7a 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-1.x jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.10.6-SNAPSHOT + 0.10.6 compile @@ -94,7 +94,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.10.6-SNAPSHOT + 0.10.6 test-jar test @@ -112,7 +112,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml index 73e29754c6..14aca7c901 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable mirroring-client - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-1.x-parent pom - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml index 56db5a23dd..a482c819d3 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-1.x-2.x-integration-tests jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -46,7 +46,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -115,7 +115,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -198,7 +198,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.10.6-SNAPSHOT + 0.10.6 test @@ -212,7 +212,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.15.6-SNAPSHOT + 2.15.6 test @@ -237,7 +237,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.10.6-SNAPSHOT + 0.10.6 test-jar test @@ -251,7 +251,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.10.6-SNAPSHOT + 0.10.6 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml index 9a0a2fa726..2913a0672a 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-2.x-hadoop jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -54,7 +54,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-shaded - 0.10.6-SNAPSHOT + 0.10.6 compile @@ -162,7 +162,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml index cf28253d5b..625dab43ef 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-2.x-integration-tests jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -47,7 +47,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -115,7 +115,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.15.6-SNAPSHOT + 2.15.6 @@ -197,7 +197,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.10.6-SNAPSHOT + 0.10.6 test @@ -211,7 +211,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.15.6-SNAPSHOT + 2.15.6 test @@ -236,7 +236,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.10.6-SNAPSHOT + 0.10.6 test-jar test @@ -250,7 +250,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.10.6-SNAPSHOT + 0.10.6 test-jar test @@ -264,7 +264,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-2.x-integration-tests - 0.10.6-SNAPSHOT + 0.10.6 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml index 091e86749b..53b440974a 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-2.x-shaded jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -45,7 +45,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.10.6-SNAPSHOT + 0.10.6 @@ -165,7 +165,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml index df568fd7bd..b64a1c653a 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-2.x jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -44,7 +44,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.10.6-SNAPSHOT + 0.10.6 compile @@ -89,7 +89,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.10.6-SNAPSHOT + 0.10.6 test-jar test @@ -107,7 +107,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml index 291ac82be0..20d89210b7 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable mirroring-client - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-2.x-parent pom - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml index da02477ed7..a84f0f7340 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core-parent - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-core jar - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} @@ -63,7 +63,7 @@ limitations under the License. com.google.cloud.bigtable protobuf-java-format-shaded - 0.10.6-SNAPSHOT + 0.10.6 compile @@ -130,7 +130,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml index 18678dd1e7..9d0c44f6fd 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable mirroring-client - 0.10.6-SNAPSHOT + 0.10.6 bigtable-hbase-mirroring-client-core-parent pom - 0.10.6-SNAPSHOT + 0.10.6 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml index 21903a31a0..eb4deaa0eb 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml @@ -5,12 +5,12 @@ bigtable-hbase-mirroring-client-core-parent com.google.cloud.bigtable - 0.10.6-SNAPSHOT + 0.10.6 protobuf-java-format-shaded ${project.groupId}:${project.artifactId} - 0.10.6-SNAPSHOT + 0.10.6 This is a wrapper around `com.googlecode.protobuf-java-format:protobuf-java-format` that rewrites the bytecode to use `org.apache.hadoop.hbase.shaded.com.google.protobuf` instead of plain @@ -75,7 +75,7 @@ com.google.cloud.bigtable.test bigtable-build-helper - 2.15.6-SNAPSHOT + 2.15.6 verify-shaded-jar-entries diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml index 35c23a839c..f4e51b8d4c 100644 --- a/hbase-migration-tools/mirroring-client/pom.xml +++ b/hbase-migration-tools/mirroring-client/pom.xml @@ -5,13 +5,13 @@ com.google.cloud.bigtable hbase-migration-tools - 2.15.6-SNAPSHOT + 2.15.6 mirroring-client ${project.groupId}:${project.artifactId} pom - 0.10.6-SNAPSHOT + 0.10.6 com.google.bigtable.hbase.mirroring.shaded diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml index 9d7babb771..8bac01b467 100644 --- a/hbase-migration-tools/pom.xml +++ b/hbase-migration-tools/pom.xml @@ -17,12 +17,12 @@ limitations under the License. 4.0.0 com.google.cloud.bigtable - 2.15.6-SNAPSHOT + 2.15.6 com.google.cloud.bigtable bigtable-client-parent - 2.15.6-SNAPSHOT + 2.15.6 hbase-migration-tools diff --git a/pom.xml b/pom.xml index 5e16439933..1dcc3a94fe 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.15.6-SNAPSHOT + 2.15.6 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ diff --git a/versions.txt b/versions.txt index 206dfc9dd7..2653d67dba 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -bigtable-client-parent:2.15.5:2.15.6-SNAPSHOT -bigtable-hbase-replication:1.14.5:1.14.6-SNAPSHOT -bigtable-hbase-mirroring:0.10.5:0.10.6-SNAPSHOT \ No newline at end of file +bigtable-client-parent:2.15.6:2.15.6 +bigtable-hbase-replication:1.14.6:1.14.6 +bigtable-hbase-mirroring:0.10.6:0.10.6 \ No newline at end of file