From b30430831c07a56c246c1e34f5bec3fd9db1f528 Mon Sep 17 00:00:00 2001 From: Igor Bernstein Date: Fri, 29 Mar 2024 16:39:24 -0400 Subject: [PATCH] chore: fix maven version to 2.13.0 (#4325) * chore: fix maven version to 2.13.0 This was accidentally released to maven as 2.12.1 because git & maven tagging went out of sync. Resetting the versions to force a release to maven manually Change-Id: I378fb8a9fc902a50600ac64fac2aafbe25acbf1e * update the mirroring/replication versions as well Change-Id: I00a996e1fadd078de6f56bcea78c32d346319f05 * fix version txt Change-Id: Iec3722bf74e712a3bc50464b9bb727808f51b8f5 --- .../pom.xml | 2 +- .../bigtable-hbase/pom.xml | 6 +++--- .../bigtable/hbase/BigtableHBaseVersion.java | 2 +- bigtable-client-core-parent/pom.xml | 2 +- .../bigtable-beam-import/pom.xml | 10 +++++----- .../bigtable-hbase-beam/pom.xml | 6 +++--- bigtable-dataflow-parent/pom.xml | 2 +- .../bigtable-hbase-1.x-hadoop/pom.xml | 6 +++--- .../pom.xml | 8 ++++---- .../bigtable-hbase-1.x-mapreduce/pom.xml | 8 ++++---- .../bigtable-hbase-1.x-shaded/pom.xml | 6 +++--- .../bigtable-hbase-1.x-tools/pom.xml | 4 ++-- .../bigtable-hbase-1.x/pom.xml | 6 +++--- bigtable-hbase-1.x-parent/pom.xml | 2 +- .../bigtable-hbase-2.x-hadoop/pom.xml | 6 +++--- .../pom.xml | 8 ++++---- .../bigtable-hbase-2.x-shaded/pom.xml | 6 +++--- .../bigtable-hbase-2.x/pom.xml | 4 ++-- bigtable-hbase-2.x-parent/pom.xml | 2 +- bigtable-test/bigtable-build-helper/pom.xml | 4 ++-- .../it/verify-mirror-deps-misaligned/pom.xml | 2 +- .../src/it/verify-mirror-deps-ok/pom.xml | 2 +- .../src/it/verify-shaded-exclusions-ok/pom.xml | 2 +- .../pom.xml | 2 +- .../it/verify-shaded-jar-entries-leak/pom.xml | 2 +- .../it/verify-shaded-jar-entries-ok/pom.xml | 2 +- .../bigtable-emulator-maven-plugin/pom.xml | 2 +- .../bigtable-internal-test-helper/pom.xml | 2 +- bigtable-test/pom.xml | 2 +- .../bigtable-hbase-1.x-replication/pom.xml | 8 ++++---- .../bigtable-hbase-2.x-replication/pom.xml | 10 +++++----- .../bigtable-hbase-replication-core/pom.xml | 6 +++--- .../bigtable-hbase-replication/pom.xml | 4 ++-- .../pom.xml | 8 ++++---- .../pom.xml | 14 +++++++------- .../pom.xml | 8 ++++---- .../pom.xml | 8 ++++---- .../pom.xml | 4 ++-- .../pom.xml | 16 ++++++++-------- .../pom.xml | 8 ++++---- .../pom.xml | 18 +++++++++--------- .../pom.xml | 8 ++++---- .../pom.xml | 8 ++++---- .../pom.xml | 4 ++-- .../pom.xml | 6 +++--- .../pom.xml | 4 ++-- .../protobuf-java-format-shaded/pom.xml | 6 +++--- hbase-migration-tools/mirroring-client/pom.xml | 4 ++-- hbase-migration-tools/pom.xml | 4 ++-- pom.xml | 4 ++-- versions.txt | 6 +++--- 51 files changed, 142 insertions(+), 142 deletions(-) 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 57581762d0..c7512f8ebc 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.2-SNAPSHOT + 2.13.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 9072a4d2d2..5a2c1ac93a 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.2-SNAPSHOT + 2.13.0 bigtable-hbase @@ -180,7 +180,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.12.2-SNAPSHOT + 2.13.0 test @@ -252,7 +252,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.0 + 2.13.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 9956f5e383..acbc2b7465 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.2-SNAPSHOT + 2.13.0 4.0.0 @@ -158,7 +158,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 2.12.2-SNAPSHOT + 2.13.0 org.apache.hbase @@ -170,7 +170,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.12.2-SNAPSHOT + 2.13.0 @@ -289,7 +289,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.12.2-SNAPSHOT + 2.13.0 test @@ -478,7 +478,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 03e67d8e45..580b4cd2a3 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.2-SNAPSHOT + 2.13.0 bigtable-hbase-beam @@ -83,7 +83,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.12.2-SNAPSHOT + 2.13.0 + 2.13.0 verify-mirror-deps diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml index fcb59d3124..9fdf5421fc 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.2-SNAPSHOT + 2.13.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 3ecd98754d..9827d65134 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.2-SNAPSHOT + 2.13.0 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.12.2-SNAPSHOT + 2.13.0 @@ -234,7 +234,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 a900b837b6..08d42df62e 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.2-SNAPSHOT + 2.13.0 bigtable-hbase-1.x-integration-tests @@ -184,7 +184,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.12.2-SNAPSHOT + 2.13.0 test @@ -198,7 +198,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.12.2-SNAPSHOT + 2.13.0 test @@ -212,7 +212,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.12.2-SNAPSHOT + 2.13.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 ec15d522f9..7fc0be893f 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.2-SNAPSHOT + 2.13.0 bigtable-hbase-1.x-mapreduce @@ -65,7 +65,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.12.2-SNAPSHOT + 2.13.0 @@ -125,7 +125,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.12.2-SNAPSHOT + 2.13.0 test @@ -231,7 +231,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 4fc72c362c..c450c765b3 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.2-SNAPSHOT + 2.13.0 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.12.2-SNAPSHOT + 2.13.0 @@ -435,7 +435,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 f60608ac1f..0e66f7bda6 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.2-SNAPSHOT + 2.13.0 4.0.0 @@ -23,7 +23,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 2.12.2-SNAPSHOT + 2.13.0 + 2.13.0 bigtable-hbase-1.x @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.12.2-SNAPSHOT + 2.13.0 com.google.cloud.bigtable @@ -175,7 +175,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.12.2-SNAPSHOT + 2.13.0 test diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index fe03dd70d0..c5baffd8bc 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.2-SNAPSHOT + 2.13.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 ecf08baf6e..032c5aef0d 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.2-SNAPSHOT + 2.13.0 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.12.2-SNAPSHOT + 2.13.0 org.apache.hbase @@ -235,7 +235,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 b919f35e94..f9cee34189 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.2-SNAPSHOT + 2.13.0 bigtable-hbase-2.x-integration-tests @@ -185,7 +185,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.12.2-SNAPSHOT + 2.13.0 test @@ -203,7 +203,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.12.2-SNAPSHOT + 2.13.0 test @@ -217,7 +217,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.12.2-SNAPSHOT + 2.13.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 a883c89071..e51dce533b 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.2-SNAPSHOT + 2.13.0 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.12.2-SNAPSHOT + 2.13.0 @@ -420,7 +420,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 a8b18cecea..61160df23c 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.2-SNAPSHOT + 2.13.0 @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 2.12.2-SNAPSHOT + 2.13.0 org.apache.hbase diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index e9a8d45f97..1eafe1a3ce 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.2-SNAPSHOT + 2.13.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 62c124d8f1..cf60318a6d 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.2-SNAPSHOT + 2.13.0 4.0.0 com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 4c794069b8..1ad9d6bf7a 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.2-SNAPSHOT + 2.13.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 08351baa1e..459a974d48 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.2-SNAPSHOT + 2.13.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 619cf8d395..66f97317c3 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.2-SNAPSHOT + 2.13.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 63dd1dd433..d23cd0cf28 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.2-SNAPSHOT + 2.13.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 4462f356eb..203c76f091 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.2-SNAPSHOT + 2.13.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 9518224dc0..1692e02169 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.2-SNAPSHOT + 2.13.0 test diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index d230658a49..8e27d17c85 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.2-SNAPSHOT + 2.13.0 diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml index 83ebdcd533..05d414a9f0 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.2-SNAPSHOT + 2.13.0 4.0.0 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index 5cd45c809a..1a87567fcc 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.2-SNAPSHOT + 2.13.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 f2175e6cfc..f0a4acc771 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.2-SNAPSHOT + 1.11.2 4.0.0 com.google.cloud.bigtable bigtable-hbase-1.x-replication - 1.11.2-SNAPSHOT + 1.11.2 jar bigtable-hbase-1.x-replication @@ -135,7 +135,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.11.2-SNAPSHOT + 1.11.2 @@ -189,7 +189,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.12.2-SNAPSHOT + 2.13.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 add9d994ad..24a89771d5 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.2-SNAPSHOT + 1.11.2 4.0.0 com.google.cloud.bigtable bigtable-hbase-2.x-replication - 1.11.2-SNAPSHOT + 1.11.2 jar bigtable-hbase-2.x-replication Library to enable one way replication from HBase to Cloud Bigtable. @@ -158,7 +158,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.11.2-SNAPSHOT + 1.11.2 @@ -178,7 +178,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-hadoop - 2.12.2-SNAPSHOT + 2.13.0 @@ -227,7 +227,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.12.2-SNAPSHOT + 2.13.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 c01ce32630..339fa2ebea 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.2-SNAPSHOT + 1.11.2 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication-core - 1.11.2-SNAPSHOT + 1.11.2 jar bigtable-hbase-replication-core Library to enable one way replication from HBase to Cloud @@ -95,7 +95,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-hadoop - 2.12.2-SNAPSHOT + 2.13.0 org.mockito diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml index 46489cf5a2..98c10cc390 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.2-SNAPSHOT + 1.11.2 com.google.cloud.bigtable hbase-migration-tools - 2.12.2-SNAPSHOT + 2.13.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 a698cc29e4..bac4c672e2 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-1.x-hadoop jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -43,7 +43,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-shaded - 0.7.2-SNAPSHOT + 0.7.2 compile @@ -183,7 +183,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 9b0893d603..cb4434878e 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-1.x-integration-tests jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.12.2-SNAPSHOT + 2.13.0 @@ -116,7 +116,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.12.2-SNAPSHOT + 2.13.0 @@ -182,7 +182,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.7.2-SNAPSHOT + 0.7.2 test @@ -218,7 +218,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.12.2-SNAPSHOT + 2.13.0 test @@ -349,7 +349,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.7.2-SNAPSHOT + 0.7.2 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml index 4953395e52..71789544a2 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-1.x-shaded jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -39,7 +39,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.7.2-SNAPSHOT + 0.7.2 compile @@ -204,7 +204,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 d84278d27d..ccb1a65126 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-1.x jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -37,7 +37,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.7.2-SNAPSHOT + 0.7.2 compile @@ -63,7 +63,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.7.2-SNAPSHOT + 0.7.2 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml index 57dbc73d1c..05d9b185fb 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-1.x-parent pom - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml index 51d410b2b4..677c6bc2b7 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-1.x-2.x-integration-tests jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -48,7 +48,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.12.2-SNAPSHOT + 2.13.0 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.12.2-SNAPSHOT + 2.13.0 @@ -186,14 +186,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.7.2-SNAPSHOT + 0.7.2 test ${project.groupId} bigtable-hbase-2.x - 2.12.2-SNAPSHOT + 2.13.0 test @@ -217,14 +217,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.7.2-SNAPSHOT + 0.7.2 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.7.2-SNAPSHOT + 0.7.2 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml index 6fc1a38307..16e08b4296 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-2.x-hadoop jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -42,7 +42,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-shaded - 0.7.2-SNAPSHOT + 0.7.2 compile @@ -192,7 +192,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 eb2908f6ab..7ae685f5ef 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-2.x-integration-tests jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.12.2-SNAPSHOT + 2.13.0 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.12.2-SNAPSHOT + 2.13.0 @@ -185,14 +185,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.7.2-SNAPSHOT + 0.7.2 test ${project.groupId} bigtable-hbase-2.x - 2.12.2-SNAPSHOT + 2.13.0 test @@ -215,21 +215,21 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.7.2-SNAPSHOT + 0.7.2 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.7.2-SNAPSHOT + 0.7.2 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-2.x-integration-tests - 0.7.2-SNAPSHOT + 0.7.2 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml index d9bce24175..83ecf1f4a8 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-2.x-shaded jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.7.2-SNAPSHOT + 0.7.2 compile @@ -202,7 +202,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.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 28a6591252..577c20dd3f 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-2.x jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.7.2-SNAPSHOT + 0.7.2 compile @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.7.2-SNAPSHOT + 0.7.2 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml index 469a25df0d..fa21eab415 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-2.x-parent pom - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml index 832a47e70b..809d9c74df 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-core jar - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} @@ -91,7 +91,7 @@ limitations under the License. com.google.cloud.bigtable protobuf-java-format-shaded - 0.7.2-SNAPSHOT + 0.7.2 compile diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml index 4aeb9852d6..ca232eb1fc 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.2-SNAPSHOT + 0.7.2 bigtable-hbase-mirroring-client-core-parent pom - 0.7.2-SNAPSHOT + 0.7.2 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml index 61734539b6..b7577fab5d 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.2-SNAPSHOT + 0.7.2 protobuf-java-format-shaded - 0.7.2-SNAPSHOT + 0.7.2 This is a wrapper around `com.googlecode.protobuf-java-format:protobuf-java-format` that rewrites the bytecode to use `org.apache.hadoop.hbase.shaded.com.google.protobuf` instead of plain @@ -93,7 +93,7 @@ com.google.cloud.bigtable.test bigtable-build-helper - 2.12.2-SNAPSHOT + 2.13.0 verify-shaded-jar-entries diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml index 3f590d5360..7db2368865 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.2-SNAPSHOT + 2.13.0 mirroring-client pom - 0.7.2-SNAPSHOT + 0.7.2 diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml index 41e721f8ed..f48df72397 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.2-SNAPSHOT + 2.13.0 com.google.cloud.bigtable bigtable-client-parent - 2.12.2-SNAPSHOT + 2.13.0 hbase-migration-tools diff --git a/pom.xml b/pom.xml index 0321ef9688..8a71bd2722 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.12.2-SNAPSHOT + 2.13.0 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ @@ -381,7 +381,7 @@ limitations under the License. - sonatype-snapshots + sonatypes https://oss.sonatype.org/content/repositories/snapshots false diff --git a/versions.txt b/versions.txt index b8bb5538d9..4a240260af 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -bigtable-client-parent:2.12.1:2.12.2-SNAPSHOT -bigtable-hbase-replication:1.11.1:1.11.2-SNAPSHOT -bigtable-hbase-mirroring:0.7.1:0.7.2-SNAPSHOT \ No newline at end of file +bigtable-client-parent:2.13.0:2.13.0 +bigtable-hbase-replication:1.11.2:1.11.2 +bigtable-hbase-mirroring:0.7.2:0.7.2 \ No newline at end of file