Skip to content

Commit 69f9d3b

Browse files
chore(main): release 2.12.1
1 parent 62ed2d0 commit 69f9d3b

File tree

52 files changed

+149
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+149
-141
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.12.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.12.0...v2.12.1) (2023-10-25)
4+
5+
6+
### Dependencies
7+
8+
* 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))
9+
* 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))
10+
311
## [2.12.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.11.3...v2.12.0) (2023-10-18)
412

513

bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>com.google.cloud.bigtable</groupId>
2121
<artifactId>bigtable-client-core-parent</artifactId>
22-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
22+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2323
</parent>
2424

2525
<artifactId>bigtable-hbase-integration-tests-common</artifactId>

bigtable-client-core-parent/bigtable-hbase/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-core-parent</artifactId>
23-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase</artifactId>
@@ -173,7 +173,7 @@ limitations under the License.
173173
<dependency>
174174
<groupId>com.google.cloud.bigtable</groupId>
175175
<artifactId>bigtable-internal-test-helper</artifactId>
176-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
176+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
177177
<scope>test</scope>
178178
</dependency>
179179
<dependency>
@@ -245,7 +245,7 @@ limitations under the License.
245245
<plugin>
246246
<groupId>com.google.cloud.bigtable.test</groupId>
247247
<artifactId>bigtable-build-helper</artifactId>
248-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
248+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
249249

250250
<executions>
251251
<execution>

bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
3434
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);
3535

3636
// {x-version-update-start:bigtable-client-parent:current}
37-
public static final String VERSION = "2.12.1-SNAPSHOT";
37+
public static final String VERSION = "2.12.1";
3838
// {x-version-update-end}
3939

