Skip to content

Commit e5364c3

Browse files
chore(main): release 2.7.3
1 parent 8ee2d3c commit e5364c3

File tree

52 files changed

+153
-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

+153
-141
lines changed

CHANGELOG.md

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

3+
## [2.7.3](https://github.com/googleapis/java-bigtable-hbase/compare/v2.7.2...v2.7.3) (2023-03-15)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency com.google.protobuf:protobuf-java to v3.22.1 ([#3995](https://github.com/googleapis/java-bigtable-hbase/issues/3995)) ([8cf46f1](https://github.com/googleapis/java-bigtable-hbase/commit/8cf46f16fb071a77ffa1462d1576051dc5aaab83))
9+
* Update dependency com.google.protobuf:protobuf-java to v3.22.2 ([#4001](https://github.com/googleapis/java-bigtable-hbase/issues/4001)) ([66962ef](https://github.com/googleapis/java-bigtable-hbase/commit/66962ef3ab61c90680eb51542943f94ec5416ecf))
10+
* Update dependency net.bytebuddy:byte-buddy to v1.14.1 ([#3993](https://github.com/googleapis/java-bigtable-hbase/issues/3993)) ([ced055e](https://github.com/googleapis/java-bigtable-hbase/commit/ced055e92df5bbeee6bc44796b3639da91525032))
11+
* Update dependency net.bytebuddy:byte-buddy to v1.14.2 ([#4004](https://github.com/googleapis/java-bigtable-hbase/issues/4004)) ([6327eb2](https://github.com/googleapis/java-bigtable-hbase/commit/6327eb213e0f88c94096386732bf3273fe9ea00f))
12+
* Update dependency org.codehaus.plexus:plexus-utils to v3.5.1 ([#3988](https://github.com/googleapis/java-bigtable-hbase/issues/3988)) ([8ee2d3c](https://github.com/googleapis/java-bigtable-hbase/commit/8ee2d3c12018f252feecb98635ff342d06d29aeb))
13+
* Update google-cloud-bigtable dependencies to 2.20.0 ([9b96f8b](https://github.com/googleapis/java-bigtable-hbase/commit/9b96f8b11e1d8f81b421abb7cf7a7ae39df6194a))
14+
315
## [2.7.2](https://github.com/googleapis/java-bigtable-hbase/compare/v2.7.1...v2.7.2) (2023-02-27)
416

517

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

2626
<artifactId>bigtable-hbase</artifactId>
@@ -190,7 +190,7 @@ limitations under the License.
190190
<dependency>
191191
<groupId>com.google.cloud.bigtable</groupId>
192192
<artifactId>bigtable-internal-test-helper</artifactId>
193-
<version>2.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
193+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
194194
<scope>test</scope>
195195
</dependency>
196196
<dependency>
@@ -262,7 +262,7 @@ limitations under the License.
262262
<plugin>
263263
<groupId>com.google.cloud.bigtable.test</groupId>
264264
<artifactId>bigtable-build-helper</artifactId>
265-
<version>2.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
265+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
266266

267267
<executions>
268268
<!-- TODO: Remove this once we can properly shade conscrypt:

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

@@ -147,7 +147,7 @@ limitations under the License.
147147
<dependency>
148148
<groupId>${project.groupId}</groupId>
149149
<artifactId>bigtable-hbase-beam</artifactId>
150-
<version>2.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
150+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
151151
<exclusions>
152152
<exclusion>
153153
<groupId>org.apache.hbase</groupId>
@@ -159,7 +159,7 @@ limitations under the License.
159159
<dependency>
160160
<groupId>com.google.cloud.bigtable</groupId>
161161
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
162-
<version>2.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
162+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
163163
<exclusions>
164164
<!-- exclude hbase-shaded-client since we are using hbase-shaded-server -->
165165
<exclusion>
@@ -278,7 +278,7 @@ limitations under the License.
278278
<dependency>
279279
<groupId>com.google.cloud.bigtable</groupId>
280280
<artifactId>bigtable-internal-test-helper</artifactId>
281-
<version>2.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
281+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
282282
<scope>test</scope>
283283
</dependency>
284284
<dependency>
@@ -467,7 +467,7 @@ limitations under the License.
467467
<plugin>
468468
<groupId>com.google.cloud.bigtable.test</groupId>
469469
<artifactId>bigtable-build-helper</artifactId>
470-
<version>2.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
470+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
471471
<executions>
472472
<execution>
473473
<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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
19+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
86+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
303+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
21+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
42+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
4343
<exclusions>
4444
<!-- hbase-shaded-client will be replaced with hbase-client -->
4545
<exclusion>
@@ -234,7 +234,7 @@ limitations under the License.
234234
<plugin>
235235
<groupId>com.google.cloud.bigtable.test</groupId>
236236
<artifactId>bigtable-build-helper</artifactId>
237-
<version>2.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
237+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
238238

239239
<executions>
240240
<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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
187+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
201+
<version>2.7.3</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.7.3-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
215+
<version>2.7.3</version> <!-- {x-version-update:bigtable-client-parent:current} -->
216216
<type>test-jar</type>
217217
<scope>test</scope>
218218
<exclusions>

0 commit comments

Comments
 (0)