diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a673cff5..8b6d32f46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.11.3...v2.12.0) (2023-10-18) + + +### Features + +* Use concrete classes for hbase.client.registry.impl ([#4043](https://github.com/googleapis/java-bigtable-hbase/issues/4043)) ([#4188](https://github.com/googleapis/java-bigtable-hbase/issues/4188)) ([cc22f2f](https://github.com/googleapis/java-bigtable-hbase/commit/cc22f2f577d32c31417c2cc525eac9649281589f)) + ## [2.11.3](https://github.com/googleapis/java-bigtable-hbase/compare/v2.11.2...v2.11.3) (2023-10-13) 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 4b7d5a1be9..f98f6110e7 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.11.4-SNAPSHOT + 2.12.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 260311d8a6..10cb85f47a 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.11.4-SNAPSHOT + 2.12.0 bigtable-hbase @@ -180,7 +180,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.11.4-SNAPSHOT + 2.12.0 test @@ -252,7 +252,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.0 + 2.12.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 a6edf6af4b..d6f8c1742c 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.11.4-SNAPSHOT + 2.12.0 4.0.0 @@ -158,7 +158,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 2.11.4-SNAPSHOT + 2.12.0 org.apache.hbase @@ -170,7 +170,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.11.4-SNAPSHOT + 2.12.0 @@ -289,7 +289,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.11.4-SNAPSHOT + 2.12.0 test @@ -478,7 +478,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.0 verify-mirror-deps diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml index 5098e45af2..c51dccbf44 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.11.4-SNAPSHOT + 2.12.0 bigtable-hbase-beam @@ -83,7 +83,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.11.4-SNAPSHOT + 2.12.0 + 2.12.0 verify-mirror-deps diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml index 10a8915128..7be05a369b 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.11.4-SNAPSHOT + 2.12.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 0314da31ca..70c915f023 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.11.4-SNAPSHOT + 2.12.0 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.11.4-SNAPSHOT + 2.12.0 @@ -234,7 +234,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 9de173ff36..ed7262e57f 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.11.4-SNAPSHOT + 2.12.0 bigtable-hbase-1.x-integration-tests @@ -184,7 +184,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.11.4-SNAPSHOT + 2.12.0 test @@ -198,7 +198,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.11.4-SNAPSHOT + 2.12.0 test @@ -212,7 +212,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.11.4-SNAPSHOT + 2.12.0 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 b53af5838f..391e92ed92 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.11.4-SNAPSHOT + 2.12.0 bigtable-hbase-1.x-mapreduce @@ -65,7 +65,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.11.4-SNAPSHOT + 2.12.0 @@ -125,7 +125,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.11.4-SNAPSHOT + 2.12.0 test @@ -231,7 +231,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.0 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 f243a78331..9f527e1ff1 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.11.4-SNAPSHOT + 2.12.0 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.11.4-SNAPSHOT + 2.12.0 @@ -430,7 +430,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 1de1f4cd9a..430d00a1d8 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.11.4-SNAPSHOT + 2.12.0 4.0.0 @@ -23,7 +23,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 2.11.4-SNAPSHOT + 2.12.0 + 2.12.0 bigtable-hbase-1.x @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.11.4-SNAPSHOT + 2.12.0 com.google.cloud.bigtable @@ -175,7 +175,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.11.4-SNAPSHOT + 2.12.0 test diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index e6926f6f4f..11bcbeb376 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.11.4-SNAPSHOT + 2.12.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 4e485d142f..68133b5875 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.11.4-SNAPSHOT + 2.12.0 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.11.4-SNAPSHOT + 2.12.0 org.apache.hbase @@ -235,7 +235,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 8899ae20a4..91d800c87e 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.11.4-SNAPSHOT + 2.12.0 bigtable-hbase-2.x-integration-tests @@ -185,7 +185,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.11.4-SNAPSHOT + 2.12.0 test @@ -203,7 +203,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.11.4-SNAPSHOT + 2.12.0 test @@ -217,7 +217,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.11.4-SNAPSHOT + 2.12.0 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 7bc0c06f62..8444a57eac 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.11.4-SNAPSHOT + 2.12.0 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.11.4-SNAPSHOT + 2.12.0 @@ -415,7 +415,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 b5a014f5e3..f198b2a75d 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.11.4-SNAPSHOT + 2.12.0 @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 2.11.4-SNAPSHOT + 2.12.0 org.apache.hbase diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index 9a9db3f8ae..aacc84cbda 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.11.4-SNAPSHOT + 2.12.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 202650bbac..7491293583 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.11.4-SNAPSHOT + 2.12.0 4.0.0 com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 8affeda067..cd69b6071a 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.11.4-SNAPSHOT + 2.12.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 0d587ab815..cfc16df6cb 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.11.4-SNAPSHOT + 2.12.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 79fc33aa0a..60c3cfdc3a 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.11.4-SNAPSHOT + 2.12.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 65e839ed83..e9c47b12bf 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.11.4-SNAPSHOT + 2.12.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 7f8bfc5dd5..2833a306af 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.11.4-SNAPSHOT + 2.12.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 0c9d281aca..8578474cee 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.11.4-SNAPSHOT + 2.12.0 test diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index abe9b8443b..d57e95747a 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.11.4-SNAPSHOT + 2.12.0 diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml index 6ee3c41c2a..259d1addc3 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.11.4-SNAPSHOT + 2.12.0 4.0.0 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index db082fa715..9427f48235 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.11.4-SNAPSHOT + 2.12.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 5fe51249bb..f963f92319 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.10.4-SNAPSHOT + 1.11.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-1.x-replication - 1.10.4-SNAPSHOT + 1.11.0 jar bigtable-hbase-1.x-replication @@ -135,7 +135,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.10.4-SNAPSHOT + 1.11.0 @@ -189,7 +189,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.11.4-SNAPSHOT + 2.12.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 7ed824f682..e1f2c7928a 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.10.4-SNAPSHOT + 1.11.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-2.x-replication - 1.10.4-SNAPSHOT + 1.11.0 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.10.4-SNAPSHOT + 1.11.0 @@ -178,7 +178,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-hadoop - 2.11.4-SNAPSHOT + 2.12.0 @@ -227,7 +227,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.11.4-SNAPSHOT + 2.12.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 c32c4e93a7..d557d813b7 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.10.4-SNAPSHOT + 1.11.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication-core - 1.10.4-SNAPSHOT + 1.11.0 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.11.4-SNAPSHOT + 2.12.0 org.mockito diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml index 0d30a01aa7..ce835979c1 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.10.4-SNAPSHOT + 1.11.0 com.google.cloud.bigtable hbase-migration-tools - 2.11.4-SNAPSHOT + 2.12.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 874230af33..2199d2c1ca 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-1.x-hadoop jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -43,7 +43,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-shaded - 0.6.4-SNAPSHOT + 0.7.0 compile @@ -183,7 +183,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 8c9f00aae6..36f86636fe 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-1.x-integration-tests jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.11.4-SNAPSHOT + 2.12.0 @@ -116,7 +116,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.11.4-SNAPSHOT + 2.12.0 @@ -182,7 +182,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.6.4-SNAPSHOT + 0.7.0 test @@ -218,7 +218,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.11.4-SNAPSHOT + 2.12.0 test @@ -349,7 +349,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.6.4-SNAPSHOT + 0.7.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 b815bad604..5042be569e 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-1.x-shaded jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -39,7 +39,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.6.4-SNAPSHOT + 0.7.0 compile @@ -204,7 +204,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 b69988cc24..a47ed64a8c 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-1.x jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -37,7 +37,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.6.4-SNAPSHOT + 0.7.0 compile @@ -63,7 +63,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.6.4-SNAPSHOT + 0.7.0 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 2b66fc830b..2421c6066e 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-1.x-parent pom - 0.6.4-SNAPSHOT + 0.7.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 4f10d98485..ed207b919e 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-1.x-2.x-integration-tests jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -48,7 +48,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.11.4-SNAPSHOT + 2.12.0 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.11.4-SNAPSHOT + 2.12.0 @@ -186,14 +186,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.6.4-SNAPSHOT + 0.7.0 test ${project.groupId} bigtable-hbase-2.x - 2.11.4-SNAPSHOT + 2.12.0 test @@ -217,14 +217,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.6.4-SNAPSHOT + 0.7.0 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.6.4-SNAPSHOT + 0.7.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 2058dcdef1..5d1b49d86b 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-2.x-hadoop jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -42,7 +42,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-shaded - 0.6.4-SNAPSHOT + 0.7.0 compile @@ -192,7 +192,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 433c4a843b..c4ac853163 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-2.x-integration-tests jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.11.4-SNAPSHOT + 2.12.0 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.11.4-SNAPSHOT + 2.12.0 @@ -185,14 +185,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.6.4-SNAPSHOT + 0.7.0 test ${project.groupId} bigtable-hbase-2.x - 2.11.4-SNAPSHOT + 2.12.0 test @@ -215,21 +215,21 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.6.4-SNAPSHOT + 0.7.0 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.6.4-SNAPSHOT + 0.7.0 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-2.x-integration-tests - 0.6.4-SNAPSHOT + 0.7.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 5495de8653..703484ac86 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-2.x-shaded jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.6.4-SNAPSHOT + 0.7.0 compile @@ -202,7 +202,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.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 13c41d30ba..74e959a67a 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-2.x jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.6.4-SNAPSHOT + 0.7.0 compile @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.6.4-SNAPSHOT + 0.7.0 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 b554880f46..207a809dae 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-2.x-parent pom - 0.6.4-SNAPSHOT + 0.7.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 ef0d5b6316..813ec68360 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-core jar - 0.6.4-SNAPSHOT + 0.7.0 ${project.groupId}:${project.artifactId} @@ -91,7 +91,7 @@ limitations under the License. com.google.cloud.bigtable protobuf-java-format-shaded - 0.6.4-SNAPSHOT + 0.7.0 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 a0ced4149e..bd8f3f1eb5 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.6.4-SNAPSHOT + 0.7.0 bigtable-hbase-mirroring-client-core-parent pom - 0.6.4-SNAPSHOT + 0.7.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 3097486b51..d19dff2ec9 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.6.4-SNAPSHOT + 0.7.0 protobuf-java-format-shaded - 0.6.4-SNAPSHOT + 0.7.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 @@ -93,7 +93,7 @@ com.google.cloud.bigtable.test bigtable-build-helper - 2.11.4-SNAPSHOT + 2.12.0 verify-shaded-jar-entries diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml index 19960974fc..2b60168325 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.11.4-SNAPSHOT + 2.12.0 mirroring-client pom - 0.6.4-SNAPSHOT + 0.7.0 diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml index 4414890d21..171c2c1b93 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.11.4-SNAPSHOT + 2.12.0 com.google.cloud.bigtable bigtable-client-parent - 2.11.4-SNAPSHOT + 2.12.0 hbase-migration-tools diff --git a/pom.xml b/pom.xml index e1438c7f0f..94397d5a08 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.11.4-SNAPSHOT + 2.12.0 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ diff --git a/versions.txt b/versions.txt index def255489e..0bdbc0cece 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -bigtable-client-parent:2.11.3:2.11.4-SNAPSHOT -bigtable-hbase-replication:1.10.3:1.10.4-SNAPSHOT -bigtable-hbase-mirroring:0.6.3:0.6.4-SNAPSHOT \ No newline at end of file +bigtable-client-parent:2.12.0:2.12.0 +bigtable-hbase-replication:1.11.0:1.11.0 +bigtable-hbase-mirroring:0.7.0:0.7.0 \ No newline at end of file