From 6677f28a45e8e2dbdfd325d46834904cfc915d75 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 1 Oct 2024 00:38:26 +0000
Subject: [PATCH 1/3] chore(main): release 2.14.5-SNAPSHOT (#4446)
:robot: I have created a release *beep* *boop*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
---
.../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 a9a6a2fc50..f780941d4e 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.4
+ 2.14.5-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 bd7208e08b..ddc49b8946 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.4
+ 2.14.5-SNAPSHOT
bigtable-hbase
@@ -85,7 +85,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.4
+ 2.14.5-SNAPSHOT
test
@@ -149,7 +149,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 94aaea9c3f..5a8da97ed6 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.4";
+ public static final String VERSION = "2.14.5-SNAPSHOT";
// {x-version-update-end}
/**
diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml
index f9cb46a057..a6747687a1 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.4
+ 2.14.5-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 014bf2f8e2..305a00ff11 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.4
+ 2.14.5-SNAPSHOT
4.0.0
@@ -82,7 +82,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.14.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -155,7 +155,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.4
+ 2.14.5-SNAPSHOT
test
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index 4e84171d05..c8adec4fbb 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.4
+ 2.14.5-SNAPSHOT
bigtable-hbase-beam
@@ -75,7 +75,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
+ 2.14.5-SNAPSHOT
verify-mirror-deps-beam
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index 3b7d2c2111..d0808788a5 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.4
+ 2.14.5-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 64790150c7..2c99518183 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.4
+ 2.14.5-SNAPSHOT
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -169,7 +169,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 ad8b4d76da..f46700a67a 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.4
+ 2.14.5-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.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -117,7 +117,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -285,7 +285,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -466,7 +466,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.4
+ 2.14.5-SNAPSHOT
test-jar
test
@@ -587,7 +587,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.4
+ 2.14.5-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 26a5373e30..17aeb7182d 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.4
+ 2.14.5-SNAPSHOT
bigtable-hbase-1.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -120,7 +120,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.4
+ 2.14.5-SNAPSHOT
test
@@ -186,7 +186,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 dba2d6b67a..6f98f74791 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.4
+ 2.14.5-SNAPSHOT
4.0.0
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.4
+ 2.14.5-SNAPSHOT
+ 2.14.5-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 eb0369d0d7..bdcddb03d6 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.4
+ 2.14.5-SNAPSHOT
4.0.0
@@ -21,7 +21,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
+ 2.14.5-SNAPSHOT
bigtable-hbase-1.x
@@ -73,7 +73,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -86,7 +86,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.4
+ 2.14.5-SNAPSHOT
test
@@ -131,7 +131,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-SNAPSHOT
diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml
index 3d096bd7db..24751a081b 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.4
+ 2.14.5-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 62abce15cb..7202bcbf5f 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.4
+ 2.14.5-SNAPSHOT
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -151,7 +151,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 83e7ae6d24..58ff3cf373 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.4
+ 2.14.5-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.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -101,7 +101,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -232,7 +232,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.14.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -326,7 +326,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -434,7 +434,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.4
+ 2.14.5-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 3aa096aad9..530b7a2988 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.4
+ 2.14.5-SNAPSHOT
bigtable-hbase-2.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-hadoop
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -135,7 +135,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.4
+ 2.14.5-SNAPSHOT
test
@@ -176,7 +176,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 d0ea6f1335..97c43a11a2 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.4
+ 2.14.5-SNAPSHOT
4.0.0
@@ -105,7 +105,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.4
+ 2.14.5-SNAPSHOT
+ 2.14.5-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 9471935ae3..cf0f484186 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.4
+ 2.14.5-SNAPSHOT
bigtable-hbase-2.x
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase
- 2.14.4
+ 2.14.5-SNAPSHOT
org.apache.hbase
@@ -154,7 +154,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-SNAPSHOT
diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml
index db2a1cf6a0..9f0f93c48a 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.4
+ 2.14.5-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 52913a3c8b..d64f947729 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.4
+ 2.14.5-SNAPSHOT
4.0.0
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 b9b957b47e..c6e2e95408 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.4
+ 2.14.5-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 15c4c39752..ff1f46c033 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.4
+ 2.14.5-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 86ef9220f4..fa6a2a384a 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.4
+ 2.14.5-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 e0badc5723..09aa3d5cdf 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.4
+ 2.14.5-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 a6cf20dd41..5d6c2a7275 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.4
+ 2.14.5-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 b5f194bc22..762639b48f 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.4
+ 2.14.5-SNAPSHOT
test
diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml
index 54f02f5d93..2a1d93c903 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.4
+ 2.14.5-SNAPSHOT
diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml
index 0d413504fb..ca872ff83b 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.4
+ 2.14.5-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 3e5c2de4eb..287584bada 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.4
+ 2.14.5-SNAPSHOT
diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml
index 4ce709ebcd..4d135487ff 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.4
+ 2.14.5-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 feffe72efb..e74c681666 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.4
+ 1.13.5-SNAPSHOT
4.0.0
com.google.cloud.bigtable
bigtable-hbase-1.x-replication
- 1.13.4
+ 1.13.5-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.4
+ 2.14.5-SNAPSHOT
verify-mirror-deps-hbase
@@ -89,7 +89,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.13.4
+ 1.13.5-SNAPSHOT
org.apache.hbase
@@ -104,7 +104,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-hadoop
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -143,7 +143,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.4
+ 2.14.5-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 f170cbfc1b..5a7576e3cd 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.4
+ 1.13.5-SNAPSHOT
4.0.0
com.google.cloud.bigtable
bigtable-hbase-2.x-replication
- 1.13.4
+ 1.13.5-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.4
+ 1.13.5-SNAPSHOT
org.apache.hbase
@@ -81,7 +81,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-hadoop
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -119,7 +119,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.4
+ 2.14.5-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 461bd786a5..5602b1cc6c 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.4
+ 1.13.5-SNAPSHOT
4.0.0
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.13.4
+ 1.13.5-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.4
+ 2.14.5-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 e575e2c7ad..bec4b132f1 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.4
+ 1.13.5-SNAPSHOT
com.google.cloud.bigtable
hbase-migration-tools
- 2.14.4
+ 2.14.5-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 5ca0376a76..1d77d0b962 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-hadoop
jar
- 0.9.4
+ 0.9.5-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.4
+ 0.9.5-SNAPSHOT
compile
@@ -157,7 +157,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 01191cabed..7ae81abe41 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-integration-tests
jar
- 0.9.4
+ 0.9.5-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -113,7 +113,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -200,7 +200,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.9.4
+ 0.9.5-SNAPSHOT
test
@@ -213,7 +213,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.14.4
+ 2.14.5-SNAPSHOT
test
@@ -238,7 +238,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.4
+ 0.9.5-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 2eb9b47022..4e8000c8ff 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-shaded
jar
- 0.9.4
+ 0.9.5-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.4
+ 0.9.5-SNAPSHOT
compile
@@ -173,7 +173,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 313ed4ce4d..562cdcabc5 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-1.x
jar
- 0.9.4
+ 0.9.5-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.4
+ 0.9.5-SNAPSHOT
compile
@@ -94,7 +94,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.4
+ 0.9.5-SNAPSHOT
test-jar
test
@@ -112,7 +112,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 2e6e1a3a35..2e9873fec2 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-parent
pom
- 0.9.4
+ 0.9.5-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 7305e2b8cb..aa602b67b3 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
jar
- 0.9.4
+ 0.9.5-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -198,7 +198,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.4
+ 0.9.5-SNAPSHOT
test
@@ -212,7 +212,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.4
+ 2.14.5-SNAPSHOT
test
@@ -237,7 +237,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.4
+ 0.9.5-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.4
+ 0.9.5-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 b391449fe2..c151d96283 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-hadoop
jar
- 0.9.4
+ 0.9.5-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.4
+ 0.9.5-SNAPSHOT
compile
@@ -162,7 +162,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 7b25db9193..1b7472b54d 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-integration-tests
jar
- 0.9.4
+ 0.9.5-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -47,7 +47,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.4
+ 2.14.5-SNAPSHOT
@@ -197,7 +197,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.4
+ 0.9.5-SNAPSHOT
test
@@ -211,7 +211,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.4
+ 2.14.5-SNAPSHOT
test
@@ -236,7 +236,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.4
+ 0.9.5-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.4
+ 0.9.5-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.4
+ 0.9.5-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 9bb62e0c8e..527e39b0ae 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-shaded
jar
- 0.9.4
+ 0.9.5-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.4
+ 0.9.5-SNAPSHOT
@@ -165,7 +165,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 4c832dc98d..0590629cdb 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-2.x
jar
- 0.9.4
+ 0.9.5-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -44,7 +44,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.4
+ 0.9.5-SNAPSHOT
compile
@@ -89,7 +89,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.4
+ 0.9.5-SNAPSHOT
test-jar
test
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 8740ac0e41..8ea9b6942f 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-2.x-parent
pom
- 0.9.4
+ 0.9.5-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 ca65789b10..7bc7213f3e 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-core
jar
- 0.9.4
+ 0.9.5-SNAPSHOT
${project.groupId}:${project.artifactId}
@@ -63,7 +63,7 @@ limitations under the License.
com.google.cloud.bigtable
protobuf-java-format-shaded
- 0.9.4
+ 0.9.5-SNAPSHOT
compile
@@ -130,7 +130,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.4
+ 2.14.5-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 abbf1a730c..240a157b6c 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.4
+ 0.9.5-SNAPSHOT
bigtable-hbase-mirroring-client-core-parent
pom
- 0.9.4
+ 0.9.5-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 941aadfedc..49ff0790b7 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.4
+ 0.9.5-SNAPSHOT
protobuf-java-format-shaded
- 0.9.4
+ 0.9.5-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.4
+ 2.14.5-SNAPSHOT
verify-shaded-jar-entries
diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml
index 13443ceb98..3bef440565 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.4
+ 2.14.5-SNAPSHOT
mirroring-client
pom
- 0.9.4
+ 0.9.5-SNAPSHOT
com.google.bigtable.hbase.mirroring.shaded
diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml
index fbfd1fe0d8..6fce060dd9 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.4
+ 2.14.5-SNAPSHOT
com.google.cloud.bigtable
bigtable-client-parent
- 2.14.4
+ 2.14.5-SNAPSHOT
hbase-migration-tools
diff --git a/pom.xml b/pom.xml
index ca427af29e..1d40dbc3a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.14.4
+ 2.14.5-SNAPSHOT
pom
${project.groupId}:${project.artifactId}
https://cloud.google.com/bigtable/
diff --git a/versions.txt b/versions.txt
index 50c45adc09..1d73402efc 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-bigtable-client-parent:2.14.4:2.14.4
-bigtable-hbase-replication:1.13.4:1.13.4
-bigtable-hbase-mirroring:0.9.4:0.9.4
\ No newline at end of file
+bigtable-client-parent:2.14.4:2.14.5-SNAPSHOT
+bigtable-hbase-replication:1.13.4:1.13.5-SNAPSHOT
+bigtable-hbase-mirroring:0.9.4:0.9.5-SNAPSHOT
\ No newline at end of file
From f83e8ef9c4bea74351e09cd66c0bbeddd4bf3fc2 Mon Sep 17 00:00:00 2001
From: Igor Bernstein
Date: Thu, 3 Oct 2024 14:45:20 -0400
Subject: [PATCH 2/3] deps: upgrade java-bigtable to 2.45.0 (#4447)
Change-Id: I7fc195c7e4538eb4566ce9af173b6f1991b2ae25
---
.../bigtable-hbase-1.x-shaded/pom.xml | 16 ++++++++++++++++
.../bigtable-hbase-2.x-shaded/pom.xml | 17 +++++++++++++++++
pom.xml | 2 +-
3 files changed, 34 insertions(+), 1 deletion(-)
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 6f98f74791..015509028c 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
@@ -164,6 +164,22 @@ limitations under the License.
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+
+ requireUpperBoundDeps
+ false
+
+
+
+
org.codehaus.mojo
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 97c43a11a2..2da3214910 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
@@ -155,6 +155,23 @@ limitations under the License.
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+
+ requireUpperBoundDeps
+ false
+
+
+
+
+
org.codehaus.mojo
diff --git a/pom.xml b/pom.xml
index 1d40dbc3a4..25996f5d47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@ limitations under the License.
UTF-8
- 2.44.1
+ 2.45.0
0.175.0
1.29.2
From d3a272139b8928300d3abbd48d578d1e96a84bea Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 3 Oct 2024 19:28:24 +0000
Subject: [PATCH 3/3] chore(main): release 2.14.5 (#4448)
:robot: I have created a release *beep* *boop*
---
## [2.14.5](https://togithub.com/googleapis/java-bigtable-hbase/compare/v2.14.4...v2.14.5) (2024-10-03)
### Dependencies
* upgrade java-bigtable to 2.45.0 ([#4447](https://togithub.com/googleapis/java-bigtable-hbase/issues/4447)) ([f83e8ef](https://togithub.com/googleapis/java-bigtable-hbase/commit/f83e8ef9c4bea74351e09cd66c0bbeddd4bf3fc2))
---
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 | 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 6d1d15b503..3c87519c5f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.14.4"
+ ".": "2.14.5"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9526a2f232..d402e23479 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.14.5](https://github.com/googleapis/java-bigtable-hbase/compare/v2.14.4...v2.14.5) (2024-10-03)
+
+
+### Dependencies
+
+* upgrade java-bigtable to 2.45.0 ([#4447](https://github.com/googleapis/java-bigtable-hbase/issues/4447)) ([f83e8ef](https://github.com/googleapis/java-bigtable-hbase/commit/f83e8ef9c4bea74351e09cd66c0bbeddd4bf3fc2))
+
## [2.14.4](https://github.com/googleapis/java-bigtable-hbase/compare/v2.14.3...v2.14.4) (2024-09-30)
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 f780941d4e..afe6816435 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.5-SNAPSHOT
+ 2.14.5
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 ddc49b8946..a39cf3daaf 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.5-SNAPSHOT
+ 2.14.5
bigtable-hbase
@@ -85,7 +85,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.5-SNAPSHOT
+ 2.14.5
test
@@ -149,7 +149,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.5-SNAPSHOT
+ 2.14.5
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 5a8da97ed6..c0a79c32ee 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.5-SNAPSHOT";
+ public static final String VERSION = "2.14.5";
// {x-version-update-end}
/**
diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml
index a6747687a1..44a77bf818 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.5-SNAPSHOT
+ 2.14.5
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 305a00ff11..89df0d55f6 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.5-SNAPSHOT
+ 2.14.5
4.0.0
@@ -82,7 +82,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.14.5-SNAPSHOT
+ 2.14.5
org.apache.hbase
@@ -155,7 +155,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.5-SNAPSHOT
+ 2.14.5
test
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index c8adec4fbb..3683b05964 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.5-SNAPSHOT
+ 2.14.5
bigtable-hbase-beam
@@ -75,7 +75,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.5-SNAPSHOT
+ 2.14.5
+ 2.14.5
verify-mirror-deps-beam
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index d0808788a5..7d106201a5 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.5-SNAPSHOT
+ 2.14.5
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 2c99518183..c494c3d95e 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.5-SNAPSHOT
+ 2.14.5
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.5-SNAPSHOT
+ 2.14.5
@@ -169,7 +169,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.5-SNAPSHOT
+ 2.14.5
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 f46700a67a..4f729d0d32 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.5-SNAPSHOT
+ 2.14.5
bigtable-hbase-1.x-integration-tests
@@ -79,7 +79,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.5-SNAPSHOT
+ 2.14.5
org.apache.hbase
@@ -117,7 +117,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.5-SNAPSHOT
+ 2.14.5
org.apache.hbase
@@ -285,7 +285,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.5-SNAPSHOT
+ 2.14.5
org.apache.hbase
@@ -466,7 +466,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.5-SNAPSHOT
+ 2.14.5
test-jar
test
@@ -587,7 +587,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.5-SNAPSHOT
+ 2.14.5
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 17aeb7182d..cc319954a7 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.