Skip to content

Commit 3dc0095

Browse files
chore(main): release 2.12.1
1 parent a27ca11 commit 3dc0095

File tree

52 files changed

+169
-144
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

+169
-144
lines changed

CHANGELOG.md

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

3+
## [2.12.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.12.0...v2.12.1) (2023-11-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Retry idle timeout ([#4209](https://github.com/googleapis/java-bigtable-hbase/issues/4209)) ([4064af8](https://github.com/googleapis/java-bigtable-hbase/commit/4064af8968d58f4328807b0f02423df8ead2a292))
9+
10+
11+
### Dependencies
12+
13+
* 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))
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
* Unflatten build-helper module ([#4229](https://github.com/googleapis/java-bigtable-hbase/issues/4229)) ([0a7d88a](https://github.com/googleapis/java-bigtable-hbase/commit/0a7d88a27efbd1a3fafea97eea06b9cb82286b64))
19+
* Unflatten dataflow artifact deps ([#4228](https://github.com/googleapis/java-bigtable-hbase/issues/4228)) ([9ff8df2](https://github.com/googleapis/java-bigtable-hbase/commit/9ff8df23e0c3921d47d9e1b04b951c022fc50267))
20+
* 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))
21+
* 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))
22+
* 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))
23+
* 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))
24+
* 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))
25+
* 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))
26+
* 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))
27+
328
## [2.12.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.11.3...v2.12.0) (2023-10-18)
429

530

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>
@@ -85,7 +85,7 @@ limitations under the License.
8585
<dependency>
8686
<groupId>com.google.cloud.bigtable</groupId>
8787
<artifactId>bigtable-internal-test-helper</artifactId>
88-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
88+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
@@ -149,7 +149,7 @@ limitations under the License.
149149
<plugin>
150150
<groupId>com.google.cloud.bigtable.test</groupId>
151151
<artifactId>bigtable-build-helper</artifactId>
152-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
152+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
153153

154154
<executions>
155155
<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: 4 additions & 4 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

@@ -82,7 +82,7 @@ limitations under the License.
8282
<dependency>
8383
<groupId>${project.groupId}</groupId>
8484
<artifactId>bigtable-hbase-beam</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
<exclusion>
8888
<groupId>org.apache.hbase</groupId>
@@ -138,7 +138,7 @@ limitations under the License.
138138
<dependency>
139139
<groupId>com.google.cloud.bigtable</groupId>
140140
<artifactId>bigtable-internal-test-helper</artifactId>
141-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
141+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
142142
<scope>test</scope>
143143
</dependency>
144144

@@ -333,7 +333,7 @@ limitations under the License.
333333
<plugin>
334334
<groupId>com.google.cloud.bigtable.test</groupId>
335335
<artifactId>bigtable-build-helper</artifactId>
336-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
336+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
337337
<executions>
338338
<execution>
339339
<id>verify-mirror-deps-hbase</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>
@@ -58,7 +58,7 @@ limitations under the License.
5858
<dependency>
5959
<groupId>${project.groupId}</groupId>
6060
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
61-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
61+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6262
<exclusions>
6363
<!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
6464
pom.xml files when invoking the build from a parent project. So we have to manually exclude
@@ -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
<executions>
250250
<execution>
251251
<id>verify-mirror-deps-beam</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

@@ -34,7 +34,7 @@ limitations under the License.
3434
<dependency>
3535
<groupId>${project.groupId}</groupId>
3636
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
37-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
37+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
3838
<exclusions>
3939
<!-- hbase-shaded-client will be replaced with hbase-client -->
4040
<exclusion>
@@ -163,7 +163,7 @@ limitations under the License.
163163
<plugin>
164164
<groupId>com.google.cloud.bigtable.test</groupId>
165165
<artifactId>bigtable-build-helper</artifactId>
166-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
166+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
167167

168168
<executions>
169169
<execution>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/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-integration-tests</artifactId>
@@ -184,7 +184,7 @@ limitations under the License.
184184
<dependency>
185185
<groupId>${project.groupId}</groupId>
186186
<artifactId>bigtable-hbase-1.x</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-integration-tests-common</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
<type>test-jar</type>
203203
<scope>test</scope>
204204
<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>
@@ -120,7 +120,7 @@ limitations under the License.
120120
<dependency>
121121
<groupId>com.google.cloud.bigtable</groupId>
122122
<artifactId>bigtable-internal-test-helper</artifactId>
123-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
123+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>
@@ -226,7 +226,7 @@ limitations under the License.
226226
<plugin>
227227
<groupId>com.google.cloud.bigtable.test</groupId>
228228
<artifactId>bigtable-build-helper</artifactId>
229-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
229+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
230230
<executions>
231231
<execution>
232232
<id>verify-mirror-deps-hbase</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

@@ -107,7 +107,7 @@ limitations under the License.
107107
<dependency>
108108
<groupId>${project.groupId}</groupId>
109109
<artifactId>bigtable-hbase-1.x</artifactId>
110-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
110+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
111111
</dependency>
112112

113113
<!-- Since opencensus-api is a transitive dep, we have to shade its impl as well.
@@ -345,7 +345,7 @@ limitations under the License.
345345
<plugin>
346346
<groupId>com.google.cloud.bigtable.test</groupId>
347347
<artifactId>bigtable-build-helper</artifactId>
348-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
348+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
349349

350350
<executions>
351351
<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: 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</artifactId>
@@ -73,7 +73,7 @@ limitations under the License.
7373
<dependency>
7474
<groupId>com.google.cloud.bigtable</groupId>
7575
<artifactId>bigtable-hbase</artifactId>
76-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
76+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
7777
</dependency>
7878

7979
<dependency>
@@ -86,7 +86,7 @@ limitations under the License.
8686
<dependency>
8787
<groupId>com.google.cloud.bigtable</groupId>
8888
<artifactId>bigtable-internal-test-helper</artifactId>
89-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
89+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
@@ -131,7 +131,7 @@ limitations under the License.
131131
<plugin>
132132
<groupId>com.google.cloud.bigtable.test</groupId>
133133
<artifactId>bigtable-build-helper</artifactId>
134-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
134+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
135135

136136
<executions>
137137
<execution>

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

@@ -34,7 +34,7 @@ limitations under the License.
3434
<dependency>
3535
<groupId>${project.groupId}</groupId>
3636
<artifactId>bigtable-hbase-2.x-shaded</artifactId>
37-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
37+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
3838
<exclusions>
3939
<!-- hbase-shaded-client will be replaced with hbase-client -->
4040
<exclusion>
@@ -155,7 +155,7 @@ limitations under the License.
155155
<plugin>
156156
<groupId>com.google.cloud.bigtable.test</groupId>
157157
<artifactId>bigtable-build-helper</artifactId>
158-
<version>2.12.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
158+
<version>2.12.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
159159

160160
<executions>
161161
<execution>

0 commit comments

Comments
 (0)