diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc9325465..0140d04f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.7.3](https://github.com/googleapis/java-bigtable-hbase/compare/v2.7.2...v2.7.3) (2023-03-30) + + +### Bug Fixes + +* Fix CloudBigtableIO scan to take version and filters ([#3901](https://github.com/googleapis/java-bigtable-hbase/issues/3901)) ([307874f](https://github.com/googleapis/java-bigtable-hbase/commit/307874f670c5ffc10d5db58d2ef1afce4b04d0e9)) + + +### Dependencies + +* Update dependency com.google.protobuf:protobuf-java to v3.22.1 ([#3995](https://github.com/googleapis/java-bigtable-hbase/issues/3995)) ([8cf46f1](https://github.com/googleapis/java-bigtable-hbase/commit/8cf46f16fb071a77ffa1462d1576051dc5aaab83)) +* Update dependency com.google.protobuf:protobuf-java to v3.22.2 ([#4001](https://github.com/googleapis/java-bigtable-hbase/issues/4001)) ([66962ef](https://github.com/googleapis/java-bigtable-hbase/commit/66962ef3ab61c90680eb51542943f94ec5416ecf)) +* Update dependency net.bytebuddy:byte-buddy to v1.14.1 ([#3993](https://github.com/googleapis/java-bigtable-hbase/issues/3993)) ([ced055e](https://github.com/googleapis/java-bigtable-hbase/commit/ced055e92df5bbeee6bc44796b3639da91525032)) +* Update dependency net.bytebuddy:byte-buddy to v1.14.2 ([#4004](https://github.com/googleapis/java-bigtable-hbase/issues/4004)) ([6327eb2](https://github.com/googleapis/java-bigtable-hbase/commit/6327eb213e0f88c94096386732bf3273fe9ea00f)) +* Update dependency org.codehaus.plexus:plexus-utils to v3.5.1 ([#3988](https://github.com/googleapis/java-bigtable-hbase/issues/3988)) ([8ee2d3c](https://github.com/googleapis/java-bigtable-hbase/commit/8ee2d3c12018f252feecb98635ff342d06d29aeb)) +* Update google-cloud-bigtable dependencies to 2.20.0 ([9b96f8b](https://github.com/googleapis/java-bigtable-hbase/commit/9b96f8b11e1d8f81b421abb7cf7a7ae39df6194a)) + ## [2.7.2](https://github.com/googleapis/java-bigtable-hbase/compare/v2.7.1...v2.7.2) (2023-02-27) 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 622b90db45..70bc9331d6 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.7.3-SNAPSHOT + 2.7.3 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 ab381fda85..2c1c33ad3d 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.7.3-SNAPSHOT + 2.7.3 bigtable-hbase @@ -190,7 +190,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.3-SNAPSHOT + 2.7.3 test @@ -262,7 +262,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 + 2.7.3 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 764d76ef99..18af266ad9 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.7.3-SNAPSHOT + 2.7.3 4.0.0 @@ -147,7 +147,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 2.7.3-SNAPSHOT + 2.7.3 org.apache.hbase @@ -159,7 +159,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.7.3-SNAPSHOT + 2.7.3 @@ -278,7 +278,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.3-SNAPSHOT + 2.7.3 test @@ -467,7 +467,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 verify-mirror-deps diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml index cbf5f7259a..297d647672 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.7.3-SNAPSHOT + 2.7.3 bigtable-hbase-beam @@ -83,7 +83,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.7.3-SNAPSHOT + 2.7.3 + 2.7.3 verify-mirror-deps diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml index 9678d812fa..837999f643 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.7.3-SNAPSHOT + 2.7.3 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 6f8ac4acb0..42105ff2d8 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.7.3-SNAPSHOT + 2.7.3 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.7.3-SNAPSHOT + 2.7.3 @@ -234,7 +234,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 c2919d3105..70b49cb201 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.7.3-SNAPSHOT + 2.7.3 bigtable-hbase-1.x-integration-tests @@ -184,7 +184,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.7.3-SNAPSHOT + 2.7.3 test @@ -198,7 +198,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.7.3-SNAPSHOT + 2.7.3 test @@ -212,7 +212,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.7.3-SNAPSHOT + 2.7.3 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 bf1dd0ab21..d7c56c2bd5 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.7.3-SNAPSHOT + 2.7.3 bigtable-hbase-1.x-mapreduce @@ -65,7 +65,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.7.3-SNAPSHOT + 2.7.3 @@ -125,7 +125,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.3-SNAPSHOT + 2.7.3 test @@ -231,7 +231,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 fde04edf58..773e81824a 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.7.3-SNAPSHOT + 2.7.3 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.7.3-SNAPSHOT + 2.7.3 @@ -430,7 +430,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 67d78d33ad..ef3a4019c3 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.7.3-SNAPSHOT + 2.7.3 4.0.0 @@ -23,7 +23,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 2.7.3-SNAPSHOT + 2.7.3 + 2.7.3 bigtable-hbase-1.x @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.7.3-SNAPSHOT + 2.7.3 com.google.cloud.bigtable @@ -180,7 +180,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.3-SNAPSHOT + 2.7.3 test diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index e543e45fd4..e2720d00f2 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.7.3-SNAPSHOT + 2.7.3 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 63c35198b0..ddb872113f 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.7.3-SNAPSHOT + 2.7.3 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.7.3-SNAPSHOT + 2.7.3 org.apache.hbase @@ -235,7 +235,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 1d011a45a7..f6ad0e8026 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.7.3-SNAPSHOT + 2.7.3 bigtable-hbase-2.x-integration-tests @@ -185,7 +185,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.7.3-SNAPSHOT + 2.7.3 test @@ -203,7 +203,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.7.3-SNAPSHOT + 2.7.3 test @@ -217,7 +217,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.7.3-SNAPSHOT + 2.7.3 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 93af6ff499..c81f0e0ddd 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.7.3-SNAPSHOT + 2.7.3 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.7.3-SNAPSHOT + 2.7.3 @@ -415,7 +415,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 a5c908bc36..6fbe827ce8 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.7.3-SNAPSHOT + 2.7.3 @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 2.7.3-SNAPSHOT + 2.7.3 org.apache.hbase diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index c1a86c3efb..0a47cf5f65 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.7.3-SNAPSHOT + 2.7.3 bigtable-hbase-2.x-parent diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml index c0d6429d3d..30c2077d5f 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.7.3-SNAPSHOT + 2.7.3 4.0.0 com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 71f09e628e..1f64dd678f 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.7.3-SNAPSHOT + 2.7.3 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 70668a5466..fa22def518 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.7.3-SNAPSHOT + 2.7.3 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 281f49ed6d..9ab24e349c 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.7.3-SNAPSHOT + 2.7.3 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 5edd8ae633..50e2b9adbd 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.7.3-SNAPSHOT + 2.7.3 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 30741a9662..b83fbfe7a7 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.7.3-SNAPSHOT + 2.7.3 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 c6386c49fd..67746914f9 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.7.3-SNAPSHOT + 2.7.3 test diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index 72c9a10d78..9bf9a43329 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.7.3-SNAPSHOT + 2.7.3 diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml index f0bd606abe..e3c6f9fece 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.7.3-SNAPSHOT + 2.7.3 4.0.0 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index 4be975093c..7035c0229c 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.7.3-SNAPSHOT + 2.7.3 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 1872bc92e1..326498f899 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.6.3-SNAPSHOT + 1.6.3 4.0.0 com.google.cloud.bigtable bigtable-hbase-1.x-replication - 1.6.3-SNAPSHOT + 1.6.3 jar bigtable-hbase-1.x-replication @@ -135,7 +135,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.6.3-SNAPSHOT + 1.6.3 @@ -189,7 +189,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.3-SNAPSHOT + 2.7.3 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 e9235a9b26..d8c8c22af3 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.6.3-SNAPSHOT + 1.6.3 4.0.0 com.google.cloud.bigtable bigtable-hbase-2.x-replication - 1.6.3-SNAPSHOT + 1.6.3 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.6.3-SNAPSHOT + 1.6.3 @@ -178,7 +178,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-hadoop - 2.7.3-SNAPSHOT + 2.7.3 @@ -227,7 +227,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.3-SNAPSHOT + 2.7.3 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 a0345e1a2e..aeca002843 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.6.3-SNAPSHOT + 1.6.3 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication-core - 1.6.3-SNAPSHOT + 1.6.3 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.7.3-SNAPSHOT + 2.7.3 org.mockito diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml index 5c92ac8390..9ea6ea97b4 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.6.3-SNAPSHOT + 1.6.3 com.google.cloud.bigtable hbase-migration-tools - 2.7.3-SNAPSHOT + 2.7.3 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 1adfc0ae44..1b446ef0f5 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-1.x-hadoop jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -43,7 +43,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-shaded - 0.2.3-SNAPSHOT + 0.2.3 compile @@ -183,7 +183,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 20152f0be8..4ad97d971c 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-1.x-integration-tests jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.3-SNAPSHOT + 2.7.3 @@ -116,7 +116,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.3-SNAPSHOT + 2.7.3 @@ -182,7 +182,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.2.3-SNAPSHOT + 0.2.3 test @@ -218,7 +218,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.7.3-SNAPSHOT + 2.7.3 test @@ -349,7 +349,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.3-SNAPSHOT + 0.2.3 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 c130b9e44a..0d2740ec75 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-1.x-shaded jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -39,7 +39,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.2.3-SNAPSHOT + 0.2.3 compile @@ -204,7 +204,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 44e218d720..c6f8168431 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-1.x jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -37,7 +37,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.3-SNAPSHOT + 0.2.3 compile @@ -63,7 +63,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.3-SNAPSHOT + 0.2.3 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 b61233a804..2862b55a88 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-1.x-parent pom - 0.2.3-SNAPSHOT + 0.2.3 ${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 e4db87e487..9428bc2031 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-1.x-2.x-integration-tests jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -48,7 +48,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.3-SNAPSHOT + 2.7.3 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.3-SNAPSHOT + 2.7.3 @@ -186,14 +186,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.2.3-SNAPSHOT + 0.2.3 test ${project.groupId} bigtable-hbase-2.x - 2.7.3-SNAPSHOT + 2.7.3 test @@ -217,14 +217,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.3-SNAPSHOT + 0.2.3 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.2.3-SNAPSHOT + 0.2.3 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 87f73304e4..8f57bd2903 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-2.x-hadoop jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -42,7 +42,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-shaded - 0.2.3-SNAPSHOT + 0.2.3 compile @@ -192,7 +192,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 ff4a0c3b8e..e6a102132b 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-2.x-integration-tests jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.3-SNAPSHOT + 2.7.3 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.3-SNAPSHOT + 2.7.3 @@ -185,14 +185,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.2.3-SNAPSHOT + 0.2.3 test ${project.groupId} bigtable-hbase-2.x - 2.7.3-SNAPSHOT + 2.7.3 test @@ -215,21 +215,21 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.3-SNAPSHOT + 0.2.3 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.2.3-SNAPSHOT + 0.2.3 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-2.x-integration-tests - 0.2.3-SNAPSHOT + 0.2.3 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 94cbb22355..525959e95f 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-2.x-shaded jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.2.3-SNAPSHOT + 0.2.3 compile @@ -202,7 +202,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.3-SNAPSHOT + 2.7.3 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 1c84c9e3ad..21b068fa66 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-2.x jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.3-SNAPSHOT + 0.2.3 compile @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.3-SNAPSHOT + 0.2.3 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 6d9f9d0c09..b0a0f3a2bf 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-2.x-parent pom - 0.2.3-SNAPSHOT + 0.2.3 ${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 e1be28fb0a..7f77b31a41 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-core jar - 0.2.3-SNAPSHOT + 0.2.3 ${project.groupId}:${project.artifactId} @@ -91,7 +91,7 @@ limitations under the License. com.google.cloud.bigtable protobuf-java-format-shaded - 0.2.3-SNAPSHOT + 0.2.3 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 e480a47e04..f25b3da5de 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.2.3-SNAPSHOT + 0.2.3 bigtable-hbase-mirroring-client-core-parent pom - 0.2.3-SNAPSHOT + 0.2.3 ${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 a8794a4894..dc211254f4 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.2.3-SNAPSHOT + 0.2.3 protobuf-java-format-shaded - 0.2.3-SNAPSHOT + 0.2.3 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.7.3-SNAPSHOT + 2.7.3 verify-shaded-jar-entries diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml index 28297b0b43..8e1e2e6238 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.7.3-SNAPSHOT + 2.7.3 mirroring-client pom - 0.2.3-SNAPSHOT + 0.2.3 diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml index 48e4bd15ab..f6e1cd7851 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.7.3-SNAPSHOT + 2.7.3 com.google.cloud.bigtable bigtable-client-parent - 2.7.3-SNAPSHOT + 2.7.3 hbase-migration-tools diff --git a/pom.xml b/pom.xml index e1579173bb..9084ebd143 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.7.3-SNAPSHOT + 2.7.3 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ diff --git a/versions.txt b/versions.txt index f5e7649b3e..969e044303 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -bigtable-client-parent:2.7.2:2.7.3-SNAPSHOT -bigtable-hbase-replication:1.6.2:1.6.3-SNAPSHOT -bigtable-hbase-mirroring:0.2.2:0.2.3-SNAPSHOT \ No newline at end of file +bigtable-client-parent:2.7.3:2.7.3 +bigtable-hbase-replication:1.6.3:1.6.3 +bigtable-hbase-mirroring:0.2.3:0.2.3 \ No newline at end of file