@@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >com.google.cloud.bigtable</groupId >
22
22
<artifactId >bigtable-hbase-1.x-parent</artifactId >
23
- <version >2.14.8 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23
+ <version >2.14.9-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
24
24
</parent >
25
25
26
26
<artifactId >bigtable-hbase-1.x-integration-tests</artifactId >
@@ -79,7 +79,7 @@ limitations under the License.
79
79
<dependency >
80
80
<groupId >com.google.cloud.bigtable</groupId >
81
81
<artifactId >bigtable-hbase-1.x</artifactId >
82
- <version >2.14.8 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
82
+ <version >2.14.9-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
83
83
<exclusions >
84
84
<exclusion >
85
85
<groupId >org.apache.hbase</groupId >
@@ -117,7 +117,7 @@ limitations under the License.
117
117
<dependency >
118
118
<groupId >com.google.cloud.bigtable</groupId >
119
119
<artifactId >bigtable-hbase-1.x-shaded</artifactId >
120
- <version >2.14.8 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
120
+ <version >2.14.9-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
121
121
<exclusions >
122
122
<exclusion >
123
123
<groupId >org.apache.hbase</groupId >
@@ -146,8 +146,7 @@ limitations under the License.
146
146
missing deps until the integration tests pass.
147
147
148
148
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 latest available version.
150
- -->
149
+ add them manually. All hbase deps are pinned to hbase < 2.0. Everything else is using the latest available version. -->
151
150
152
151
<dependencies >
153
152
<dependency >
@@ -285,7 +284,7 @@ limitations under the License.
285
284
<dependency >
286
285
<groupId >com.google.cloud.bigtable</groupId >
287
286
<artifactId >bigtable-hbase-1.x-shaded</artifactId >
288
- <version >2.14.8 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
287
+ <version >2.14.9-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
289
288
<exclusions >
290
289
<exclusion >
291
290
<groupId >org.apache.hbase</groupId >
@@ -466,7 +465,7 @@ limitations under the License.
466
465
<dependency >
467
466
<groupId >${project.groupId} </groupId >
468
467
<artifactId >bigtable-hbase-integration-tests-common</artifactId >
469
- <version >2.14.8 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
468
+ <version >2.14.9-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
470
469
<type >test-jar</type >
471
470
<scope >test</scope >
472
471
<exclusions >
@@ -587,7 +586,7 @@ limitations under the License.
587
586
<plugin >
588
587
<groupId >com.google.cloud.bigtable</groupId >
589
588
<artifactId >hbase-minicluster-maven-plugin</artifactId >
590
- <version >2.14.8 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
589
+ <version >2.14.9-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
591
590
592
591
<dependencies >
593
592
<dependency >
0 commit comments