diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b6d32f46a..6b5526f9dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [2.12.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.12.0...v2.12.1) (2023-11-02)
+
+
+### Bug Fixes
+
+* Retry idle timeout ([#4209](https://github.com/googleapis/java-bigtable-hbase/issues/4209)) ([4064af8](https://github.com/googleapis/java-bigtable-hbase/commit/4064af8968d58f4328807b0f02423df8ead2a292))
+
+
+### Dependencies
+
+* Make dropwizard metrics an optional dependency ([#4224](https://github.com/googleapis/java-bigtable-hbase/issues/4224)) ([afb1802](https://github.com/googleapis/java-bigtable-hbase/commit/afb1802d920b8e4ab035630c563965bfd7efaa8b))
+* Mark conscrypt as a provided dep ([#4200](https://github.com/googleapis/java-bigtable-hbase/issues/4200)) ([62ed2d0](https://github.com/googleapis/java-bigtable-hbase/commit/62ed2d0114df7171fffb029e8d969ef4bc00848d))
+* Unflatten transitive dependencies in integration-tests-common ([#4208](https://github.com/googleapis/java-bigtable-hbase/issues/4208)) ([9321f8b](https://github.com/googleapis/java-bigtable-hbase/commit/9321f8b82dd5159d2e95f2cc301ca4e5a1585b2f))
+* Unflatten transitive dependencies in bigtable-hbase ([#4207](https://github.com/googleapis/java-bigtable-hbase/issues/4207)) ([ee15b1c](https://github.com/googleapis/java-bigtable-hbase/commit/ee15b1c129be5a8bd089fcc9e09f41e95c7dfdc3))
+* Update bigtable-metrics-api version ([#4193](https://github.com/googleapis/java-bigtable-hbase/issues/4193)) ([000208c](https://github.com/googleapis/java-bigtable-hbase/commit/000208c32e7318f0d89e7b34da315d6ad098a13b))
+* Update to beam 2.51.0 ([#4204](https://github.com/googleapis/java-bigtable-hbase/issues/4204)) ([c17306c](https://github.com/googleapis/java-bigtable-hbase/commit/c17306c64519297526bf619f60eabaf24776b9e6))
+
## [2.12.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.11.3...v2.12.0) (2023-10-18)
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 16ba92805b..0b738e8d6f 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.12.1-SNAPSHOT
+ 2.12.1
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 394ce06240..c561df84a4 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.12.1-SNAPSHOT
+ 2.12.1
bigtable-hbase
@@ -85,7 +85,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -149,7 +149,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 05c8f7435f..4735f3e9b4 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.12.1-SNAPSHOT";
+ public static final String VERSION = "2.12.1";
// {x-version-update-end}
/**
diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml
index 42827bd40d..e18c2bb90b 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.12.1-SNAPSHOT
+ 2.12.1
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 bbbf4c729b..290371b416 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
@@ -158,7 +158,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.12.1-SNAPSHOT
+ 2.12.1
org.apache.hbase
@@ -170,7 +170,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -283,7 +283,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -472,7 +472,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
verify-mirror-deps
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index ccd786abdf..4f365dc440 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.12.1-SNAPSHOT
+ 2.12.1
bigtable-hbase-beam
@@ -83,7 +83,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.12.1-SNAPSHOT
+ 2.12.1
+ 2.12.1
verify-mirror-deps
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index b0689d2987..e3aa40b607 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.12.1-SNAPSHOT
+ 2.12.1
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 a55c2aa144..b17db15e05 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
@@ -39,7 +39,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -197,7 +197,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 f65c9688e9..cf090cab97 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.12.1-SNAPSHOT
+ 2.12.1
bigtable-hbase-1.x-integration-tests
@@ -184,7 +184,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -198,7 +198,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -212,7 +212,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.12.1-SNAPSHOT
+ 2.12.1
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 62a5ea3029..c906c84a1d 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.12.1-SNAPSHOT
+ 2.12.1
bigtable-hbase-1.x-mapreduce
@@ -65,7 +65,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -125,7 +125,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -216,7 +216,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 d3dc0a4176..bf485fd70a 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
@@ -82,7 +82,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -428,7 +428,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 efd4ad4967..a549ec8494 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
@@ -23,7 +23,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.12.1-SNAPSHOT
+ 2.12.1
+ 2.12.1
bigtable-hbase-1.x
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.12.1-SNAPSHOT
+ 2.12.1
com.google.cloud.bigtable
@@ -170,7 +170,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
test
diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml
index 7706842d7f..762902b056 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.12.1-SNAPSHOT
+ 2.12.1
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 85f6c3d481..f877f92f80 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
@@ -39,7 +39,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.12.1-SNAPSHOT
+ 2.12.1
org.apache.hbase
@@ -196,7 +196,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 de8fab2269..0d68e1af2b 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.12.1-SNAPSHOT
+ 2.12.1
bigtable-hbase-2.x-integration-tests
@@ -185,7 +185,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -203,7 +203,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -217,7 +217,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.12.1-SNAPSHOT
+ 2.12.1
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 a98b77b3e5..0db94bdec2 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
@@ -82,7 +82,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -413,7 +413,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 4e00b99861..020c2441b8 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.12.1-SNAPSHOT
+ 2.12.1
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase
- 2.12.1-SNAPSHOT
+ 2.12.1
org.apache.hbase
diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml
index ba4f19a494..69e17add91 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.12.1-SNAPSHOT
+ 2.12.1
bigtable-hbase-2.x-parent
diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml
index 8eeda4090a..cff6b9eb62 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 cc53bcc050..e213a1095e 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.12.1-SNAPSHOT
+ 2.12.1
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 d660da9b9c..9d0c09c431 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.12.1-SNAPSHOT
+ 2.12.1
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 342b02e1eb..9886748f94 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.12.1-SNAPSHOT
+ 2.12.1
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 267400205b..048c0c7f3c 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.12.1-SNAPSHOT
+ 2.12.1
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 3cb07278f6..979ce57df8 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.12.1-SNAPSHOT
+ 2.12.1
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 e0b0149bac..4982505949 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.12.1-SNAPSHOT
+ 2.12.1
test
diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml
index cd2988523e..f0df6779a9 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.12.1-SNAPSHOT
+ 2.12.1
diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml
index 7f541dd0bd..ff3c283235 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.12.1-SNAPSHOT
+ 2.12.1
4.0.0
diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml
index 63c4aa13a5..80bf8a17fc 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.12.1-SNAPSHOT
+ 2.12.1
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 8e955e6364..32065f44cd 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.11.1-SNAPSHOT
+ 1.11.1
4.0.0
com.google.cloud.bigtable
bigtable-hbase-1.x-replication
- 1.11.1-SNAPSHOT
+ 1.11.1
jar
bigtable-hbase-1.x-replication
@@ -120,7 +120,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.11.1-SNAPSHOT
+ 1.11.1
@@ -174,7 +174,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 1445fb0f56..4460fe5956 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.11.1-SNAPSHOT
+ 1.11.1
4.0.0
com.google.cloud.bigtable
bigtable-hbase-2.x-replication
- 1.11.1-SNAPSHOT
+ 1.11.1
jar
bigtable-hbase-2.x-replication
Library to enable one way replication from HBase to Cloud Bigtable.
@@ -143,7 +143,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.11.1-SNAPSHOT
+ 1.11.1
@@ -163,7 +163,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-hadoop
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -212,7 +212,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 7085d2fc77..f5dd99e18e 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.11.1-SNAPSHOT
+ 1.11.1
4.0.0
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.11.1-SNAPSHOT
+ 1.11.1
jar
bigtable-hbase-replication-core
Library to enable one way replication from HBase to Cloud
@@ -88,7 +88,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-hadoop
- 2.12.1-SNAPSHOT
+ 2.12.1
org.mockito
diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml
index 96dedec647..409ffece41 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.11.1-SNAPSHOT
+ 1.11.1
com.google.cloud.bigtable
hbase-migration-tools
- 2.12.1-SNAPSHOT
+ 2.12.1
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 f14a45c545..348b8702b9 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-1.x-hadoop
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -43,7 +43,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-shaded
- 0.7.1-SNAPSHOT
+ 0.7.1
compile
@@ -183,7 +183,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 eee9dfa416..11e57255ed 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-1.x-integration-tests
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -49,7 +49,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -116,7 +116,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -182,7 +182,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.7.1-SNAPSHOT
+ 0.7.1
test
@@ -218,7 +218,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -349,7 +349,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.7.1-SNAPSHOT
+ 0.7.1
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 a7431229e7..9fa15531e4 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-1.x-shaded
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -39,7 +39,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.7.1-SNAPSHOT
+ 0.7.1
compile
@@ -204,7 +204,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 59a271cf9d..bf0b7e944b 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-1.x
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -37,7 +37,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.7.1-SNAPSHOT
+ 0.7.1
compile
@@ -63,7 +63,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.7.1-SNAPSHOT
+ 0.7.1
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 1fe6c6edbc..40da75874a 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-1.x-parent
pom
- 0.7.1-SNAPSHOT
+ 0.7.1
${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 1bec89df59..2a737f047a 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -48,7 +48,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -117,7 +117,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -186,14 +186,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.7.1-SNAPSHOT
+ 0.7.1
test
${project.groupId}
bigtable-hbase-2.x
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -217,14 +217,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.7.1-SNAPSHOT
+ 0.7.1
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.7.1-SNAPSHOT
+ 0.7.1
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 26da519a8f..573439826b 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-2.x-hadoop
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -42,7 +42,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-shaded
- 0.7.1-SNAPSHOT
+ 0.7.1
compile
@@ -192,7 +192,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 6dc3226ccc..7631984cec 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-2.x-integration-tests
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -49,7 +49,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -117,7 +117,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.12.1-SNAPSHOT
+ 2.12.1
@@ -185,14 +185,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.7.1-SNAPSHOT
+ 0.7.1
test
${project.groupId}
bigtable-hbase-2.x
- 2.12.1-SNAPSHOT
+ 2.12.1
test
@@ -215,21 +215,21 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.7.1-SNAPSHOT
+ 0.7.1
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.7.1-SNAPSHOT
+ 0.7.1
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
- 0.7.1-SNAPSHOT
+ 0.7.1
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 47483b4fef..fc9fc1a817 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-2.x-shaded
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -38,7 +38,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.7.1-SNAPSHOT
+ 0.7.1
compile
@@ -202,7 +202,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
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 aece6f03ff..8bd922e6bf 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-2.x
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -38,7 +38,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.7.1-SNAPSHOT
+ 0.7.1
compile
@@ -100,7 +100,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.7.1-SNAPSHOT
+ 0.7.1
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 7e6e24f3fa..1fdd9f914a 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-2.x-parent
pom
- 0.7.1-SNAPSHOT
+ 0.7.1
${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 970fb29f56..f7292e9821 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-core
jar
- 0.7.1-SNAPSHOT
+ 0.7.1
${project.groupId}:${project.artifactId}
@@ -91,7 +91,7 @@ limitations under the License.
com.google.cloud.bigtable
protobuf-java-format-shaded
- 0.7.1-SNAPSHOT
+ 0.7.1
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 1b69ddb9ba..34f9b1689e 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.7.1-SNAPSHOT
+ 0.7.1
bigtable-hbase-mirroring-client-core-parent
pom
- 0.7.1-SNAPSHOT
+ 0.7.1
${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 88976b4c45..120f050961 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.7.1-SNAPSHOT
+ 0.7.1
protobuf-java-format-shaded
- 0.7.1-SNAPSHOT
+ 0.7.1
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
@@ -76,7 +76,7 @@
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.12.1-SNAPSHOT
+ 2.12.1
verify-shaded-jar-entries
diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml
index fcbc355d15..c6168a7840 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.12.1-SNAPSHOT
+ 2.12.1
mirroring-client
pom
- 0.7.1-SNAPSHOT
+ 0.7.1
com.google.bigtable.hbase.mirroring.shaded
diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml
index a35ee3b183..3a3de0a003 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.12.1-SNAPSHOT
+ 2.12.1
com.google.cloud.bigtable
bigtable-client-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
hbase-migration-tools
diff --git a/pom.xml b/pom.xml
index 7d0ca4f2fc..0dddec4d2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.12.1-SNAPSHOT
+ 2.12.1
pom
${project.groupId}:${project.artifactId}
https://cloud.google.com/bigtable/
diff --git a/versions.txt b/versions.txt
index 58c3c365dc..3d100ac2dc 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-bigtable-client-parent:2.12.0:2.12.1-SNAPSHOT
-bigtable-hbase-replication:1.11.0:1.11.1-SNAPSHOT
-bigtable-hbase-mirroring:0.7.0:0.7.1-SNAPSHOT
\ No newline at end of file
+bigtable-client-parent:2.12.1:2.12.1
+bigtable-hbase-replication:1.11.1:1.11.1
+bigtable-hbase-mirroring:0.7.1:0.7.1
\ No newline at end of file