4040
/**

bigtable-client-core-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-parent</artifactId>
23-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-client-core-parent</artifactId>

bigtable-dataflow-parent/bigtable-beam-import/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<groupId>com.google.cloud.bigtable</groupId>
2020
<artifactId>bigtable-dataflow-parent</artifactId>
21-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -158,7 +158,7 @@ limitations under the License.
158158
<dependency>
159159
<groupId>${project.groupId}</groupId>
160160
<artifactId>bigtable-hbase-beam</artifactId>
161-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
161+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
162162
<exclusions>
163163
<exclusion>
164164
<groupId>org.apache.hbase</groupId>
@@ -170,7 +170,7 @@ limitations under the License.
170170
<dependency>
171171
<groupId>com.google.cloud.bigtable</groupId>
172172
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
173-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
173+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
174174
<exclusions>
175175
<!-- exclude hbase-shaded-client since we are using hbase-shaded-server -->
176176
<exclusion>
@@ -283,7 +283,7 @@ limitations under the License.
283283
<dependency>
284284
<groupId>com.google.cloud.bigtable</groupId>
285285
<artifactId>bigtable-internal-test-helper</artifactId>
286-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
286+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
287287
<scope>test</scope>
288288
</dependency>
289289
<dependency>
@@ -472,7 +472,7 @@ limitations under the License.
472472
<plugin>
473473
<groupId>com.google.cloud.bigtable.test</groupId>
474474
<artifactId>bigtable-build-helper</artifactId>
475-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
475+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
476476
<executions>
477477
<execution>
478478
<id>verify-mirror-deps</id>

bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
<parent>
1717
<groupId>com.google.cloud.bigtable</groupId>
1818
<artifactId>bigtable-dataflow-parent</artifactId>
19-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
19+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2020
</parent>
2121

2222
<artifactId>bigtable-hbase-beam</artifactId>
@@ -83,7 +83,7 @@ limitations under the License.
8383
<dependency>
8484
<groupId>${project.groupId}</groupId>
8585
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
86-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
86+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8787
<exclusions>
8888
<!-- Let the beam pipeline choose the appropriate slf4j impl.
8989
Since this is the beam universe, we don't have be a drop in replacement
@@ -300,7 +300,7 @@ limitations under the License.
300300
<plugin>
301301
<groupId>com.google.cloud.bigtable.test</groupId>
302302
<artifactId>bigtable-build-helper</artifactId>
303-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
303+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
304304
<executions>
305305
<execution>
306306
<id>verify-mirror-deps</id>

bigtable-dataflow-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-parent</artifactId>
23-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-dataflow-parent</artifactId>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<artifactId>bigtable-hbase-1.x-parent</artifactId>
2020
<groupId>com.google.cloud.bigtable</groupId>
21-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -39,7 +39,7 @@ limitations under the License.
3939
<dependency>
4040
<groupId>${project.groupId}</groupId>
4141
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
42-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
42+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
4343
<exclusions>
4444
<!-- hbase-shaded-client will be replaced with hbase-client -->
4545
<exclusion>
@@ -209,7 +209,7 @@ limitations under the License.
209209
<plugin>
210210
<groupId>com.google.cloud.bigtable.test</groupId>
211211
<artifactId>bigtable-build-helper</artifactId>
212-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
212+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
213213

214214
<executions>
215215
<execution>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-1.x-integration-tests</artifactId>
@@ -184,7 +184,7 @@ limitations under the License.
184184
<dependency>
185185
<groupId>com.google.cloud.bigtable</groupId>
186186
<artifactId>bigtable-hbase</artifactId>
187-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
187+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
188188
<scope>test</scope>
189189
<exclusions>
190190
<!-- included in hbase-shaded-testing-util -->
@@ -198,7 +198,7 @@ limitations under the License.
198198
<dependency>
199199
<groupId>${project.groupId}</groupId>
200200
<artifactId>bigtable-hbase-1.x</artifactId>
201-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
201+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
202202
<scope>test</scope>
203203
<exclusions>
204204
<!-- included in hbase-shaded-testing-util -->
@@ -212,7 +212,7 @@ limitations under the License.
212212
<dependency>
213213
<groupId>${project.groupId}</groupId>
214214
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
215-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
215+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
216216
<type>test-jar</type>
217217
<scope>test</scope>
218218
<exclusions>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-1.x-mapreduce</artifactId>
@@ -65,7 +65,7 @@ limitations under the License.
6565
<dependency>
6666
<groupId>${project.groupId}</groupId>
6767
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
68-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
68+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6969
<exclusions>
7070
<!-- we need hbase-server instead of hbase-client -->
7171
<exclusion>
@@ -125,7 +125,7 @@ limitations under the License.
125125
<dependency>
126126
<groupId>com.google.cloud.bigtable</groupId>
127127
<artifactId>bigtable-internal-test-helper</artifactId>
128-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
128+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
129129
<scope>test</scope>
130130
</dependency>
131131
</dependencies>
@@ -216,7 +216,7 @@ limitations under the License.
216216
<plugin>
217217
<groupId>com.google.cloud.bigtable.test</groupId>
218218
<artifactId>bigtable-build-helper</artifactId>
219-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
219+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
220220
<executions>
221221
<execution>
222222
<id>verify-mirror-deps</id>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<artifactId>bigtable-hbase-1.x-parent</artifactId>
2020
<groupId>com.google.cloud.bigtable</groupId>
21-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -82,7 +82,7 @@ limitations under the License.
8282
<dependency>
8383
<groupId>${project.groupId}</groupId>
8484
<artifactId>bigtable-hbase-1.x</artifactId>
85-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
85+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8686
<exclusions>
8787
<!-- api-common recently declared dependency on autovalue during migration to gradle. We don't
8888
have a use of it so we're excluding it from the shaded jar. -->
@@ -433,7 +433,7 @@ limitations under the License.
433433
<plugin>
434434
<groupId>com.google.cloud.bigtable.test</groupId>
435435
<artifactId>bigtable-build-helper</artifactId>
436-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
436+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
437437

438438
<executions>
439439
<execution>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>bigtable-hbase-1.x-parent</artifactId>
77
<groupId>com.google.cloud.bigtable</groupId>
8-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>${project.groupId}</groupId>
2525
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
26-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
26+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2727
<exclusions>
2828
<!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
2929
pom.xml files when invoking the build from a parent project. So we have to manually exclude

bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-1.x</artifactId>
@@ -56,7 +56,7 @@ limitations under the License.
5656
<dependency>
5757
<groupId>com.google.cloud.bigtable</groupId>
5858
<artifactId>bigtable-hbase</artifactId>
59-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
59+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.cloud.bigtable</groupId>
@@ -175,7 +175,7 @@ limitations under the License.
175175
<dependency>
176176
<groupId>com.google.cloud.bigtable</groupId>
177177
<artifactId>bigtable-internal-test-helper</artifactId>
178-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
178+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
179179
<scope>test</scope>
180180
</dependency>
181181
<dependency>

bigtable-hbase-1.x-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-client-parent</artifactId>
23-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-1.x-parent</artifactId>

bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<parent>
1919
<artifactId>bigtable-hbase-2.x-parent</artifactId>
2020
<groupId>com.google.cloud.bigtable</groupId>
21-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -39,7 +39,7 @@ limitations under the License.
3939
<dependency>
4040
<groupId>${project.groupId}</groupId>
4141
<artifactId>bigtable-hbase-2.x-shaded</artifactId>
42-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
42+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
4343
<exclusions>
4444
<exclusion>
4545
<groupId>org.apache.hbase</groupId>
@@ -208,7 +208,7 @@ limitations under the License.
208208
<plugin>
209209
<groupId>com.google.cloud.bigtable.test</groupId>
210210
<artifactId>bigtable-build-helper</artifactId>
211-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
211+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
212212

213213
<executions>
214214
<execution>

bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-hbase-2.x-parent</artifactId>
23-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-2.x-integration-tests</artifactId>
@@ -185,7 +185,7 @@ limitations under the License.
185185
<dependency>
186186
<groupId>com.google.cloud.bigtable</groupId>
187187
<artifactId>bigtable-hbase</artifactId>
188-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
188+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
189189
<scope>test</scope>
190190
<exclusions>
191191
<!-- included in hbase-shaded-testing-util -->
@@ -203,7 +203,7 @@ limitations under the License.
203203
<dependency>
204204
<groupId>${project.groupId}</groupId>
205205
<artifactId>bigtable-hbase-2.x</artifactId>
206-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
206+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
207207
<scope>test</scope>
208208
<exclusions>
209209
<!-- included in hbase-shaded-testing-util -->
@@ -217,7 +217,7 @@ limitations under the License.
217217
<dependency>
218218
<groupId>${project.groupId}</groupId>
219219
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
220-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
220+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
221221
<type>test-jar</type>
222222
<scope>test</scope>
223223
<exclusions>

0 commit comments

Comments
 (0)