diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e6eadb43e0..5868289349 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.13.0"
+ ".": "2.14.0"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b6d32f46a..211b040828 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,45 @@
# Changelog
+## [2.14.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.13.0...v2.14.0) (2024-04-10)
+
+
+### Features
+
+* add integration test to illustrate minimum set of hbase dependencies required for bigtable-hbase-2x ([#4339](https://github.com/googleapis/java-bigtable-hbase/issues/4339)) ([c1a1a22](https://github.com/googleapis/java-bigtable-hbase/commit/c1a1a22391d1b7832de2fe147096bb25ec37faaa))
+
+
+### Bug Fixes
+
+* retry idle timeout ([#4209](https://github.com/googleapis/java-bigtable-hbase/issues/4209)) ([4064af8](https://github.com/googleapis/java-bigtable-hbase/commit/4064af8968d58f4328807b0f02423df8ead2a292))
+
+
+### Dependencies
+
+* add a direct dep on google-cloud-bigtable in the -shaded artifacts to workaround UpperBound issues ([#4244](https://github.com/googleapis/java-bigtable-hbase/issues/4244)) ([15c567a](https://github.com/googleapis/java-bigtable-hbase/commit/15c567ae56a9f10a0f8ffc104ff848e9014d2a10))
+* clean up deps for mirroring-client ([#4232](https://github.com/googleapis/java-bigtable-hbase/issues/4232)) ([5f98419](https://github.com/googleapis/java-bigtable-hbase/commit/5f984191e211ad8f721ff4e63d76d793c6ce1224))
+* clean up deps in replication client ([#4235](https://github.com/googleapis/java-bigtable-hbase/issues/4235)) ([a27ca11](https://github.com/googleapis/java-bigtable-hbase/commit/a27ca111d60feebeb36870d038d99c613552da94))
+* clean up mirroring client deps ([#4261](https://github.com/googleapis/java-bigtable-hbase/issues/4261)) ([ce9e53b](https://github.com/googleapis/java-bigtable-hbase/commit/ce9e53bc8402cd7db8dcaf574a4160583c7bb3b3))
+* make dropwizard metrics an optional dependency ([#4224](https://github.com/googleapis/java-bigtable-hbase/issues/4224)) ([afb1802](https://github.com/googleapis/java-bigtable-hbase/commit/afb1802d920b8e4ab035630c563965bfd7efaa8b))
+* mark conscrypt as a provided dep ([#4200](https://github.com/googleapis/java-bigtable-hbase/issues/4200)) ([62ed2d0](https://github.com/googleapis/java-bigtable-hbase/commit/62ed2d0114df7171fffb029e8d969ef4bc00848d))
+* minor tweaks ([#4241](https://github.com/googleapis/java-bigtable-hbase/issues/4241)) ([ff97ac9](https://github.com/googleapis/java-bigtable-hbase/commit/ff97ac926c00aa3c09f4ed9ceba6a017d898e695))
+* partial upgrade to hbase 2.5 ([#4328](https://github.com/googleapis/java-bigtable-hbase/issues/4328)) ([33c7558](https://github.com/googleapis/java-bigtable-hbase/commit/33c7558cf513b1c4f0ac2d093f4bf03f99ac8532))
+* remove overspecified slf4 versions & remove unused props ([#4240](https://github.com/googleapis/java-bigtable-hbase/issues/4240)) ([fff9ff0](https://github.com/googleapis/java-bigtable-hbase/commit/fff9ff03d84337d67ab857709d8d24dde75ecaf8))
+* unflatten 2x hadoop & shaded artifact deps ([#4226](https://github.com/googleapis/java-bigtable-hbase/issues/4226)) ([d32e540](https://github.com/googleapis/java-bigtable-hbase/commit/d32e54047c054562df0c0a22a12c64e81549aa3b))
+* unflatten build-helper module ([#4229](https://github.com/googleapis/java-bigtable-hbase/issues/4229)) ([0a7d88a](https://github.com/googleapis/java-bigtable-hbase/commit/0a7d88a27efbd1a3fafea97eea06b9cb82286b64))
+* unflatten dataflow artifact deps ([#4228](https://github.com/googleapis/java-bigtable-hbase/issues/4228)) ([9ff8df2](https://github.com/googleapis/java-bigtable-hbase/commit/9ff8df23e0c3921d47d9e1b04b951c022fc50267))
+* unflatten deps for 1x shaded and hadoop ([#4223](https://github.com/googleapis/java-bigtable-hbase/issues/4223)) ([df0a821](https://github.com/googleapis/java-bigtable-hbase/commit/df0a8219b20e63d88e23e6aa852eed0f2f1dd277))
+* unflatten deps for bigtable-hbase-1.x ([#4222](https://github.com/googleapis/java-bigtable-hbase/issues/4222)) ([194d061](https://github.com/googleapis/java-bigtable-hbase/commit/194d061dba49df125b2818e64bce85a8a67df7ad))
+* unflatten deps for hbase 2x ([#4239](https://github.com/googleapis/java-bigtable-hbase/issues/4239)) ([8795de8](https://github.com/googleapis/java-bigtable-hbase/commit/8795de83e3bab65f1cc1704a52b1fbd53efd97a0))
+* unflatten the rest of the 1x artifacts ([#4227](https://github.com/googleapis/java-bigtable-hbase/issues/4227)) ([5778ecb](https://github.com/googleapis/java-bigtable-hbase/commit/5778ecb5fda39533056d0fc266389ee70d73d04c))
+* unflatten transitive dependencies in integration-tests-common ([#4208](https://github.com/googleapis/java-bigtable-hbase/issues/4208)) ([9321f8b](https://github.com/googleapis/java-bigtable-hbase/commit/9321f8b82dd5159d2e95f2cc301ca4e5a1585b2f))
+* unflatten transitive dependencies in bigtable-hbase ([#4207](https://github.com/googleapis/java-bigtable-hbase/issues/4207)) ([ee15b1c](https://github.com/googleapis/java-bigtable-hbase/commit/ee15b1c129be5a8bd089fcc9e09f41e95c7dfdc3))
+* update bigtable-metrics-api version ([#4193](https://github.com/googleapis/java-bigtable-hbase/issues/4193)) ([000208c](https://github.com/googleapis/java-bigtable-hbase/commit/000208c32e7318f0d89e7b34da315d6ad098a13b))
+* update dependency io.dropwizard.metrics:metrics-graphite to v4.2.22 ([#4230](https://github.com/googleapis/java-bigtable-hbase/issues/4230)) ([68024f8](https://github.com/googleapis/java-bigtable-hbase/commit/68024f8a24ae54b8692e27c4993772548e51a78d))
+* update dependency net.bytebuddy:byte-buddy to v1.14.10 ([#4250](https://github.com/googleapis/java-bigtable-hbase/issues/4250)) ([cff9ada](https://github.com/googleapis/java-bigtable-hbase/commit/cff9ada517b42b6c36cb297286cb8e442f2378fc))
+* update to beam 2.51.0 ([#4204](https://github.com/googleapis/java-bigtable-hbase/issues/4204)) ([c17306c](https://github.com/googleapis/java-bigtable-hbase/commit/c17306c64519297526bf619f60eabaf24776b9e6))
+* upgrade google-cloud-java to 2.29.1 ([#4245](https://github.com/googleapis/java-bigtable-hbase/issues/4245)) ([9a5e116](https://github.com/googleapis/java-bigtable-hbase/commit/9a5e1166089a0229f6b29938966cc48d3497af2d))
+* use hbase 2x & hadoop3 in beam import ([#4338](https://github.com/googleapis/java-bigtable-hbase/issues/4338)) ([52c1a4b](https://github.com/googleapis/java-bigtable-hbase/commit/52c1a4b806cd4f1f29fae348a04363d08d5f3bdd))
+
## [2.12.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.11.3...v2.12.0) (2023-10-18)
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 0e75388355..92c91b4e75 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.14.0-SNAPSHOT
+ 2.14.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 fd6fcb1166..baf7eabb48 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.14.0-SNAPSHOT
+ 2.14.0
bigtable-hbase
@@ -85,7 +85,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
test
@@ -149,7 +149,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
index abcca969a0..44a34765a8 100644
--- a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
+++ b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java
@@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);
// {x-version-update-start:bigtable-client-parent:current}
- public static final String VERSION = "2.14.0-SNAPSHOT";
+ public static final String VERSION = "2.14.0";
// {x-version-update-end}
/**
diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml
index 67320b58aa..2d826d5fe9 100644
--- a/bigtable-client-core-parent/pom.xml
+++ b/bigtable-client-core-parent/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.14.0-SNAPSHOT
+ 2.14.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 f9c6321b34..2637b7d201 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.14.0-SNAPSHOT
+ 2.14.0
4.0.0
@@ -86,7 +86,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-beam
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -159,7 +159,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
test
diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
index 326af310b9..1bca0e243c 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.14.0-SNAPSHOT
+ 2.14.0
bigtable-hbase-beam
@@ -66,7 +66,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
+ 2.14.0
verify-mirror-deps-beam
diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml
index 6e0d6bab89..ea31c5fdd8 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.14.0-SNAPSHOT
+ 2.14.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 7ec0fc6cab..1927a93885 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.14.0-SNAPSHOT
+ 2.14.0
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -169,7 +169,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 78d59e5a88..44f2ff504f 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.14.0-SNAPSHOT
+ 2.14.0
bigtable-hbase-1.x-integration-tests
@@ -79,7 +79,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -117,7 +117,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -285,7 +285,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -466,7 +466,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.0-SNAPSHOT
+ 2.14.0
test-jar
test
@@ -579,7 +579,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml
index 70aca773be..fd60f18395 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.14.0-SNAPSHOT
+ 2.14.0
bigtable-hbase-1.x-mapreduce
@@ -60,7 +60,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x-hadoop
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -120,7 +120,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
test
@@ -186,7 +186,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
verify-mirror-deps-hbase
diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml
index 009850801e..c9edb028aa 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.14.0-SNAPSHOT
+ 2.14.0
4.0.0
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x
- 2.14.0-SNAPSHOT
+ 2.14.0
+ 2.14.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 726c61d38e..5e401c0614 100644
--- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml
+++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml
@@ -3,7 +3,7 @@
bigtable-hbase-1.x-parent
com.google.cloud.bigtable
- 2.14.0-SNAPSHOT
+ 2.14.0
4.0.0
@@ -21,7 +21,7 @@
${project.groupId}
bigtable-hbase-1.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
+ 2.14.0
bigtable-hbase-1.x
@@ -73,7 +73,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -86,7 +86,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
test
@@ -131,7 +131,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml
index 4b689d486c..efb1acb08c 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.14.0-SNAPSHOT
+ 2.14.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 ec791ec3f7..fd1e63e594 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.14.0-SNAPSHOT
+ 2.14.0
4.0.0
@@ -34,7 +34,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -151,7 +151,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 68dde3fba5..9c1d886cf4 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.14.0-SNAPSHOT
+ 2.14.0
bigtable-hbase-2.x-integration-tests
@@ -69,7 +69,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -101,7 +101,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -232,7 +232,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-shaded
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -326,7 +326,7 @@ limitations under the License.
com.google.cloud.bigtable
hbase-minicluster-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -434,7 +434,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-integration-tests-common
- 2.14.0-SNAPSHOT
+ 2.14.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 f4c6c9a385..1bb89a7974 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.14.0-SNAPSHOT
+ 2.14.0
4.0.0
@@ -105,7 +105,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.0-SNAPSHOT
+ 2.14.0
+ 2.14.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 564f5d5bae..fe34f37098 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.14.0-SNAPSHOT
+ 2.14.0
bigtable-hbase-2.x
@@ -68,7 +68,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
@@ -148,7 +148,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml
index a1d0a5d60f..e0e17f0b80 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.14.0-SNAPSHOT
+ 2.14.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 fa04ff436a..fcef6939bd 100644
--- a/bigtable-test/bigtable-build-helper/pom.xml
+++ b/bigtable-test/bigtable-build-helper/pom.xml
@@ -3,13 +3,13 @@
bigtable-test
com.google.cloud.bigtable
- 2.14.0-SNAPSHOT
+ 2.14.0
4.0.0
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 9fa8ce8784..6e421257eb 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.14.0-SNAPSHOT
+ 2.14.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 8ab05108ad..2d50ebe398 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.14.0-SNAPSHOT
+ 2.14.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 e80b453327..c1130105ce 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.14.0-SNAPSHOT
+ 2.14.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 8dc872c534..850d210470 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.14.0-SNAPSHOT
+ 2.14.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 0aff0a4700..614a8c226a 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.14.0-SNAPSHOT
+ 2.14.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 87ee767bec..4342cee3db 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.14.0-SNAPSHOT
+ 2.14.0
test
diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml
index fdd111387f..bb7fe13966 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.14.0-SNAPSHOT
+ 2.14.0
diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml
index b568755429..020b240533 100644
--- a/bigtable-test/bigtable-internal-test-helper/pom.xml
+++ b/bigtable-test/bigtable-internal-test-helper/pom.xml
@@ -3,7 +3,7 @@
bigtable-test
com.google.cloud.bigtable
- 2.14.0-SNAPSHOT
+ 2.14.0
4.0.0
diff --git a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml
index 34b8659bf7..fba4c76576 100644
--- a/bigtable-test/hbase-minicluster-maven-plugin/pom.xml
+++ b/bigtable-test/hbase-minicluster-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud.bigtable
bigtable-test
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml
index dc80699a84..bdc07f64a2 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.14.0-SNAPSHOT
+ 2.14.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 ac87bc57fd..907454fcf0 100644
--- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml
+++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml
@@ -18,13 +18,13 @@ limitations under the License.
bigtable-hbase-replication
com.google.cloud.bigtable
- 1.13.0-SNAPSHOT
+ 1.12.0
4.0.0
com.google.cloud.bigtable
bigtable-hbase-1.x-replication
- 1.13.0-SNAPSHOT
+ 1.12.0
jar
bigtable-hbase-1.x-replication
@@ -37,7 +37,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
verify-mirror-deps-hbase
@@ -89,7 +89,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.13.0-SNAPSHOT
+ 1.12.0
org.apache.hbase
@@ -104,7 +104,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-hadoop
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -143,7 +143,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 306da184cf..69c5186498 100644
--- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml
+++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml
@@ -18,13 +18,13 @@ limitations under the License.
bigtable-hbase-replication
com.google.cloud.bigtable
- 1.13.0-SNAPSHOT
+ 1.12.0
4.0.0
com.google.cloud.bigtable
bigtable-hbase-2.x-replication
- 1.13.0-SNAPSHOT
+ 1.12.0
jar
bigtable-hbase-2.x-replication
Library to enable one way replication from HBase to Cloud Bigtable.
@@ -66,7 +66,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.13.0-SNAPSHOT
+ 1.12.0
org.apache.hbase
@@ -81,7 +81,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-2.x-hadoop
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -119,7 +119,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-internal-test-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 ff506341ec..d8b1ac1306 100644
--- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml
+++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml
@@ -19,13 +19,13 @@ limitations under the License.
bigtable-hbase-replication
com.google.cloud.bigtable
- 1.13.0-SNAPSHOT
+ 1.12.0
4.0.0
com.google.cloud.bigtable
bigtable-hbase-replication-core
- 1.13.0-SNAPSHOT
+ 1.12.0
jar
bigtable-hbase-replication-core
Library to enable one way replication from HBase to Cloud
@@ -43,7 +43,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-1.x-hadoop
- 2.14.0-SNAPSHOT
+ 2.14.0
org.apache.hbase
diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml
index f8fa137d99..27a361182b 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.13.0-SNAPSHOT
+ 1.12.0
com.google.cloud.bigtable
hbase-migration-tools
- 2.14.0-SNAPSHOT
+ 2.14.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 2ad407a83d..23ac722c53 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-1.x-hadoop
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -57,7 +57,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-shaded
- 0.9.0-SNAPSHOT
+ 0.8.0
compile
@@ -157,7 +157,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 7b471e0d0e..25521742ec 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-1.x-integration-tests
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -113,7 +113,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -200,7 +200,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.9.0-SNAPSHOT
+ 0.8.0
test
@@ -213,7 +213,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-1.x
- 2.14.0-SNAPSHOT
+ 2.14.0
test
@@ -238,7 +238,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.0-SNAPSHOT
+ 0.8.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 4a6fc23545..bfbf4599ff 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-1.x-shaded
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x
- 0.9.0-SNAPSHOT
+ 0.8.0
compile
@@ -173,7 +173,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 3740d20772..dd8cc5ba50 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-1.x
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -56,7 +56,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.0-SNAPSHOT
+ 0.8.0
compile
@@ -94,7 +94,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.0-SNAPSHOT
+ 0.8.0
test-jar
test
@@ -112,7 +112,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml
index 2987c55aca..d5d8b9ab03 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.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-1.x-parent
pom
- 0.9.0-SNAPSHOT
+ 0.8.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 801920c6e4..3655d070e6 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -46,7 +46,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -198,7 +198,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.0-SNAPSHOT
+ 0.8.0
test
@@ -212,7 +212,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.0-SNAPSHOT
+ 2.14.0
test
@@ -237,7 +237,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.0-SNAPSHOT
+ 0.8.0
test-jar
test
@@ -251,7 +251,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.9.0-SNAPSHOT
+ 0.8.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 814c875a73..2d10725dbc 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-2.x-hadoop
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -54,7 +54,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-shaded
- 0.9.0-SNAPSHOT
+ 0.8.0
compile
@@ -162,7 +162,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 1492bc0565..0122377267 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-2.x-integration-tests
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -47,7 +47,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -115,7 +115,7 @@ limitations under the License.
${project.groupId}
bigtable-emulator-maven-plugin
- 2.14.0-SNAPSHOT
+ 2.14.0
@@ -197,7 +197,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.0-SNAPSHOT
+ 0.8.0
test
@@ -211,7 +211,7 @@ limitations under the License.
${project.groupId}
bigtable-hbase-2.x
- 2.14.0-SNAPSHOT
+ 2.14.0
test
@@ -236,7 +236,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.0-SNAPSHOT
+ 0.8.0
test-jar
test
@@ -250,7 +250,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-integration-tests
- 0.9.0-SNAPSHOT
+ 0.8.0
test-jar
test
@@ -264,7 +264,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
- 0.9.0-SNAPSHOT
+ 0.8.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 3ca58751c1..e3e184c346 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-2.x-shaded
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -45,7 +45,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x
- 0.9.0-SNAPSHOT
+ 0.8.0
@@ -165,7 +165,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.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 2ca1a33b00..c50f31dfb6 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-2.x-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-2.x
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -44,7 +44,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.0-SNAPSHOT
+ 0.8.0
compile
@@ -89,7 +89,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core
- 0.9.0-SNAPSHOT
+ 0.8.0
test-jar
test
@@ -107,7 +107,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml
index 9e023aec69..58f6fa04c6 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.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-2.x-parent
pom
- 0.9.0-SNAPSHOT
+ 0.8.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 503874972d..82566c4dd3 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-hbase-mirroring-client-core-parent
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-core
jar
- 0.9.0-SNAPSHOT
+ 0.8.0
${project.groupId}:${project.artifactId}
@@ -63,7 +63,7 @@ limitations under the License.
com.google.cloud.bigtable
protobuf-java-format-shaded
- 0.9.0-SNAPSHOT
+ 0.8.0
compile
@@ -130,7 +130,7 @@ limitations under the License.
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml
index 696670d497..9e60fda7bf 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
com.google.cloud.bigtable
mirroring-client
- 0.9.0-SNAPSHOT
+ 0.8.0
bigtable-hbase-mirroring-client-core-parent
pom
- 0.9.0-SNAPSHOT
+ 0.8.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 0e769136aa..df48688fc7 100644
--- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml
+++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml
@@ -5,11 +5,11 @@
bigtable-hbase-mirroring-client-core-parent
com.google.cloud.bigtable
- 0.9.0-SNAPSHOT
+ 0.8.0
protobuf-java-format-shaded
- 0.9.0-SNAPSHOT
+ 0.8.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
@@ -74,7 +74,7 @@
com.google.cloud.bigtable.test
bigtable-build-helper
- 2.14.0-SNAPSHOT
+ 2.14.0
verify-shaded-jar-entries
diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml
index b88cea812e..81145864d5 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.14.0-SNAPSHOT
+ 2.14.0
mirroring-client
pom
- 0.9.0-SNAPSHOT
+ 0.8.0
com.google.bigtable.hbase.mirroring.shaded
diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml
index 2bb70ccbbc..582232111a 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.14.0-SNAPSHOT
+ 2.14.0
com.google.cloud.bigtable
bigtable-client-parent
- 2.14.0-SNAPSHOT
+ 2.14.0
hbase-migration-tools
diff --git a/pom.xml b/pom.xml
index a0eba78e29..6487427bb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
com.google.cloud.bigtable
bigtable-client-parent
- 2.14.0-SNAPSHOT
+ 2.14.0
pom
${project.groupId}:${project.artifactId}
https://cloud.google.com/bigtable/
diff --git a/versions.txt b/versions.txt
index 1479dc1a37..79c4dff4e1 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-bigtable-client-parent:2.13.0:2.14.0-SNAPSHOT
-bigtable-hbase-replication:1.11.2:1.13.0-SNAPSHOT
-bigtable-hbase-mirroring:0.7.2:0.9.0-SNAPSHOT
\ No newline at end of file
+bigtable-client-parent:2.14.0:2.14.0
+bigtable-hbase-replication:1.12.0:1.12.0
+bigtable-hbase-mirroring:0.8.0:0.8.0
\ No newline at end of file