From f76f894dba90da4d818529427bc10f19a375bd71 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 2 May 2025 08:55:03 -0400
Subject: [PATCH 1/3] chore(2.14.x): release 2.14.9-SNAPSHOT (#4484)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
.../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 +++---
53 files changed, 155 insertions(+), 155 deletions(-)
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 e42ae1431c..0b75198e55 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.8
+ 2.14.9-SNAPSHOT
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 69cbf27428..48e4df4645 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase
@@ -85,7 +85,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
test
@@ -149,7 +149,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 7cf6f25e70..a4afa7d2b4 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.8";
+ public static final String VERSION = "2.14.9-SNAPSHOT";
// {x-version-update-end}
/**
diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml
index eabd0805a6..e1199627e0 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.8
+ 2.14.9-SNAPSHOT
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 a28be3a5ec..8f1433a949 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.8
+ 2.14.9-SNAPSHOT
4.0.0
@@ -82,7 +82,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -155,7 +155,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
test
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index 09624fa0cc..2c0f381bd2 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase-beam
@@ -75,7 +75,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
+ 2.14.9-SNAPSHOT
verify-mirror-deps-beam
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index 5e2907e231..f60e5f02c2 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.8
+ 2.14.9-SNAPSHOT
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 41ccf96536..a6e92775b2 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.8
+ 2.14.9-SNAPSHOT
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -169,7 +169,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 c599ee96f4..31dc675343 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase-1.x-integration-tests
@@ -79,7 +79,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -117,7 +117,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -285,7 +285,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -466,7 +466,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.8
+ 2.14.9-SNAPSHOT
test-jar
test
@@ -587,7 +587,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
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 f256b61f63..49d5ef8b27 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase-1.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -120,7 +120,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
test
@@ -186,7 +186,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 47f92759b2..09f9df82df 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.8
+ 2.14.9-SNAPSHOT
4.0.0
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.8
+ 2.14.9-SNAPSHOT
+ 2.14.9-SNAPSHOT
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 efa4ad7f4e..2aa5ce78cd 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.8
+ 2.14.9-SNAPSHOT
4.0.0
@@ -21,7 +21,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
+ 2.14.9-SNAPSHOT
bigtable-hbase-1.x
@@ -73,7 +73,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -86,7 +86,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
test
@@ -131,7 +131,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml
index d592393d63..9b6c8b450b 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.8
+ 2.14.9-SNAPSHOT
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 d25b45d9f6..471733d25b 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.8
+ 2.14.9-SNAPSHOT
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -151,7 +151,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 f81cc8d5f7..6717f98793 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase-2.x-integration-tests
@@ -69,7 +69,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -101,7 +101,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -232,7 +232,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -326,7 +326,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -434,7 +434,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.8
+ 2.14.9-SNAPSHOT
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 0e88b09743..6e0b655086 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase-2.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-hadoop
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -135,7 +135,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
test
@@ -176,7 +176,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 f5c603ff2c..e8fc78e345 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.8
+ 2.14.9-SNAPSHOT
4.0.0
@@ -105,7 +105,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.8
+ 2.14.9-SNAPSHOT
+ 2.14.9-SNAPSHOT
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 4892a4e7d6..8c8b2e5904 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase-2.x
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase
- 2.14.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
@@ -154,7 +154,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml
index c5a6004670..84a09b04b8 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.8
+ 2.14.9-SNAPSHOT
bigtable-hbase-2.x-parent
diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml
index af57d9f8f2..a471ae2d5e 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.8
+ 2.14.9-SNAPSHOT
4.0.0
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 e2d4359a65..7522fd7a7d 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.8
+ 2.14.9-SNAPSHOT
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 cb83356612..34036ef132 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.8
+ 2.14.9-SNAPSHOT
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 1f6f0227b3..fffa96c8f9 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.8
+ 2.14.9-SNAPSHOT
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 ff2a5712e6..e03955ba3e 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.8
+ 2.14.9-SNAPSHOT
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 3fc48d8182..62f565f68a 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.8
+ 2.14.9-SNAPSHOT
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 d9da02a22e..d4ad905300 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.8
+ 2.14.9-SNAPSHOT
test
diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml
index fe8ecbf6d7..b3d40b2e52 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.8
+ 2.14.9-SNAPSHOT
diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml
index 368d198eb6..743efce436 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.8
+ 2.14.9-SNAPSHOT
4.0.0
diff --git a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml
index 7fabea4b95..05848faedc 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.8
+ 2.14.9-SNAPSHOT
diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml
index 7eb11a92f6..9186dbb976 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.8
+ 2.14.9-SNAPSHOT
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 068e8508f6..23a2a70884 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.8
+ 1.13.9-SNAPSHOT
4.0.0
com.google.cloud.bigtable
bigtable-hbase-1.x-replication
- 1.13.8
+ 1.13.9-SNAPSHOT
jar
bigtable-hbase-1.x-replication
@@ -37,7 +37,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
verify-mirror-deps-hbase
@@ -89,7 +89,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.13.8
+ 1.13.9-SNAPSHOT
org.apache.hbase
@@ -104,7 +104,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-hadoop
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -143,7 +143,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 d6ccad4d79..ee4576662e 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.8
+ 1.13.9-SNAPSHOT
4.0.0
com.google.cloud.bigtable
bigtable-hbase-2.x-replication
- 1.13.8
+ 1.13.9-SNAPSHOT
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.8
+ 1.13.9-SNAPSHOT
org.apache.hbase
@@ -81,7 +81,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-hadoop
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -119,7 +119,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 8bd8e1ecca..05a7eb6c34 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.8
+ 1.13.9-SNAPSHOT
4.0.0
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.13.8
+ 1.13.9-SNAPSHOT
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.8
+ 2.14.9-SNAPSHOT
org.apache.hbase
diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml
index 15cfff5fb5..e74fea8db2 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.8
+ 1.13.9-SNAPSHOT
com.google.cloud.bigtable
hbase-migration-tools
- 2.14.8
+ 2.14.9-SNAPSHOT
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 cc3274e9e3..0afad4e50d 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-hadoop
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${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.8
+ 0.9.9-SNAPSHOT
compile
@@ -157,7 +157,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 1f6299d217..4f95b2483d 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-integration-tests
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -113,7 +113,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -200,7 +200,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.9.8
+ 0.9.9-SNAPSHOT
test
@@ -213,7 +213,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.14.8
+ 2.14.9-SNAPSHOT
test
@@ -238,7 +238,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.8
+ 0.9.9-SNAPSHOT
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 f99cb36cc8..46b0ee4521 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-shaded
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.9.8
+ 0.9.9-SNAPSHOT
compile
@@ -173,7 +173,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 91dafa9dcb..7750c8bd59 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-1.x
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.8
+ 0.9.9-SNAPSHOT
compile
@@ -94,7 +94,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.8
+ 0.9.9-SNAPSHOT
test-jar
test
@@ -112,7 +112,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 2c8684a22f..f2be400863 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-parent
pom
- 0.9.8
+ 0.9.9-SNAPSHOT
${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 6f62ff807a..0c0395f372 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -198,7 +198,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.8
+ 0.9.9-SNAPSHOT
test
@@ -212,7 +212,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.8
+ 2.14.9-SNAPSHOT
test
@@ -237,7 +237,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.8
+ 0.9.9-SNAPSHOT
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.8
+ 0.9.9-SNAPSHOT
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 9b2119db62..8cf9ce00d2 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-hadoop
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${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.8
+ 0.9.9-SNAPSHOT
compile
@@ -162,7 +162,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 1a33ce053b..885105c27f 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-integration-tests
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -47,7 +47,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.8
+ 2.14.9-SNAPSHOT
@@ -197,7 +197,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.8
+ 0.9.9-SNAPSHOT
test
@@ -211,7 +211,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.8
+ 2.14.9-SNAPSHOT
test
@@ -236,7 +236,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.8
+ 0.9.9-SNAPSHOT
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.8
+ 0.9.9-SNAPSHOT
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.8
+ 0.9.9-SNAPSHOT
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 28e033303b..4cf21104a6 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-shaded
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -45,7 +45,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.8
+ 0.9.9-SNAPSHOT
@@ -165,7 +165,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 ec4b0e37f8..d4b8134e06 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-2.x
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -44,7 +44,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.8
+ 0.9.9-SNAPSHOT
compile
@@ -89,7 +89,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.8
+ 0.9.9-SNAPSHOT
test-jar
test
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 0b96fcb22b..f93187738c 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-parent
pom
- 0.9.8
+ 0.9.9-SNAPSHOT
${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 544e5d7501..c252040844 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-core
jar
- 0.9.8
+ 0.9.9-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -63,7 +63,7 @@ limitations under the License.
com.google.cloud.bigtable
protobuf-java-format-shaded
- 0.9.8
+ 0.9.9-SNAPSHOT
compile
@@ -130,7 +130,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.8
+ 2.14.9-SNAPSHOT
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 22234f84ee..618272d20e 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.8
+ 0.9.9-SNAPSHOT
bigtable-hbase-mirroring-client-core-parent
pom
- 0.9.8
+ 0.9.9-SNAPSHOT
${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 6603b8b583..bcbaafc873 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.8
+ 0.9.9-SNAPSHOT
protobuf-java-format-shaded
- 0.9.8
+ 0.9.9-SNAPSHOT
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.8
+ 2.14.9-SNAPSHOT
verify-shaded-jar-entries
diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml
index 300935db37..9f41eadcbb 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.8
+ 2.14.9-SNAPSHOT
mirroring-client
pom
- 0.9.8
+ 0.9.9-SNAPSHOT
com.google.bigtable.hbase.mirroring.shaded
diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml
index 324e276f91..00c4a3ce5a 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.8
+ 2.14.9-SNAPSHOT
com.google.cloud.bigtable
bigtable-client-parent
- 2.14.8
+ 2.14.9-SNAPSHOT
hbase-migration-tools
diff --git a/pom.xml b/pom.xml
index 7ee9699b33..3466cb18a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.14.8
+ 2.14.9-SNAPSHOT
pom
${project.groupId}:${project.artifactId}
https://cloud.google.com/bigtable/
diff --git a/versions.txt b/versions.txt
index 792ea1ea11..d03065ada7 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-bigtable-client-parent:2.14.8:2.14.8
-bigtable-hbase-replication:1.13.8:1.13.8
-bigtable-hbase-mirroring:0.9.8:0.9.8
\ No newline at end of file
+bigtable-client-parent:2.14.8:2.14.9-SNAPSHOT
+bigtable-hbase-replication:1.13.8:1.13.9-SNAPSHOT
+bigtable-hbase-mirroring:0.9.8:0.9.9-SNAPSHOT
\ No newline at end of file
From d2cff6854b1b5c00f31ddd7fcca1fcf7fada58db Mon Sep 17 00:00:00 2001
From: Mattie Fu
Date: Mon, 5 May 2025 09:56:10 -0400
Subject: [PATCH 2/3] deps: update bigtable and beam version (#4485)
* deps: update bigtable and beam version
* update slf4j version
* update shared config version and emulator version
---
bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml | 2 +-
pom.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index 2c0f381bd2..5fb2e8f725 100644
--- a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
+++ b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
org.slf4j
slf4j-api
- 1.7.33
+ 2.0.16
diff --git a/pom.xml b/pom.xml
index 3466cb18a2..328ffc067b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
com.google.cloud
google-cloud-shared-config
- 1.12.0
+ 1.14.4
@@ -55,8 +55,8 @@ limitations under the License.
UTF-8
- 2.49.0
- 0.185.0
+ 2.54.0
+ 0.191.0
1.29.2
4.2.22
@@ -80,7 +80,7 @@ limitations under the License.
1.1.5
1.3
4.11.0
- 2.58.0
+ 2.64.0
31.1-jre
0.31.1
From 94cb74a1e822c416972e2ed5d63d2553566f58d6 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 5 May 2025 12:19:18 -0400
Subject: [PATCH 3/3] chore(2.14.x): release 2.14.9 (#4488)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
.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 | 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, 163 insertions(+), 156 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index f821e55ce4..f2083fa865 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.14.8"
+ ".": "2.14.9"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5580efedaa..2be9bbb9ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.14.9](https://github.com/googleapis/java-bigtable-hbase/compare/v2.14.8...v2.14.9) (2025-05-05)
+
+
+### Dependencies
+
+* Update bigtable and beam version ([#4485](https://github.com/googleapis/java-bigtable-hbase/issues/4485)) ([d2cff68](https://github.com/googleapis/java-bigtable-hbase/commit/d2cff6854b1b5c00f31ddd7fcca1fcf7fada58db))
+
## [2.14.8](https://github.com/googleapis/java-bigtable-hbase/compare/v2.14.7...v2.14.8) (2024-12-05)
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 0b75198e55..66455a69d2 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.9-SNAPSHOT
+ 2.14.9
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 48e4df4645..9268d249c8 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.9-SNAPSHOT
+ 2.14.9
bigtable-hbase
@@ -85,7 +85,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.9-SNAPSHOT
+ 2.14.9
test
@@ -149,7 +149,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.9-SNAPSHOT
+ 2.14.9
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 a4afa7d2b4..53ac933b68 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.9-SNAPSHOT";
+ public static final String VERSION = "2.14.9";
// {x-version-update-end}
/**
diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml
index e1199627e0..ffc1d470f3 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.9-SNAPSHOT
+ 2.14.9
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 8f1433a949..1bbdcf1cde 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.9-SNAPSHOT
+ 2.14.9
4.0.0
@@ -82,7 +82,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.14.9-SNAPSHOT
+ 2.14.9
org.apache.hbase
@@ -155,7 +155,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.9-SNAPSHOT
+ 2.14.9
test
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index 5fb2e8f725..e54138d0f8 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.9-SNAPSHOT
+ 2.14.9
bigtable-hbase-beam
@@ -75,7 +75,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.9-SNAPSHOT
+ 2.14.9
+ 2.14.9
verify-mirror-deps-beam
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index f60e5f02c2..e09c40ba51 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.9-SNAPSHOT
+ 2.14.9
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 a6e92775b2..55226b37ec 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.9-SNAPSHOT
+ 2.14.9
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.9-SNAPSHOT
+ 2.14.9
@@ -169,7 +169,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.9-SNAPSHOT
+ 2.14.9
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 31dc675343..0d3d95fefe 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.9-SNAPSHOT
+ 2.14.9
bigtable-hbase-1.x-integration-tests
@@ -79,7 +79,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.9-SNAPSHOT
+ 2.14.9
org.apache.hbase
@@ -117,7 +117,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.9-SNAPSHOT
+ 2.14.9
org.apache.hbase
@@ -285,7 +285,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.9-SNAPSHOT
+ 2.14.9
org.apache.hbase
@@ -466,7 +466,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.9-SNAPSHOT
+ 2.14.9
test-jar
test
@@ -587,7 +587,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.9-SNAPSHOT
+ 2.14.9
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 49d5ef8b27..7b56dffa4d 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.9-SNAPSHOT
+ 2.14.9
bigtable-hbase-1.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.14.9-SNAPSHOT
+ 2.14.9
@@ -120,7 +120,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.9-SNAPSHOT
+ 2.14.9
test
@@ -186,7 +186,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.9-SNAPSHOT
+ 2.14.9
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 09f9df82df..435419df74 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.9-SNAPSHOT
+ 2.14.9
4.0.0
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.9-SNAPSHOT
+ 2.14.9
+ 2.14.9
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 2aa5ce78cd..e955923672 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.9-SNAPSHOT
+ 2.14.9
4.0.0
@@ -21,7 +21,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.9-SNAPSHOT
+ 2.14.9
+