diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba160eb751..7332fc0a23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.9.2](https://github.com/googleapis/java-bigtable-hbase/compare/v2.9.1...v2.9.2) (2023-11-08)
+
+
+### Bug Fixes
+
+* Backport retry idle timeout to 2.9.x and rare race condition fix ([#4234](https://github.com/googleapis/java-bigtable-hbase/issues/4234)) ([3adf4c0](https://github.com/googleapis/java-bigtable-hbase/commit/3adf4c03f1839361c04055eebde2528034052466))
+
## [2.9.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.9.0...v2.9.1) (2023-07-26)
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 e1d470c5b3..e1e91ab970 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.9.2-SNAPSHOT
+ 2.9.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 d3ba0dc3f3..10f9320afa 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.9.2-SNAPSHOT
+ 2.9.2
bigtable-hbase
@@ -190,7 +190,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -262,7 +262,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
+ 2.9.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 326ecdd01c..4aa96fa1cf 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.9.2-SNAPSHOT
+ 2.9.2
4.0.0
@@ -151,7 +151,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.9.2-SNAPSHOT
+ 2.9.2
org.apache.hbase
@@ -163,7 +163,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -282,7 +282,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -476,7 +476,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
verify-mirror-deps
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index be4f1a3b0c..6201e37015 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.9.2-SNAPSHOT
+ 2.9.2
bigtable-hbase-beam
@@ -83,7 +83,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.9.2-SNAPSHOT
+ 2.9.2
+ 2.9.2
verify-mirror-deps
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index 5fca43c567..c7950902fd 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.9.2-SNAPSHOT
+ 2.9.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 45beb0f822..00935954d0 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.9.2-SNAPSHOT
+ 2.9.2
4.0.0
@@ -39,7 +39,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -234,7 +234,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 55ca24af3d..24d5d3d587 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.9.2-SNAPSHOT
+ 2.9.2
bigtable-hbase-1.x-integration-tests
@@ -184,7 +184,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -198,7 +198,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -212,7 +212,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.9.2-SNAPSHOT
+ 2.9.2
test-jar
test
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 6c7b223f23..0d560821c5 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.9.2-SNAPSHOT
+ 2.9.2
bigtable-hbase-1.x-mapreduce
@@ -65,7 +65,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -125,7 +125,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -231,7 +231,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
verify-mirror-deps
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 accf2dd5a1..d39cd6a268 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.9.2-SNAPSHOT
+ 2.9.2
4.0.0
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -430,7 +430,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 5d7cc3f000..ccc6e9c1e4 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
@@ -5,7 +5,7 @@
bigtable-hbase-1.x-parent
com.google.cloud.bigtable
- 2.9.2-SNAPSHOT
+ 2.9.2
4.0.0
@@ -23,7 +23,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.9.2-SNAPSHOT
+ 2.9.2
+ 2.9.2
bigtable-hbase-1.x
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.9.2-SNAPSHOT
+ 2.9.2
com.google.cloud.bigtable
@@ -180,7 +180,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
test
diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml
index be6306cf59..a03f92feea 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.9.2-SNAPSHOT
+ 2.9.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 2cf359c7a4..d00e3a3bbc 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.9.2-SNAPSHOT
+ 2.9.2
4.0.0
@@ -39,7 +39,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.9.2-SNAPSHOT
+ 2.9.2
org.apache.hbase
@@ -235,7 +235,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 0fbabd0271..157e530a99 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.9.2-SNAPSHOT
+ 2.9.2
bigtable-hbase-2.x-integration-tests
@@ -185,7 +185,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -203,7 +203,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -217,7 +217,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.9.2-SNAPSHOT
+ 2.9.2
test-jar
test
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 490ab9c500..8b833d161b 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.9.2-SNAPSHOT
+ 2.9.2
4.0.0
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -415,7 +415,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 d89861a117..92ae93b70c 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.9.2-SNAPSHOT
+ 2.9.2
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase
- 2.9.2-SNAPSHOT
+ 2.9.2
org.apache.hbase
diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml
index c3dafa997b..c6b64b18df 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.9.2-SNAPSHOT
+ 2.9.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 4c775cff92..bbf9f06686 100644
--- a/bigtable-test/bigtable-build-helper/pom.xml
+++ b/bigtable-test/bigtable-build-helper/pom.xml
@@ -5,13 +5,13 @@
bigtable-test
com.google.cloud.bigtable
- 2.9.2-SNAPSHOT
+ 2.9.2
4.0.0
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 f406d512ee..a778b38d7e 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.9.2-SNAPSHOT
+ 2.9.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 59c7393618..738118c1a7 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.9.2-SNAPSHOT
+ 2.9.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 57fd9bed06..8485f23266 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.9.2-SNAPSHOT
+ 2.9.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 a1a606eb96..fbec312887 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.9.2-SNAPSHOT
+ 2.9.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 5c9204dca3..b124ccd512 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.9.2-SNAPSHOT
+ 2.9.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 cfce81c2ba..9d5ddab5a7 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.9.2-SNAPSHOT
+ 2.9.2
test
diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml
index d692398152..1c208011d0 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.9.2-SNAPSHOT
+ 2.9.2
diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml
index f365554b45..83b0f885a1 100644
--- a/bigtable-test/bigtable-internal-test-helper/pom.xml
+++ b/bigtable-test/bigtable-internal-test-helper/pom.xml
@@ -5,7 +5,7 @@
bigtable-test
com.google.cloud.bigtable
- 2.9.2-SNAPSHOT
+ 2.9.2
4.0.0
diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml
index d791eea005..50ce0aab94 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.9.2-SNAPSHOT
+ 2.9.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 d7e2573edd..7b6692f694 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
@@ -20,13 +20,13 @@ limitations under the License.
bigtable-hbase-replication
com.google.cloud.bigtable
- 1.8.2-SNAPSHOT
+ 1.8.2
4.0.0
com.google.cloud.bigtable
bigtable-hbase-1.x-replication
- 1.8.2-SNAPSHOT
+ 1.8.2
jar
bigtable-hbase-1.x-replication
@@ -135,7 +135,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.8.2-SNAPSHOT
+ 1.8.2
@@ -189,7 +189,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 d2be43ec5c..b4ff66c339 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
@@ -20,13 +20,13 @@ limitations under the License.
bigtable-hbase-replication
com.google.cloud.bigtable
- 1.8.2-SNAPSHOT
+ 1.8.2
4.0.0
com.google.cloud.bigtable
bigtable-hbase-2.x-replication
- 1.8.2-SNAPSHOT
+ 1.8.2
jar
bigtable-hbase-2.x-replication
Library to enable one way replication from HBase to Cloud Bigtable.
@@ -158,7 +158,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.8.2-SNAPSHOT
+ 1.8.2
@@ -178,7 +178,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-hadoop
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -227,7 +227,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 e4d60d1d64..0481886751 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
@@ -21,13 +21,13 @@ limitations under the License.
bigtable-hbase-replication
com.google.cloud.bigtable
- 1.8.2-SNAPSHOT
+ 1.8.2
4.0.0
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.8.2-SNAPSHOT
+ 1.8.2
jar
bigtable-hbase-replication-core
Library to enable one way replication from HBase to Cloud
@@ -95,7 +95,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-hadoop
- 2.9.2-SNAPSHOT
+ 2.9.2
org.mockito
diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml
index 329643ec61..5273708a21 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.8.2-SNAPSHOT
+ 1.8.2
com.google.cloud.bigtable
hbase-migration-tools
- 2.9.2-SNAPSHOT
+ 2.9.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 e37fbd5656..cec7e046a6 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-1.x-hadoop
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -43,7 +43,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-shaded
- 0.4.2-SNAPSHOT
+ 0.4.2
compile
@@ -183,7 +183,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 f729331844..8b00b04503 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
@@ -22,12 +22,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-1.x-integration-tests
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -49,7 +49,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -116,7 +116,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -182,7 +182,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.4.2-SNAPSHOT
+ 0.4.2
test
@@ -218,7 +218,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -349,7 +349,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.4.2-SNAPSHOT
+ 0.4.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 502557b06d..024d46f797 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-1.x-shaded
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -39,7 +39,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.4.2-SNAPSHOT
+ 0.4.2
compile
@@ -204,7 +204,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 b15fe2a42b..106082b93e 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-1.x
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -37,7 +37,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.4.2-SNAPSHOT
+ 0.4.2
compile
@@ -63,7 +63,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.4.2-SNAPSHOT
+ 0.4.2
test-jar
test
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 c2f4a2991e..ee4b468424 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.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-1.x-parent
pom
- 0.4.2-SNAPSHOT
+ 0.4.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 3f1d03efe9..1b0ed7f61f 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
@@ -22,12 +22,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -48,7 +48,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -117,7 +117,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -186,14 +186,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.4.2-SNAPSHOT
+ 0.4.2
test
${project.groupId}
bigtable-hbase-2.x
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -217,14 +217,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.4.2-SNAPSHOT
+ 0.4.2
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.4.2-SNAPSHOT
+ 0.4.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 d8c3044abb..6080e238db 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-2.x-hadoop
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -42,7 +42,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-shaded
- 0.4.2-SNAPSHOT
+ 0.4.2
compile
@@ -192,7 +192,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 610b26ed58..8b903058e6 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
@@ -22,12 +22,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-2.x-integration-tests
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -49,7 +49,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -117,7 +117,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.9.2-SNAPSHOT
+ 2.9.2
@@ -185,14 +185,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.4.2-SNAPSHOT
+ 0.4.2
test
${project.groupId}
bigtable-hbase-2.x
- 2.9.2-SNAPSHOT
+ 2.9.2
test
@@ -215,21 +215,21 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.4.2-SNAPSHOT
+ 0.4.2
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.4.2-SNAPSHOT
+ 0.4.2
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
- 0.4.2-SNAPSHOT
+ 0.4.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 c5a3562b30..76fc2b48ca 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-2.x-shaded
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -38,7 +38,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.4.2-SNAPSHOT
+ 0.4.2
compile
@@ -202,7 +202,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.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 41fc475c01..412db73911 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-2.x
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -38,7 +38,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.4.2-SNAPSHOT
+ 0.4.2
compile
@@ -100,7 +100,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.4.2-SNAPSHOT
+ 0.4.2
test-jar
test
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 5052482d5b..fee590fc78 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.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-2.x-parent
pom
- 0.4.2-SNAPSHOT
+ 0.4.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 f90bbc5621..bfde8ce311 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core-parent
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-core
jar
- 0.4.2-SNAPSHOT
+ 0.4.2
${project.groupId}:${project.artifactId}
@@ -91,7 +91,7 @@ limitations under the License.
com.google.cloud.bigtable
protobuf-java-format-shaded
- 0.4.2-SNAPSHOT
+ 0.4.2
compile
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 9dd55d9d83..3e5fef941c 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
@@ -21,12 +21,12 @@ limitations under the License.
com.google.cloud.bigtable
mirroring-client
- 0.4.2-SNAPSHOT
+ 0.4.2
bigtable-hbase-mirroring-client-core-parent
pom
- 0.4.2-SNAPSHOT
+ 0.4.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 f15e1f2f83..68ed86f95d 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
@@ -7,11 +7,11 @@
bigtable-hbase-mirroring-client-core-parent
com.google.cloud.bigtable
- 0.4.2-SNAPSHOT
+ 0.4.2
protobuf-java-format-shaded
- 0.4.2-SNAPSHOT
+ 0.4.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
@@ -93,7 +93,7 @@
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.9.2-SNAPSHOT
+ 2.9.2
verify-shaded-jar-entries
diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml
index 8022890c0e..735dbd1de0 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.9.2-SNAPSHOT
+ 2.9.2
mirroring-client
pom
- 0.4.2-SNAPSHOT
+ 0.4.2
diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml
index cbb37e0e68..4d63d8fb90 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.9.2-SNAPSHOT
+ 2.9.2
com.google.cloud.bigtable
bigtable-client-parent
- 2.9.2-SNAPSHOT
+ 2.9.2
hbase-migration-tools
diff --git a/pom.xml b/pom.xml
index b250175f7c..afc3c736da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.9.2-SNAPSHOT
+ 2.9.2
pom
${project.groupId}:${project.artifactId}
https://cloud.google.com/bigtable/
diff --git a/versions.txt b/versions.txt
index 2b96961880..13660d781d 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-bigtable-client-parent:2.9.1:2.9.2-SNAPSHOT
-bigtable-hbase-replication:1.8.1:1.8.2-SNAPSHOT
-bigtable-hbase-mirroring:0.4.1:0.4.2-SNAPSHOT
\ No newline at end of file
+bigtable-client-parent:2.9.2:2.9.2
+bigtable-hbase-replication:1.8.2:1.8.2
+bigtable-hbase-mirroring:0.4.2:0.4.2
\ No newline at end of file