From b63250779d46ad46eefa7f7434c4bac9bbfab0ec Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 25 Jan 2023 19:45:12 +0000
Subject: [PATCH] chore(main): release 2.7.0
---
CHANGELOG.md | 27 +++++++++++++++++++
.../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 +-
.../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 ++---
.../mirroring-client/pom.xml | 4 +--
hbase-migration-tools/pom.xml | 4 +--
pom.xml | 2 +-
versions.txt | 6 ++---
52 files changed, 168 insertions(+), 141 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c46e33f3c2..2883c479d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## [2.7.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.6.5...v2.7.0) (2023-01-25)
+
+
+### Features
+
+* Next release from main branch is 2.7.0 ([#3887](https://github.com/googleapis/java-bigtable-hbase/issues/3887)) ([6c3485d](https://github.com/googleapis/java-bigtable-hbase/commit/6c3485d93169cf9d8ecb7af1068fe8b9b2c8c3bc))
+
+
+### Bug Fixes
+
+* Making outer main public for export/templates ([#3900](https://github.com/googleapis/java-bigtable-hbase/issues/3900)) ([6bff440](https://github.com/googleapis/java-bigtable-hbase/commit/6bff440cac0b230788f718e7a104789f65a9c6b5))
+* Set client config log level to INFO ([#3876](https://github.com/googleapis/java-bigtable-hbase/issues/3876)) ([5b8ce5c](https://github.com/googleapis/java-bigtable-hbase/commit/5b8ce5c5cc1f43e876a3fe8d23015131bfb814a2))
+
+
+### Dependencies
+
+* Replace all transitive log4j deps with reload4j ([#3930](https://github.com/googleapis/java-bigtable-hbase/issues/3930)) ([29019ad](https://github.com/googleapis/java-bigtable-hbase/commit/29019ad48cb832920699b339545eedf370ddfd04))
+* Update bigtable version to 2.17.1, shared config to 1.5.5 ([#3889](https://github.com/googleapis/java-bigtable-hbase/issues/3889)) ([7729556](https://github.com/googleapis/java-bigtable-hbase/commit/77295564404119146e4598702af888c1d809fefd))
+* Update dependency com.google.protobuf:protobuf-java to v3.21.11 ([#3881](https://github.com/googleapis/java-bigtable-hbase/issues/3881)) ([1ac8692](https://github.com/googleapis/java-bigtable-hbase/commit/1ac8692136820d072091481a1f749bb92193764c))
+* Update dependency com.google.protobuf:protobuf-java to v3.21.12 ([#3896](https://github.com/googleapis/java-bigtable-hbase/issues/3896)) ([5d0f431](https://github.com/googleapis/java-bigtable-hbase/commit/5d0f43140d7abf6dc4fbee2cf649111097dae7aa))
+* Update dependency net.bytebuddy:byte-buddy to v1.12.20 ([#3898](https://github.com/googleapis/java-bigtable-hbase/issues/3898)) ([58a4531](https://github.com/googleapis/java-bigtable-hbase/commit/58a4531863ea0dd6e1f9f60e4062f5046b6488e4))
+* Update dependency net.bytebuddy:byte-buddy to v1.12.21 ([#3905](https://github.com/googleapis/java-bigtable-hbase/issues/3905)) ([6f68e94](https://github.com/googleapis/java-bigtable-hbase/commit/6f68e94a3d90605b712555faebaefa91c52a40c6))
+* Update dependency net.bytebuddy:byte-buddy to v1.12.22 ([#3911](https://github.com/googleapis/java-bigtable-hbase/issues/3911)) ([42a87a7](https://github.com/googleapis/java-bigtable-hbase/commit/42a87a715e3aff160b6fbbc04615d3dc092cb3eb))
+* Update dependency org.junit.platform:junit-platform-launcher to v1.9.2 ([#3907](https://github.com/googleapis/java-bigtable-hbase/issues/3907)) ([787e83c](https://github.com/googleapis/java-bigtable-hbase/commit/787e83c36c7b05f805ec8dcfe050bf4d7fadc9c3))
+* Update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 ([#3908](https://github.com/googleapis/java-bigtable-hbase/issues/3908)) ([1b19251](https://github.com/googleapis/java-bigtable-hbase/commit/1b19251df62d0ce29bd8e2a946656e9e1077df77))
+* Update google-cloud-bigtable dependencies ([#3934](https://github.com/googleapis/java-bigtable-hbase/issues/3934)) ([841bb29](https://github.com/googleapis/java-bigtable-hbase/commit/841bb29a4f86dc9915200f5550bb90f117293be6))
+
## [2.6.5](https://github.com/googleapis/java-bigtable-hbase/compare/v2.6.4...v2.6.5) (2022-12-08)
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 158d2defe2..ccbcf17e38 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.6.6-SNAPSHOT
+ 2.7.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 1d99335097..9ba9001372 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.6.6-SNAPSHOT
+ 2.7.0
bigtable-hbase
@@ -190,7 +190,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -262,7 +262,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.0
+ 2.7.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 8cd1c93662..4b17fed5ca 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
@@ -147,7 +147,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.6.6-SNAPSHOT
+ 2.7.0
org.apache.hbase
@@ -159,7 +159,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -278,7 +278,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -467,7 +467,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 951a49342c..82cf1eedf9 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.6.6-SNAPSHOT
+ 2.7.0
bigtable-hbase-beam
@@ -83,7 +83,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.6.6-SNAPSHOT
+ 2.7.0
+ 2.7.0
verify-mirror-deps
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index cdde3754b9..f4b0207d47 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.6.6-SNAPSHOT
+ 2.7.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 50891954a2..39b84f262b 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
@@ -39,7 +39,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -234,7 +234,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 d8e915488a..3f8527abf9 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.6.6-SNAPSHOT
+ 2.7.0
bigtable-hbase-1.x-integration-tests
@@ -184,7 +184,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -198,7 +198,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -212,7 +212,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.6.6-SNAPSHOT
+ 2.7.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 d55f01527c..7c9c9b479e 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.6.6-SNAPSHOT
+ 2.7.0
bigtable-hbase-1.x-mapreduce
@@ -65,7 +65,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -125,7 +125,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -231,7 +231,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 0600f05a40..7a41283349 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -430,7 +430,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 1dada855cc..5a5e268b64 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
@@ -23,7 +23,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.6.6-SNAPSHOT
+ 2.7.0
+ 2.7.0
bigtable-hbase-1.x
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.6.6-SNAPSHOT
+ 2.7.0
com.google.cloud.bigtable
@@ -180,7 +180,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.6.6-SNAPSHOT
+ 2.7.0
test
diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml
index cc8a9d4988..c3139810d5 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.6.6-SNAPSHOT
+ 2.7.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 ace9ff3f21..06a34a8bd0 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
@@ -39,7 +39,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.6.6-SNAPSHOT
+ 2.7.0
org.apache.hbase
@@ -235,7 +235,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 997f7cd918..bf5351917b 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.6.6-SNAPSHOT
+ 2.7.0
bigtable-hbase-2.x-integration-tests
@@ -185,7 +185,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -203,7 +203,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -217,7 +217,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.6.6-SNAPSHOT
+ 2.7.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 5d3ffc798d..74276d90c8 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -415,7 +415,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 8a37a5d90c..77ffca2a34 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.6.6-SNAPSHOT
+ 2.7.0
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase
- 2.6.6-SNAPSHOT
+ 2.7.0
org.apache.hbase
diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml
index 7c5b10bc81..018db50ba0 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.6.6-SNAPSHOT
+ 2.7.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 8f9190c3b0..9bcfcc7959 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 1623a70d06..3453373be1 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.6.6-SNAPSHOT
+ 2.7.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 07ed4595d3..53bd3eb1d7 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.6.6-SNAPSHOT
+ 2.7.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 0a71fa2508..9facccc7c3 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.6.6-SNAPSHOT
+ 2.7.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 08939080ba..d20dbd537e 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.6.6-SNAPSHOT
+ 2.7.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 d42c607523..1c23df7511 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.6.6-SNAPSHOT
+ 2.7.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 2d0b390560..b51c1b27cd 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.6.6-SNAPSHOT
+ 2.7.0
test
diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml
index fe60c852ed..8cddea2982 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.6.6-SNAPSHOT
+ 2.7.0
diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml
index c85b54089f..632fca90ce 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.6.6-SNAPSHOT
+ 2.7.0
4.0.0
diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml
index 014aa62815..fc5b10d355 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.6.6-SNAPSHOT
+ 2.7.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 6a2a57fa86..4ae68dbf40 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.5.6-SNAPSHOT
+ 1.6.0
4.0.0
com.google.cloud.bigtable
bigtable-hbase-1.x-replication
- 1.5.6-SNAPSHOT
+ 1.6.0
jar
bigtable-hbase-1.x-replication
@@ -135,7 +135,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.5.6-SNAPSHOT
+ 1.6.0
@@ -189,7 +189,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 9c0b5f708a..15bc28f78e 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.5.6-SNAPSHOT
+ 1.6.0
4.0.0
com.google.cloud.bigtable
bigtable-hbase-2.x-replication
- 1.5.6-SNAPSHOT
+ 1.6.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.5.6-SNAPSHOT
+ 1.6.0
@@ -178,7 +178,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-hadoop
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -227,7 +227,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 5dec458b09..182e73a811 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.5.6-SNAPSHOT
+ 1.6.0
4.0.0
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.5.6-SNAPSHOT
+ 1.6.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.6.6-SNAPSHOT
+ 2.7.0
org.mockito
diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml
index b2c961b9fe..7dc3fb7bb0 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.5.6-SNAPSHOT
+ 1.6.0
com.google.cloud.bigtable
hbase-migration-tools
- 2.6.6-SNAPSHOT
+ 2.7.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 7f240c4555..61238b19f0 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-1.x-hadoop
jar
- 0.1.6-SNAPSHOT
+ 0.2.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.1.6-SNAPSHOT
+ 0.2.0
compile
@@ -183,7 +183,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 edfec45e09..0c52132904 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-1.x-integration-tests
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -49,7 +49,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -116,7 +116,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -182,7 +182,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.1.6-SNAPSHOT
+ 0.2.0
test
@@ -218,7 +218,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -349,7 +349,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.1.6-SNAPSHOT
+ 0.2.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 ded9376ceb..21032f900a 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-1.x-shaded
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -39,7 +39,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.1.6-SNAPSHOT
+ 0.2.0
compile
@@ -204,7 +204,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 5fb97fff71..cb0803c32b 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-1.x
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -37,7 +37,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.1.6-SNAPSHOT
+ 0.2.0
compile
@@ -63,7 +63,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.1.6-SNAPSHOT
+ 0.2.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 4b747fbe91..4d0191abbe 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-1.x-parent
pom
- 0.1.6-SNAPSHOT
+ 0.2.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 1fca3689cd..e892106129 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -48,7 +48,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -117,7 +117,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -186,14 +186,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.1.6-SNAPSHOT
+ 0.2.0
test
${project.groupId}
bigtable-hbase-2.x
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -217,14 +217,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.1.6-SNAPSHOT
+ 0.2.0
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.1.6-SNAPSHOT
+ 0.2.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 e42cbfe596..d2b227ebcc 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-2.x-hadoop
jar
- 0.1.6-SNAPSHOT
+ 0.2.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.1.6-SNAPSHOT
+ 0.2.0
compile
@@ -192,7 +192,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 f96f71e9ff..bee51549ab 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-2.x-integration-tests
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -49,7 +49,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -117,7 +117,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.6.6-SNAPSHOT
+ 2.7.0
@@ -185,14 +185,14 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.1.6-SNAPSHOT
+ 0.2.0
test
${project.groupId}
bigtable-hbase-2.x
- 2.6.6-SNAPSHOT
+ 2.7.0
test
@@ -215,21 +215,21 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.1.6-SNAPSHOT
+ 0.2.0
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.1.6-SNAPSHOT
+ 0.2.0
test-jar
test
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
- 0.1.6-SNAPSHOT
+ 0.2.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 ec846d8d4b..0cff8a4cf9 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-2.x-shaded
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -38,7 +38,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.1.6-SNAPSHOT
+ 0.2.0
compile
@@ -202,7 +202,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.6.6-SNAPSHOT
+ 2.7.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 b5bded5dd1..1630f09511 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-2.x
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -38,7 +38,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.1.6-SNAPSHOT
+ 0.2.0
compile
@@ -100,7 +100,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.1.6-SNAPSHOT
+ 0.2.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 42971c5d15..81d0c0c83e 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-2.x-parent
pom
- 0.1.6-SNAPSHOT
+ 0.2.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 3fdcdea881..110f246f66 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-core
jar
- 0.1.6-SNAPSHOT
+ 0.2.0
${project.groupId}:${project.artifactId}
@@ -91,7 +91,7 @@ limitations under the License.
com.google.cloud.bigtable
protobuf-java-format-shaded
- 0.1.6-SNAPSHOT
+ 0.2.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 5140f7e29b..dc9a38d8d2 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.1.6-SNAPSHOT
+ 0.2.0
bigtable-hbase-mirroring-client-core-parent
pom
- 0.1.6-SNAPSHOT
+ 0.2.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 4fbe071055..3c5b88a22c 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.1.6-SNAPSHOT
+ 0.2.0
protobuf-java-format-shaded
- 0.1.6-SNAPSHOT
+ 0.2.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.6.6-SNAPSHOT
+ 2.7.0
verify-shaded-jar-entries
diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml
index b99f85761a..9c353656bf 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.6.6-SNAPSHOT
+ 2.7.0
mirroring-client
pom
- 0.1.6-SNAPSHOT
+ 0.2.0
diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml
index ecb5eb4468..78dfa36e33 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.6.6-SNAPSHOT
+ 2.7.0
com.google.cloud.bigtable
bigtable-client-parent
- 2.6.6-SNAPSHOT
+ 2.7.0
hbase-migration-tools
diff --git a/pom.xml b/pom.xml
index 13ee07a881..8711c508bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.6.6-SNAPSHOT
+ 2.7.0
pom
${project.groupId}:${project.artifactId}
https://cloud.google.com/bigtable/
diff --git a/versions.txt b/versions.txt
index 4ae0d5b7c8..c95b3a0fe4 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-bigtable-client-parent:2.6.5:2.6.6-SNAPSHOT
-bigtable-hbase-replication:1.5.5:1.5.6-SNAPSHOT
-bigtable-hbase-mirroring:0.1.5:0.1.6-SNAPSHOT
\ No newline at end of file
+bigtable-client-parent:2.7.0:2.7.0
+bigtable-hbase-replication:1.6.0:1.6.0
+bigtable-hbase-mirroring:0.2.0:0.2.0
\ No newline at end of file