@@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >com.google.cloud.bigtable</groupId >
2222 <artifactId >bigtable-hbase-1.x-parent</artifactId >
23- <version >2.12.1 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
23+ <version >2.14.0 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
2424 </parent >
2525
2626 <artifactId >bigtable-hbase-1.x-integration-tests</artifactId >
@@ -79,7 +79,7 @@ limitations under the License.
7979 <dependency >
8080 <groupId >com.google.cloud.bigtable</groupId >
8181 <artifactId >bigtable-hbase-1.x</artifactId >
82- <version >2.12.1 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
82+ <version >2.14.0 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
8383 <exclusions >
8484 <exclusion >
8585 <groupId >org.apache.hbase</groupId >
@@ -117,7 +117,7 @@ limitations under the License.
117117 <dependency >
118118 <groupId >com.google.cloud.bigtable</groupId >
119119 <artifactId >bigtable-hbase-1.x-shaded</artifactId >
120- <version >2.12.1 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
120+ <version >2.14.0 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
121121 <exclusions >
122122 <exclusion >
123123 <groupId >org.apache.hbase</groupId >
@@ -146,8 +146,7 @@ limitations under the License.
146146 missing deps until the integration tests pass.
147147
148148 The HBase & Hadoop have large set of transitive deps, so we explicitly exclude all of them
149- add them manually. All hbase deps are pinned to hbase < 2.0. Everything else is using the
150- latest available version.
149+ add them manually. All hbase deps are pinned to hbase < 2.0. Everything else is using the latest available version.
151150 -->
152151
153152 <dependencies >
@@ -286,7 +285,7 @@ limitations under the License.
286285 <dependency >
287286 <groupId >com.google.cloud.bigtable</groupId >
288287 <artifactId >bigtable-hbase-1.x-shaded</artifactId >
289- <version >2.12.1 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
288+ <version >2.14.0 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
290289 <exclusions >
291290 <exclusion >
292291 <groupId >org.apache.hbase</groupId >
@@ -376,7 +375,7 @@ limitations under the License.
376375 <plugin >
377376 <groupId >com.google.cloud.bigtable</groupId >
378377 <artifactId >hbase-minicluster-maven-plugin</artifactId >
379- <version >2.12.1 -SNAPSHOT</version >
378+ <version >2.14.0 -SNAPSHOT</version >
380379
381380 <executions >
382381 <execution >
@@ -467,7 +466,7 @@ limitations under the License.
467466 <dependency >
468467 <groupId >${project.groupId} </groupId >
469468 <artifactId >bigtable-hbase-integration-tests-common</artifactId >
470- <version >2.12.1 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
469+ <version >2.14.0 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
471470 <type >test-jar</type >
472471 <scope >test</scope >
473472 <exclusions >
@@ -580,7 +579,7 @@ limitations under the License.
580579 <plugin >
581580 <groupId >com.google.cloud.bigtable</groupId >
582581 <artifactId >hbase-minicluster-maven-plugin</artifactId >
583- <version >2.12.1 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
582+ <version >2.14.0 -SNAPSHOT</version > <!-- {x-version-update:bigtable-client-parent:current} -->
584583
585584 <dependencies >
586585 <dependency >
0 commit comments