diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9533e9efbb..26b25a25e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.19.1" + ".": "2.20.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c26e78c14..d4aee2f1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.20.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.19.1...v2.20.0) (2026-08-14) + + +### Features + +* support configuring universe domain for BigtableConnection ([#4624](https://github.com/googleapis/java-bigtable-hbase/issues/4624)) ([287bcc2](https://github.com/googleapis/java-bigtable-hbase/commit/287bcc29eee69c606f2a6c70333d75576aa77190)) + + +### Dependencies + +* bump google-cloud-bigtable to 2.81.0 ([#4626](https://github.com/googleapis/java-bigtable-hbase/issues/4626)) ([5ead10a](https://github.com/googleapis/java-bigtable-hbase/commit/5ead10afbb8eb71fab3d467028d43ee45042679d)) + ## [2.19.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.19.0...v2.19.1) (2026-07-20) 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 68e6d02fa8..c46c342375 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.19.2-SNAPSHOT + 2.20.0 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 ba068c9b44..3bf5699649 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase @@ -85,7 +85,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.19.2-SNAPSHOT + 2.20.0 test @@ -163,7 +163,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 04ef7f3c4c..f97a3a1f16 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.19.2-SNAPSHOT"; + public static final String VERSION = "2.20.0"; // {x-version-update-end} /** diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml index dd1a6b2d49..87b1d91815 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.19.2-SNAPSHOT + 2.20.0 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 dba31acdc9..0616669823 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.19.2-SNAPSHOT + 2.20.0 4.0.0 @@ -111,7 +111,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 2.19.2-SNAPSHOT + 2.20.0 @@ -189,7 +189,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.19.2-SNAPSHOT + 2.20.0 test diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml index 2b16cdb201..ead8311af8 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-beam @@ -75,7 +75,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 + 2.20.0 verify-mirror-deps-beam diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml index 69e0120832..c6ab659900 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.19.2-SNAPSHOT + 2.20.0 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 f9c46031da..17fb95f330 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.19.2-SNAPSHOT + 2.20.0 4.0.0 @@ -35,7 +35,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 @@ -170,7 +170,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 d99fdd4b7e..8ed58435c9 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-1.x-integration-tests @@ -79,7 +79,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -117,7 +117,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -285,7 +285,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -375,7 +375,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -466,7 +466,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.19.2-SNAPSHOT + 2.20.0 test-jar test @@ -587,7 +587,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 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 c657f0ce88..a38dd90641 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-1.x-mapreduce @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.19.2-SNAPSHOT + 2.20.0 @@ -120,7 +120,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.19.2-SNAPSHOT + 2.20.0 test @@ -186,7 +186,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 9111110738..5fb4520de1 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.19.2-SNAPSHOT + 2.20.0 4.0.0 @@ -113,7 +113,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x - 2.19.2-SNAPSHOT + 2.20.0 + 2.20.0 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 6127265310..a83bef292f 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.19.2-SNAPSHOT + 2.20.0 4.0.0 @@ -21,7 +21,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 + 2.20.0 bigtable-hbase-1.x @@ -73,7 +73,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.19.2-SNAPSHOT + 2.20.0 @@ -86,7 +86,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.19.2-SNAPSHOT + 2.20.0 test @@ -131,7 +131,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index 05c556f943..d92f975b2b 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.19.2-SNAPSHOT + 2.20.0 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 14620ef79c..74f82c2d65 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.19.2-SNAPSHOT + 2.20.0 4.0.0 @@ -35,7 +35,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 @@ -152,7 +152,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 ce03544af1..fd161edc55 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-2.x-integration-tests @@ -69,7 +69,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -101,7 +101,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -232,7 +232,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -326,7 +326,7 @@ limitations under the License. com.google.cloud.bigtable hbase-minicluster-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -434,7 +434,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.19.2-SNAPSHOT + 2.20.0 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 52f61d3dbb..41b3897295 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-2.x-mapreduce @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-hadoop - 2.19.2-SNAPSHOT + 2.20.0 @@ -135,7 +135,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.19.2-SNAPSHOT + 2.20.0 test @@ -176,7 +176,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 c658ddee7f..13397f0240 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.19.2-SNAPSHOT + 2.20.0 4.0.0 @@ -111,7 +111,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.19.2-SNAPSHOT + 2.20.0 + 2.20.0 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 ef8ec97cd8..4ba127cad0 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-2.x @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -154,7 +154,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index 43008c9c3a..33370c1b65 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-2.x-parent diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml index 859233e832..a4300b4e64 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.19.2-SNAPSHOT + 2.20.0 4.0.0 com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 a1f8a4081f..213e0fa3b6 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.19.2-SNAPSHOT + 2.20.0 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 a2b433bc2c..afdbb04d6e 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.19.2-SNAPSHOT + 2.20.0 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 49b0ebb89a..e7591479a1 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.19.2-SNAPSHOT + 2.20.0 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 2210b6fe85..701fe4774e 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.19.2-SNAPSHOT + 2.20.0 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 fb9d7f16e7..6cb8870091 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.19.2-SNAPSHOT + 2.20.0 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 45c003a81b..85edaf3f9f 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.19.2-SNAPSHOT + 2.20.0 test diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index 05d5bd9943..b221d540ac 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.19.2-SNAPSHOT + 2.20.0 diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml index d20eb7872a..3685e0318a 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.19.2-SNAPSHOT + 2.20.0 4.0.0 diff --git a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml index d4cf0db04c..00ab4b42fe 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.19.2-SNAPSHOT + 2.20.0 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index 9bff222bc0..5d6a7272a4 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.19.2-SNAPSHOT + 2.20.0 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 60ce7e1d97..7c8bf28c1f 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.19.2-SNAPSHOT + 2.20.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-1.x-replication - 2.19.2-SNAPSHOT + 2.20.0 jar bigtable-hbase-1.x-replication @@ -37,7 +37,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 verify-mirror-deps-hbase @@ -93,7 +93,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 2.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -108,7 +108,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-hadoop - 2.19.2-SNAPSHOT + 2.20.0 @@ -147,7 +147,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.19.2-SNAPSHOT + 2.20.0 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 01365f2a28..986cc8fee9 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.19.2-SNAPSHOT + 2.20.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-2.x-replication - 2.19.2-SNAPSHOT + 2.20.0 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.19.2-SNAPSHOT + 2.20.0 org.apache.hbase @@ -81,7 +81,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-hadoop - 2.19.2-SNAPSHOT + 2.20.0 @@ -119,7 +119,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.19.2-SNAPSHOT + 2.20.0 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 4dd440552d..3cf0aec079 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.19.2-SNAPSHOT + 2.20.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication-core - 2.19.2-SNAPSHOT + 2.20.0 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.19.2-SNAPSHOT + 2.20.0 org.apache.hbase diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml index f8783a1e6f..d49d2b44e5 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.19.2-SNAPSHOT + 2.20.0 com.google.cloud.bigtable hbase-migration-tools - 2.19.2-SNAPSHOT + 2.20.0 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 dd6700e819..7787417858 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-1.x-hadoop jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -57,7 +57,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 compile @@ -157,7 +157,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 c9f9c7cee7..8d98415c90 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-1.x-integration-tests jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -46,7 +46,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -113,7 +113,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -200,7 +200,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 2.19.2-SNAPSHOT + 2.20.0 test @@ -213,7 +213,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.19.2-SNAPSHOT + 2.20.0 test @@ -238,7 +238,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 2.19.2-SNAPSHOT + 2.20.0 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 9da1c8122e..cbf37aa798 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-1.x-shaded jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 2.19.2-SNAPSHOT + 2.20.0 compile @@ -173,7 +173,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 75dcaa1e04..fdedf93e8c 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-1.x jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 2.19.2-SNAPSHOT + 2.20.0 compile @@ -94,7 +94,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 2.19.2-SNAPSHOT + 2.20.0 test-jar test @@ -112,7 +112,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 86b17586fb..4a937164ae 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-1.x-parent pom - 2.19.2-SNAPSHOT + 2.20.0 ${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 e3fb0056eb..a9527c4c87 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-1.x-2.x-integration-tests jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -46,7 +46,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -115,7 +115,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -198,7 +198,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 2.19.2-SNAPSHOT + 2.20.0 test @@ -212,7 +212,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.19.2-SNAPSHOT + 2.20.0 test @@ -237,7 +237,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 2.19.2-SNAPSHOT + 2.20.0 test-jar test @@ -251,7 +251,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 2.19.2-SNAPSHOT + 2.20.0 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 69b4d88d71..3d57c545f9 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-2.x-hadoop jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -54,7 +54,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-shaded - 2.19.2-SNAPSHOT + 2.20.0 compile @@ -162,7 +162,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 4c014b86c6..5d2c97b168 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-2.x-integration-tests jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -47,7 +47,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -115,7 +115,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.19.2-SNAPSHOT + 2.20.0 @@ -197,7 +197,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 2.19.2-SNAPSHOT + 2.20.0 test @@ -211,7 +211,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.19.2-SNAPSHOT + 2.20.0 test @@ -236,7 +236,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 2.19.2-SNAPSHOT + 2.20.0 test-jar test @@ -250,7 +250,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 2.19.2-SNAPSHOT + 2.20.0 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.19.2-SNAPSHOT + 2.20.0 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 9ab5aa9eeb..fff4db84b9 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-2.x-shaded jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -45,7 +45,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 2.19.2-SNAPSHOT + 2.20.0 @@ -165,7 +165,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 2cf7caffc4..69e400f085 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-2.x jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -44,7 +44,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 2.19.2-SNAPSHOT + 2.20.0 compile @@ -89,7 +89,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 2.19.2-SNAPSHOT + 2.20.0 test-jar test @@ -107,7 +107,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 551087c647..5acb016e6b 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-2.x-parent pom - 2.19.2-SNAPSHOT + 2.20.0 ${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 681ac2b893..ca262dbc70 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-core jar - 2.19.2-SNAPSHOT + 2.20.0 ${project.groupId}:${project.artifactId} @@ -63,7 +63,7 @@ limitations under the License. com.google.cloud.bigtable protobuf-java-format-shaded - 2.19.2-SNAPSHOT + 2.20.0 compile @@ -130,7 +130,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.19.2-SNAPSHOT + 2.20.0 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 194bd6d29d..fdea2b7735 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.19.2-SNAPSHOT + 2.20.0 bigtable-hbase-mirroring-client-core-parent pom - 2.19.2-SNAPSHOT + 2.20.0 ${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 0080e302fb..679a6350d6 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.19.2-SNAPSHOT + 2.20.0 protobuf-java-format-shaded ${project.groupId}:${project.artifactId} - 2.19.2-SNAPSHOT + 2.20.0 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.19.2-SNAPSHOT + 2.20.0 verify-shaded-jar-entries diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml index 4b625e4134..35f4227163 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.19.2-SNAPSHOT + 2.20.0 mirroring-client ${project.groupId}:${project.artifactId} pom - 2.19.2-SNAPSHOT + 2.20.0 com.google.bigtable.hbase.mirroring.shaded diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml index a71f3434bb..3b004c38aa 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.19.2-SNAPSHOT + 2.20.0 com.google.cloud.bigtable bigtable-client-parent - 2.19.2-SNAPSHOT + 2.20.0 hbase-migration-tools diff --git a/pom.xml b/pom.xml index 66bed6cc1d..c2f3d9953a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.19.2-SNAPSHOT + 2.20.0 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ diff --git a/versions.txt b/versions.txt index 0f3d9d4bf9..42d26d8157 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -bigtable-client-parent:2.19.1:2.19.2-SNAPSHOT -bigtable-hbase-replication:2.19.1:2.19.2-SNAPSHOT -bigtable-hbase-mirroring:2.19.1:2.19.2-SNAPSHOT \ No newline at end of file +bigtable-client-parent:2.20.0:2.20.0 +bigtable-hbase-replication:2.20.0:2.20.0 +bigtable-hbase-mirroring:2.20.0:2.20.0 \ No newline at end of file