From e5b9ea5da276dbfd4dd90f0580c9f7dbdcbc9f9f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:22:17 +0000 Subject: [PATCH] chore(main): release 2.14.3 (#4431) :robot: I have created a release *beep* *boop* --- ## [2.14.3](https://togithub.com/googleapis/java-bigtable-hbase/compare/v2.14.2...v2.14.3) (2024-07-29) ### Bug Fixes * align the handling of regular expressions between hbase & bigtable ([#4430](https://togithub.com/googleapis/java-bigtable-hbase/issues/4430)) ([ae0a15d](https://togithub.com/googleapis/java-bigtable-hbase/commit/ae0a15d44ccf7c8b959edaac1f301927dabe09c2)) ### Performance Improvements * Set gcsUploadBufferSizeBytes to 8MB for Export Jobs to reduce RAM usage ([#4366](https://togithub.com/googleapis/java-bigtable-hbase/issues/4366)) ([e59d453](https://togithub.com/googleapis/java-bigtable-hbase/commit/e59d453006372a59fd8d2461c641fd75c007a7f5)) ### Dependencies * upgrade beam to 2.57.0 ([#4432](https://togithub.com/googleapis/java-bigtable-hbase/issues/4432)) ([f20b907](https://togithub.com/googleapis/java-bigtable-hbase/commit/f20b9072046782eacdcf1625f04a5842ef36f430)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ .../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 | 12 ++++++------ .../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, 173 insertions(+), 156 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9c8be1fece..3827bff13f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.14.2" + ".": "2.14.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 761901826a..f532b45d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.14.3](https://github.com/googleapis/java-bigtable-hbase/compare/v2.14.2...v2.14.3) (2024-07-29) + + +### Bug Fixes + +* align the handling of regular expressions between hbase & bigtable ([#4430](https://github.com/googleapis/java-bigtable-hbase/issues/4430)) ([ae0a15d](https://github.com/googleapis/java-bigtable-hbase/commit/ae0a15d44ccf7c8b959edaac1f301927dabe09c2)) + + +### Performance Improvements + +* Set gcsUploadBufferSizeBytes to 8MB for Export Jobs to reduce RAM usage ([#4366](https://github.com/googleapis/java-bigtable-hbase/issues/4366)) ([e59d453](https://github.com/googleapis/java-bigtable-hbase/commit/e59d453006372a59fd8d2461c641fd75c007a7f5)) + + +### Dependencies + +* upgrade beam to 2.57.0 ([#4432](https://github.com/googleapis/java-bigtable-hbase/issues/4432)) ([f20b907](https://github.com/googleapis/java-bigtable-hbase/commit/f20b9072046782eacdcf1625f04a5842ef36f430)) + ## [2.14.2](https://github.com/googleapis/java-bigtable-hbase/compare/v2.14.1...v2.14.2) (2024-05-10) 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 0c1127827c..f00d4abda6 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.14.3-SNAPSHOT + 2.14.3 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 fdaaa264b3..de5405288a 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase @@ -85,7 +85,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.14.3-SNAPSHOT + 2.14.3 test @@ -149,7 +149,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 f1113f1521..bc5896f2fb 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.14.3-SNAPSHOT"; + public static final String VERSION = "2.14.3"; // {x-version-update-end} /** diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml index 33580e3604..902b9c9798 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.14.3-SNAPSHOT + 2.14.3 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 e103b62f9a..eebb1919e0 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.14.3-SNAPSHOT + 2.14.3 4.0.0 @@ -82,7 +82,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -155,7 +155,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.14.3-SNAPSHOT + 2.14.3 test diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml index ecf415301b..7ed6bf2480 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase-beam @@ -75,7 +75,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 + 2.14.3 verify-mirror-deps-beam diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml index efa5539bfb..a3ec9783ad 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.14.3-SNAPSHOT + 2.14.3 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 c7c6e76d84..8a8c4412a6 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.14.3-SNAPSHOT + 2.14.3 4.0.0 @@ -34,7 +34,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 @@ -169,7 +169,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 c7526d338e..e182691646 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase-1.x-integration-tests @@ -79,7 +79,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -117,7 +117,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -285,7 +285,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -466,7 +466,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.14.3-SNAPSHOT + 2.14.3 test-jar test @@ -587,7 +587,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 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 d9815b1871..715fd81713 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase-1.x-mapreduce @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.14.3-SNAPSHOT + 2.14.3 @@ -120,7 +120,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.14.3-SNAPSHOT + 2.14.3 test @@ -186,7 +186,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 eadbd7ab4f..10282713db 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.14.3-SNAPSHOT + 2.14.3 4.0.0 @@ -107,7 +107,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x - 2.14.3-SNAPSHOT + 2.14.3 + 2.14.3 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 fa10ec06e4..db0f786331 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.14.3-SNAPSHOT + 2.14.3 4.0.0 @@ -21,7 +21,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 + 2.14.3 bigtable-hbase-1.x @@ -73,7 +73,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.14.3-SNAPSHOT + 2.14.3 @@ -86,7 +86,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.14.3-SNAPSHOT + 2.14.3 test @@ -131,7 +131,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index 459126ae9d..00aa7d3d15 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.14.3-SNAPSHOT + 2.14.3 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 806c055b79..9e42f6d458 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.14.3-SNAPSHOT + 2.14.3 4.0.0 @@ -34,7 +34,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 @@ -151,7 +151,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 4db31ab7ae..f8d008749c 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase-2.x-integration-tests @@ -69,7 +69,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -101,7 +101,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -232,7 +232,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-shaded - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -326,7 +326,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 @@ -434,7 +434,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.14.3-SNAPSHOT + 2.14.3 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 4fc6b3d6ed..41e79457bf 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase-2.x-mapreduce @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-hadoop - 2.14.3-SNAPSHOT + 2.14.3 @@ -135,7 +135,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.14.3-SNAPSHOT + 2.14.3 test @@ -176,7 +176,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 d5dd8eae4e..40107dfa58 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.14.3-SNAPSHOT + 2.14.3 4.0.0 @@ -105,7 +105,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.14.3-SNAPSHOT + 2.14.3 + 2.14.3 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 386c38c95a..a62465c534 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase-2.x @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 2.14.3-SNAPSHOT + 2.14.3 org.apache.hbase @@ -154,7 +154,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index 2a2de5ea82..126586172f 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.14.3-SNAPSHOT + 2.14.3 bigtable-hbase-2.x-parent diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml index 9a8e27ca74..e42fd8c6e2 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.14.3-SNAPSHOT + 2.14.3 4.0.0 com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 a81e23e5da..4bf9981fe1 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.14.3-SNAPSHOT + 2.14.3 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 285b4f07f6..28941b0147 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.14.3-SNAPSHOT + 2.14.3 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 a522663c44..29033ef570 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.14.3-SNAPSHOT + 2.14.3 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 f566dc2c54..d4d8d5b123 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.14.3-SNAPSHOT + 2.14.3 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 816975faba..a123dde913 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.14.3-SNAPSHOT + 2.14.3 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 6f65b41243..2ed90180f2 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.14.3-SNAPSHOT + 2.14.3 test diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index b0113dda04..6a895b3639 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.14.3-SNAPSHOT + 2.14.3 diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml index 7644d0a7a7..4ab271d696 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.14.3-SNAPSHOT + 2.14.3 4.0.0 diff --git a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml index db70d70f4c..f1bc2d380c 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.14.3-SNAPSHOT + 2.14.3 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index 47cf042691..413cef46a9 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.14.3-SNAPSHOT + 2.14.3 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 b13aa6ab3d..f81c7cdbb6 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.13.3-SNAPSHOT + 1.13.3 4.0.0 com.google.cloud.bigtable bigtable-hbase-1.x-replication - 1.13.3-SNAPSHOT + 1.13.3 jar bigtable-hbase-1.x-replication @@ -37,7 +37,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 verify-mirror-deps-hbase @@ -89,7 +89,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.13.3-SNAPSHOT + 1.13.3 org.apache.hbase @@ -104,7 +104,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-hadoop - 2.14.3-SNAPSHOT + 2.14.3 @@ -143,7 +143,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.14.3-SNAPSHOT + 2.14.3 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 adb61112b6..ebb30575af 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.13.3-SNAPSHOT + 1.13.3 4.0.0 com.google.cloud.bigtable bigtable-hbase-2.x-replication - 1.13.3-SNAPSHOT + 1.13.3 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.13.3-SNAPSHOT + 1.13.3 org.apache.hbase @@ -81,7 +81,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-hadoop - 2.14.3-SNAPSHOT + 2.14.3 @@ -119,7 +119,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.14.3-SNAPSHOT + 2.14.3 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 3d5db3dbb0..f37f5fb247 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.13.3-SNAPSHOT + 1.13.3 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication-core - 1.13.3-SNAPSHOT + 1.13.3 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.14.3-SNAPSHOT + 2.14.3 org.apache.hbase diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml index 53389b52cd..261d1b3053 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.13.3-SNAPSHOT + 1.13.3 com.google.cloud.bigtable hbase-migration-tools - 2.14.3-SNAPSHOT + 2.14.3 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 219a6a080f..6b31d1aa0b 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-1.x-hadoop jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -57,7 +57,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-shaded - 0.9.3-SNAPSHOT + 0.9.3 compile @@ -157,7 +157,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 b6c4dd7b67..61054ad245 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-1.x-integration-tests jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -46,7 +46,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 @@ -113,7 +113,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 @@ -200,7 +200,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.9.3-SNAPSHOT + 0.9.3 test @@ -213,7 +213,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.14.3-SNAPSHOT + 2.14.3 test @@ -238,7 +238,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.9.3-SNAPSHOT + 0.9.3 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 6f434131b3..b8bd368a02 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-1.x-shaded jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.9.3-SNAPSHOT + 0.9.3 compile @@ -173,7 +173,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 f52732ab7d..628b0a758e 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-1.x jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.9.3-SNAPSHOT + 0.9.3 compile @@ -94,7 +94,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.9.3-SNAPSHOT + 0.9.3 test-jar test @@ -112,7 +112,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 e110f636a9..620947600e 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-1.x-parent pom - 0.9.3-SNAPSHOT + 0.9.3 ${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 37908d9ed8..11b0dd3f65 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-1.x-2.x-integration-tests jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -46,7 +46,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 @@ -115,7 +115,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 @@ -198,7 +198,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.9.3-SNAPSHOT + 0.9.3 test @@ -212,7 +212,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.14.3-SNAPSHOT + 2.14.3 test @@ -237,7 +237,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.9.3-SNAPSHOT + 0.9.3 test-jar test @@ -251,7 +251,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.9.3-SNAPSHOT + 0.9.3 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 3c90151d0d..b146231143 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-2.x-hadoop jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -54,7 +54,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-shaded - 0.9.3-SNAPSHOT + 0.9.3 compile @@ -162,7 +162,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 75aabf6a04..5f79c77b6b 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-2.x-integration-tests jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -47,7 +47,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 @@ -115,7 +115,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.14.3-SNAPSHOT + 2.14.3 @@ -197,7 +197,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.9.3-SNAPSHOT + 0.9.3 test @@ -211,7 +211,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.14.3-SNAPSHOT + 2.14.3 test @@ -236,7 +236,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.9.3-SNAPSHOT + 0.9.3 test-jar test @@ -250,7 +250,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.9.3-SNAPSHOT + 0.9.3 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.9.3-SNAPSHOT + 0.9.3 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 23371a5fb6..88da8e5129 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-2.x-shaded jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -45,7 +45,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.9.3-SNAPSHOT + 0.9.3 @@ -165,7 +165,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 650c91ef01..0fd93fd2fc 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-2.x jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -44,7 +44,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.9.3-SNAPSHOT + 0.9.3 compile @@ -89,7 +89,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.9.3-SNAPSHOT + 0.9.3 test-jar test @@ -107,7 +107,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 3112aaf40e..0272afc275 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-2.x-parent pom - 0.9.3-SNAPSHOT + 0.9.3 ${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 cec81227f0..ade85b8c09 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-core jar - 0.9.3-SNAPSHOT + 0.9.3 ${project.groupId}:${project.artifactId} @@ -63,7 +63,7 @@ limitations under the License. com.google.cloud.bigtable protobuf-java-format-shaded - 0.9.3-SNAPSHOT + 0.9.3 compile @@ -130,7 +130,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 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 e25672d844..9b1a509cc0 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.9.3-SNAPSHOT + 0.9.3 bigtable-hbase-mirroring-client-core-parent pom - 0.9.3-SNAPSHOT + 0.9.3 ${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 849f075e7a..4c5b21d54b 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,11 +5,11 @@ bigtable-hbase-mirroring-client-core-parent com.google.cloud.bigtable - 0.9.3-SNAPSHOT + 0.9.3 protobuf-java-format-shaded - 0.9.3-SNAPSHOT + 0.9.3 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 @@ -74,7 +74,7 @@ com.google.cloud.bigtable.test bigtable-build-helper - 2.14.3-SNAPSHOT + 2.14.3 verify-shaded-jar-entries diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml index 1fc3594d8d..f195d0367d 100644 --- a/hbase-migration-tools/mirroring-client/pom.xml +++ b/hbase-migration-tools/mirroring-client/pom.xml @@ -5,12 +5,12 @@ com.google.cloud.bigtable hbase-migration-tools - 2.14.3-SNAPSHOT + 2.14.3 mirroring-client pom - 0.9.3-SNAPSHOT + 0.9.3 com.google.bigtable.hbase.mirroring.shaded diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml index 3862a2ebdd..f7805e2812 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.14.3-SNAPSHOT + 2.14.3 com.google.cloud.bigtable bigtable-client-parent - 2.14.3-SNAPSHOT + 2.14.3 hbase-migration-tools diff --git a/pom.xml b/pom.xml index 22c3478599..ab7de0f393 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.14.3-SNAPSHOT + 2.14.3 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ diff --git a/versions.txt b/versions.txt index bd29989154..991371dfb7 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -bigtable-client-parent:2.14.2:2.14.3-SNAPSHOT -bigtable-hbase-replication:1.13.2:1.13.3-SNAPSHOT -bigtable-hbase-mirroring:0.9.2:0.9.3-SNAPSHOT \ No newline at end of file +bigtable-client-parent:2.14.3:2.14.3 +bigtable-hbase-replication:1.13.3:1.13.3 +bigtable-hbase-mirroring:0.9.3:0.9.3 \ No newline at end of file