From be6e6a59daa6fd328029e4f3de6be92cc847a806 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 3 Sep 2026 18:32:19 +0000
Subject: [PATCH] chore(main): release 2.20.2
---
.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 | 8 ++++----
.../bigtable-hbase-beam/pom.xml | 6 +++---
bigtable-dataflow-parent/pom.xml | 2 +-
.../bigtable-hbase-1.x-hadoop/pom.xml | 6 +++---
.../pom.xml | 14 +++++++-------
.../bigtable-hbase-1.x-mapreduce/pom.xml | 8 ++++----
.../bigtable-hbase-1.x-shaded/pom.xml | 6 +++---
.../bigtable-hbase-1.x-tools/pom.xml | 4 ++--
.../bigtable-hbase-1.x/pom.xml | 8 ++++----
bigtable-hbase-1.x-parent/pom.xml | 2 +-
.../bigtable-hbase-2.x-hadoop/pom.xml | 6 +++---
.../pom.xml | 12 ++++++------
.../bigtable-hbase-2.x-mapreduce/pom.xml | 8 ++++----
.../bigtable-hbase-2.x-shaded/pom.xml | 6 +++---
.../bigtable-hbase-2.x/pom.xml | 6 +++---
bigtable-hbase-2.x-parent/pom.xml | 2 +-
bigtable-test/bigtable-build-helper/pom.xml | 4 ++--
.../it/verify-mirror-deps-misaligned/pom.xml | 2 +-
.../src/it/verify-mirror-deps-ok/pom.xml | 2 +-
.../it/verify-published-pom-deps-ok/pom.xml | 2 +-
.../verify-published-pom-deps-stripped/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 +++---
57 files changed, 167 insertions(+), 160 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 48b4820926..4407f9ec0e 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.20.1"
+ ".": "2.20.2"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fde8837ccb..a01961cf79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.20.2](https://github.com/googleapis/java-bigtable-hbase/compare/v2.20.1...v2.20.2) (2026-09-03)
+
+
+### Bug Fixes
+
+* stop publishing a bigtable-beam-import pom with no dependencies ([#4632](https://github.com/googleapis/java-bigtable-hbase/issues/4632)) ([be127de](https://github.com/googleapis/java-bigtable-hbase/commit/be127de918e92fca26d7a84187f508227797813c))
+
## [2.20.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.20.0...v2.20.1) (2026-09-02)
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 688727beb7..a26bb9725c 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.20.2-SNAPSHOT
+ 2.20.2
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 93ba2782bb..a9e48c27bd 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase
@@ -85,7 +85,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -163,7 +163,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 d9cf6a5c6e..62367fe8ee 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.20.2-SNAPSHOT";
+ public static final String VERSION = "2.20.2";
// {x-version-update-end}
/**
diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml
index 6c89c20727..bdb7b95d58 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.20.2-SNAPSHOT
+ 2.20.2
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 5de323222d..21f5b94d83 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
@@ -111,7 +111,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -189,7 +189,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -390,7 +390,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
verify-published-pom-deps
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index 32d36dc838..84b0f6fb2e 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-beam
@@ -75,7 +75,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
+ 2.20.2
verify-mirror-deps-beam
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index ce7a04d596..84d8460641 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.20.2-SNAPSHOT
+ 2.20.2
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 e802a585b7..ab86d61871 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
@@ -35,7 +35,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -170,7 +170,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 6290092f56..2ba5931b54 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-1.x-integration-tests
@@ -79,7 +79,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -117,7 +117,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -285,7 +285,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -375,7 +375,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -466,7 +466,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.20.2-SNAPSHOT
+ 2.20.2
test-jar
test
@@ -587,7 +587,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
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 0f66c53a4f..d00a82bda2 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-1.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -120,7 +120,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -186,7 +186,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 1382b67406..9490148b45 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
@@ -113,7 +113,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.20.2-SNAPSHOT
+ 2.20.2
+ 2.20.2
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 85175c74bd..77c7f32aff 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
@@ -21,7 +21,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
+ 2.20.2
bigtable-hbase-1.x
@@ -73,7 +73,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -86,7 +86,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -131,7 +131,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml
index 252e94845b..522fe37e6b 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.20.2-SNAPSHOT
+ 2.20.2
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 385f688958..14225a91b5 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
@@ -35,7 +35,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -152,7 +152,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 fc4d54059b..61e878142d 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-2.x-integration-tests
@@ -69,7 +69,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -101,7 +101,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -232,7 +232,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -326,7 +326,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -434,7 +434,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.20.2-SNAPSHOT
+ 2.20.2
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 97d772280d..dd3730321a 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-2.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-hadoop
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -135,7 +135,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -176,7 +176,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 43b155297a..229e871eff 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
@@ -111,7 +111,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.20.2-SNAPSHOT
+ 2.20.2
+ 2.20.2
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 76f02e1163..e04408f601 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-2.x
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -154,7 +154,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml
index 1546d576d9..6cb04bd545 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.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-2.x-parent
diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml
index f0696e6c05..7bf52fc286 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 72fcf42c1b..5429996387 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.20.2-SNAPSHOT
+ 2.20.2
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 beae346867..3f701bd2ff 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.20.2-SNAPSHOT
+ 2.20.2
test
diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-ok/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-ok/pom.xml
index f162d8eb7f..5022fe60bc 100644
--- a/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-ok/pom.xml
+++ b/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-ok/pom.xml
@@ -62,7 +62,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
test
diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-stripped/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-stripped/pom.xml
index eebc4cce40..c28f02d238 100644
--- a/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-stripped/pom.xml
+++ b/bigtable-test/bigtable-build-helper/src/it/verify-published-pom-deps-stripped/pom.xml
@@ -64,7 +64,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 d263ead045..d6ee229690 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.20.2-SNAPSHOT
+ 2.20.2
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 697746720b..8eb4250638 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.20.2-SNAPSHOT
+ 2.20.2
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 6029dc424e..cd791cb2ec 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.20.2-SNAPSHOT
+ 2.20.2
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 37897467b5..070d742f31 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.20.2-SNAPSHOT
+ 2.20.2
test
diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml
index 9a097eef23..b9c886e1b6 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.20.2-SNAPSHOT
+ 2.20.2
diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml
index 376844299e..d60401c222 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.20.2-SNAPSHOT
+ 2.20.2
4.0.0
diff --git a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml
index d6c2b6bf93..4bf60c27b1 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.20.2-SNAPSHOT
+ 2.20.2
diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml
index 0192bcda97..00a8b99fb5 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.20.2-SNAPSHOT
+ 2.20.2
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 6a2b4c6a95..92baf42834 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
- 2.20.2-SNAPSHOT
+ 2.20.2
4.0.0
com.google.cloud.bigtable
bigtable-hbase-1.x-replication
- 2.20.2-SNAPSHOT
+ 2.20.2
jar
bigtable-hbase-1.x-replication
@@ -37,7 +37,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
verify-mirror-deps-hbase
@@ -93,7 +93,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -108,7 +108,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-hadoop
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -147,7 +147,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 2fb609c446..a0ca3bc11a 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
- 2.20.2-SNAPSHOT
+ 2.20.2
4.0.0
com.google.cloud.bigtable
bigtable-hbase-2.x-replication
- 2.20.2-SNAPSHOT
+ 2.20.2
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
- 2.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
@@ -81,7 +81,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-hadoop
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -119,7 +119,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 43c5414a91..940e958b21 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
- 2.20.2-SNAPSHOT
+ 2.20.2
4.0.0
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 2.20.2-SNAPSHOT
+ 2.20.2
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.20.2-SNAPSHOT
+ 2.20.2
org.apache.hbase
diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml
index 92470441a7..5895295262 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
- 2.20.2-SNAPSHOT
+ 2.20.2
com.google.cloud.bigtable
hbase-migration-tools
- 2.20.2-SNAPSHOT
+ 2.20.2
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 1e2854fc7b..9f28f43bdf 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-1.x-hadoop
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -57,7 +57,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
compile
@@ -157,7 +157,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 d939d5177d..6c0601244e 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-1.x-integration-tests
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -113,7 +113,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -200,7 +200,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -213,7 +213,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -238,7 +238,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 2.20.2-SNAPSHOT
+ 2.20.2
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 198f6d4efc..8c4f6ee3e1 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-1.x-shaded
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 2.20.2-SNAPSHOT
+ 2.20.2
compile
@@ -173,7 +173,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 eb9424ed89..fd3cd79836 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-1.x
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 2.20.2-SNAPSHOT
+ 2.20.2
compile
@@ -94,7 +94,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 2.20.2-SNAPSHOT
+ 2.20.2
test-jar
test
@@ -112,7 +112,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 9cc3bf201e..dbb011595e 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-1.x-parent
pom
- 2.20.2-SNAPSHOT
+ 2.20.2
${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 0337798180..9969d38de6 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -198,7 +198,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -212,7 +212,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -237,7 +237,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 2.20.2-SNAPSHOT
+ 2.20.2
test-jar
test
@@ -251,7 +251,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 2.20.2-SNAPSHOT
+ 2.20.2
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 e7bc17a10b..108d3ff8f1 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-2.x-hadoop
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -54,7 +54,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
compile
@@ -162,7 +162,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 b4de1357fb..088f1eb4c4 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-2.x-integration-tests
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -47,7 +47,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -197,7 +197,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -211,7 +211,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.20.2-SNAPSHOT
+ 2.20.2
test
@@ -236,7 +236,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 2.20.2-SNAPSHOT
+ 2.20.2
test-jar
test
@@ -250,7 +250,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 2.20.2-SNAPSHOT
+ 2.20.2
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
- 2.20.2-SNAPSHOT
+ 2.20.2
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 d9c94b5e07..b2d76ee988 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-2.x-shaded
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -45,7 +45,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 2.20.2-SNAPSHOT
+ 2.20.2
@@ -165,7 +165,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 737553752e..3e55b104cc 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-2.x
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -44,7 +44,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 2.20.2-SNAPSHOT
+ 2.20.2
compile
@@ -89,7 +89,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 2.20.2-SNAPSHOT
+ 2.20.2
test-jar
test
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 0e6fb545e6..e9021d05ce 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-2.x-parent
pom
- 2.20.2-SNAPSHOT
+ 2.20.2
${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 3c936e4bf3..bac92114a3 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-core
jar
- 2.20.2-SNAPSHOT
+ 2.20.2
${project.groupId}:${project.artifactId}
@@ -63,7 +63,7 @@ limitations under the License.
com.google.cloud.bigtable
protobuf-java-format-shaded
- 2.20.2-SNAPSHOT
+ 2.20.2
compile
@@ -130,7 +130,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
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 7d519bdaac..3a4e46cec4 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
- 2.20.2-SNAPSHOT
+ 2.20.2
bigtable-hbase-mirroring-client-core-parent
pom
- 2.20.2-SNAPSHOT
+ 2.20.2
${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 8ed3ce902b..ff485955dc 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml
@@ -5,12 +5,12 @@
bigtable-hbase-mirroring-client-core-parent
com.google.cloud.bigtable
- 2.20.2-SNAPSHOT
+ 2.20.2
protobuf-java-format-shaded
${project.groupId}:${project.artifactId}
- 2.20.2-SNAPSHOT
+ 2.20.2
This is a wrapper around `com.googlecode.protobuf-java-format:protobuf-java-format` that rewrites the bytecode to use `org.apache.hadoop.hbase.shaded.com.google.protobuf` instead of plain
@@ -75,7 +75,7 @@
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.20.2-SNAPSHOT
+ 2.20.2
verify-shaded-jar-entries
diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml
index 7ef47da9e8..94e23beae8 100644
--- a/hbase-migration-tools/mirroring-client/pom.xml
+++ b/hbase-migration-tools/mirroring-client/pom.xml
@@ -5,13 +5,13 @@
com.google.cloud.bigtable
hbase-migration-tools
- 2.20.2-SNAPSHOT
+ 2.20.2
mirroring-client
${project.groupId}:${project.artifactId}
pom
- 2.20.2-SNAPSHOT
+ 2.20.2
com.google.bigtable.hbase.mirroring.shaded
diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml
index 9edb007293..2e515d2e8f 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.20.2-SNAPSHOT
+ 2.20.2
com.google.cloud.bigtable
bigtable-client-parent
- 2.20.2-SNAPSHOT
+ 2.20.2
hbase-migration-tools
diff --git a/pom.xml b/pom.xml
index ae0875def0..a8def01761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.20.2-SNAPSHOT
+ 2.20.2
pom
${project.groupId}:${project.artifactId}
https://cloud.google.com/bigtable/
diff --git a/versions.txt b/versions.txt
index ec042ccc7c..4b32b01ff0 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-bigtable-client-parent:2.20.1:2.20.2-SNAPSHOT
-bigtable-hbase-replication:2.20.1:2.20.2-SNAPSHOT
-bigtable-hbase-mirroring:2.20.1:2.20.2-SNAPSHOT
\ No newline at end of file
+bigtable-client-parent:2.20.2:2.20.2
+bigtable-hbase-replication:2.20.2:2.20.2
+bigtable-hbase-mirroring:2.20.2:2.20.2
\ No newline at end of file