Skip to content

Commit 6772dc6

Browse files
chore(main): release 2.12.1
1 parent 33c7558 commit 6772dc6

File tree

53 files changed

+184
-150
lines changed

Some content is hidden

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

53 files changed

+184
-150
lines changed

CHANGELOG.md

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

3+
## [2.12.1](https://github.com/googleapis/java-bigtable-hbase/compare/v2.12.0...v2.12.1) (2024-04-05)
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+
* 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))
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
* 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))
19+
* Minor tweaks ([#4241](https://github.com/googleapis/java-bigtable-hbase/issues/4241)) ([ff97ac9](https://github.com/googleapis/java-bigtable-hbase/commit/ff97ac926c00aa3c09f4ed9ceba6a017d898e695))
20+
* 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))
21+
* 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))
22+
* 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))
23+
* Unflatten build-helper module ([#4229](https://github.com/googleapis/java-bigtable-hbase/issues/4229)) ([0a7d88a](https://github.com/googleapis/java-bigtable-hbase/commit/0a7d88a27efbd1a3fafea97eea06b9cb82286b64))
24+
* Unflatten dataflow artifact deps ([#4228](https://github.com/googleapis/java-bigtable-hbase/issues/4228)) ([9ff8df2](https://github.com/googleapis/java-bigtable-hbase/commit/9ff8df23e0c3921d47d9e1b04b951c022fc50267))
25+
* 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))
26+
* 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))
27+
* 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))
28+
* 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))
29+
* 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))
30+
* 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))
31+
* 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))
32+
* 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))
33+
* 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))
34+
* 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))
35+
* 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))
36+
337
## [2.12.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.11.3...v2.12.0) (2023-10-18)
438

539

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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
22+
<version>2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
88+
<version>2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
152+
<version>2.13.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.14.0-SNAPSHOT";
37+
public static final String VERSION = "2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -85,7 +85,7 @@ limitations under the License.
8585
<dependency>
8686
<groupId>${project.groupId}</groupId>
8787
<artifactId>bigtable-hbase-beam</artifactId>
88-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
88+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8989
<exclusions>
9090
<exclusion>
9191
<groupId>org.apache.hbase</groupId>
@@ -141,7 +141,7 @@ limitations under the License.
141141
<dependency>
142142
<groupId>com.google.cloud.bigtable</groupId>
143143
<artifactId>bigtable-internal-test-helper</artifactId>
144-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
144+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
145145
<scope>test</scope>
146146
</dependency>
147147

@@ -325,7 +325,7 @@ limitations under the License.
325325
<plugin>
326326
<groupId>com.google.cloud.bigtable.test</groupId>
327327
<artifactId>bigtable-build-helper</artifactId>
328-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
328+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
329329
<executions>
330330
<!-- We are using beam's bom, so no need to check if the beam deps are mirrored -->
331331
<execution>

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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
19+
<version>2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
61+
<version>2.13.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
@@ -227,7 +227,7 @@ limitations under the License.
227227
<plugin>
228228
<groupId>com.google.cloud.bigtable.test</groupId>
229229
<artifactId>bigtable-build-helper</artifactId>
230-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
230+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
231231
<executions>
232232
<execution>
233233
<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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.13.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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
37+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
3838
<exclusions>
3939
<!-- hbase-shaded-client will be replaced with hbase-client -->
4040
<exclusion>
@@ -169,7 +169,7 @@ limitations under the License.
169169
<plugin>
170170
<groupId>com.google.cloud.bigtable.test</groupId>
171171
<artifactId>bigtable-build-helper</artifactId>
172-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
172+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
173173

174174
<executions>
175175
<execution>

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

Lines changed: 6 additions & 6 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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.13.1</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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
82+
<version>2.13.1</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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
120+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
121121
<exclusions>
122122
<exclusion>
123123
<groupId>org.apache.hbase</groupId>
@@ -285,7 +285,7 @@ limitations under the License.
285285
<dependency>
286286
<groupId>com.google.cloud.bigtable</groupId>
287287
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
288-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
288+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
289289
<exclusions>
290290
<exclusion>
291291
<groupId>org.apache.hbase</groupId>
@@ -466,7 +466,7 @@ limitations under the License.
466466
<dependency>
467467
<groupId>${project.groupId}</groupId>
468468
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
469-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
469+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
470470
<type>test-jar</type>
471471
<scope>test</scope>
472472
<exclusions>
@@ -579,7 +579,7 @@ limitations under the License.
579579
<plugin>
580580
<groupId>com.google.cloud.bigtable</groupId>
581581
<artifactId>hbase-minicluster-maven-plugin</artifactId>
582-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
582+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
583583

584584
<dependencies>
585585
<dependency>

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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-1.x-mapreduce</artifactId>
@@ -60,7 +60,7 @@ limitations under the License.
6060
<dependency>
6161
<groupId>${project.groupId}</groupId>
6262
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
63-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
63+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6464
<exclusions>
6565
<!-- we need hbase-server instead of hbase-client -->
6666
<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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
123+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>
@@ -186,7 +186,7 @@ limitations under the License.
186186
<plugin>
187187
<groupId>com.google.cloud.bigtable.test</groupId>
188188
<artifactId>bigtable-build-helper</artifactId>
189-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
189+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
190190
<executions>
191191
<execution>
192192
<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.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.13.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>com.google.cloud.bigtable</groupId>
109109
<artifactId>bigtable-hbase-1.x</artifactId>
110-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
110+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
111111
</dependency>
112112

113113
<!-- This isnt strictly necessary as it will be pulled in by bigtable-hbase-1.x. However, it helps to resolve
@@ -348,7 +348,7 @@ limitations under the License.
348348
<plugin>
349349
<groupId>com.google.cloud.bigtable.test</groupId>
350350
<artifactId>bigtable-build-helper</artifactId>
351-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
351+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
352352

353353
<executions>
354354
<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
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>bigtable-hbase-1.x-parent</artifactId>
55
<groupId>com.google.cloud.bigtable</groupId>
6-
<version>2.14.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6+
<version>2.13.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

0 commit comments

Comments
 (0)