Skip to content

Commit 99b3d11

Browse files
chore: release 2.0.0-beta4 (#3389)
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0-beta4](https://www.github.com/googleapis/java-bigtable-hbase/compare/v2.0.0-beta3...v2.0.0-beta4) (2021-12-14) **Note: This beta release is a work-in-progress. For the latest stable release of java-bigtable-hbase, please refer to version [1.26.1](https://github.com/googleapis/java-bigtable-hbase/releases/tag/v1.26.1).** ### Miscellaneous Chores * make next tag 2.0.0-beta4 ([#3387](https://www.github.com/googleapis/java-bigtable-hbase/issues/3387)) ([01010e9](https://www.github.com/googleapis/java-bigtable-hbase/commit/01010e9975c7c13130980e8837e8dbce2b1cd705)) ### Dependencies * **fix:** bump log4j2 to 2.16.0 and ban all 2.x.x versions which are < 2.16.0 ([#3388](https://www.github.com/googleapis/java-bigtable-hbase/issues/3388)) ([265f042](https://www.github.com/googleapis/java-bigtable-hbase/commit/265f042191bc79609e19c53a9624e8e25c589608)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 265f042 commit 99b3d11

File tree

34 files changed

+79
-67
lines changed

34 files changed

+79
-67
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.0.0-beta4](https://www.github.com/googleapis/java-bigtable-hbase/compare/v2.0.0-beta3...v2.0.0-beta4) (2021-12-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* make next tag 2.0.0-beta4 ([#3387](https://www.github.com/googleapis/java-bigtable-hbase/issues/3387)) ([01010e9](https://www.github.com/googleapis/java-bigtable-hbase/commit/01010e9975c7c13130980e8837e8dbce2b1cd705))
9+
10+
11+
### Dependencies
12+
13+
* **fix:** bump log4j2 to 2.16.0 and ban all 2.x.x versions which are < 2.16.0 ([#3388](https://www.github.com/googleapis/java-bigtable-hbase/issues/3388)) ([265f042](https://www.github.com/googleapis/java-bigtable-hbase/commit/265f042191bc79609e19c53a9624e8e25c589608))
14+
315
## [2.0.0-beta3](https://www.github.com/googleapis/java-bigtable-hbase/compare/v2.0.0-beta2...v2.0.0-beta3) (2021-12-10)
416

517
**Note: This beta release is a work-in-progress. For the latest stable release of java-bigtable-hbase, please refer to version [1.26.0](https://github.com/googleapis/java-bigtable-hbase/releases/tag/v1.26.0).**

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ which makes it easy for development teams to get started.
4646
<dependency>
4747
<groupId>com.google.cloud.bigtable</groupId>
4848
<artifactId>bigtable-hbase-1.x</artifactId>
49-
<version>2.0.0-beta3</version>
49+
<version>2.0.0-beta4</version>
5050
</dependency>
5151
```
5252

5353
Gradle:
5454
```Groovy
55-
compile 'com.google.cloud.bigtable:bigtable-hbase-1.x:2.0.0-beta3'
55+
compile 'com.google.cloud.bigtable:bigtable-hbase-1.x:2.0.0-beta4'
5656
```
5757

5858
SBT:
5959
```Scala
60-
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-1.x" % "2.0.0-beta3"
60+
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-1.x" % "2.0.0-beta4"
6161
```
6262
[//]: # ({x-version-update-end})
6363

@@ -84,7 +84,7 @@ If you are _not_ using the shaded Bigtable HBase Client artifact, you need to de
8484
<dependency>
8585
<groupId>com.google.cloud.bigtable</groupId>
8686
<artifactId>bigtable-hbase-1.x</artifactId>
87-
<version>2.0.0-beta3</version>
87+
<version>2.0.0-beta4</version>
8888
</dependency>
8989
```
9090
[//]: # ({x-version-update-end})
@@ -199,7 +199,7 @@ If you are _not_ using the shaded Bigtable HBase Client artifact, you need to de
199199
<dependency>
200200
<groupId>com.google.cloud.bigtable</groupId>
201201
<artifactId>bigtable-hbase-1.x</artifactId>
202-
<version>2.0.0-beta3</version>
202+
<version>2.0.0-beta4</version>
203203
</dependency>
204204
```
205205
[//]: # ({x-version-update-end})

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

2626
<artifactId>bigtable-hbase</artifactId>
@@ -172,7 +172,7 @@ limitations under the License.
172172
<dependency>
173173
<groupId>com.google.cloud.bigtable</groupId>
174174
<artifactId>bigtable-internal-test-helper</artifactId>
175-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
175+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>
@@ -244,7 +244,7 @@ limitations under the License.
244244
<plugin>
245245
<groupId>com.google.cloud.bigtable.test</groupId>
246246
<artifactId>bigtable-build-helper</artifactId>
247-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
247+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
248248

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

@@ -141,7 +141,7 @@ limitations under the License.
141141
<dependency>
142142
<groupId>${project.groupId}</groupId>
143143
<artifactId>bigtable-hbase-beam</artifactId>
144-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
144+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
145145
<exclusions>
146146
<exclusion>
147147
<groupId>org.apache.hbase</groupId>
@@ -153,7 +153,7 @@ limitations under the License.
153153
<dependency>
154154
<groupId>com.google.cloud.bigtable</groupId>
155155
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
156-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
156+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
157157
<exclusions>
158158
<!-- exclude hbase-shaded-client since we are using hbase-shaded-server -->
159159
<exclusion>
@@ -448,7 +448,7 @@ limitations under the License.
448448
<plugin>
449449
<groupId>com.google.cloud.bigtable.test</groupId>
450450
<artifactId>bigtable-build-helper</artifactId>
451-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
451+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
452452
<executions>
453453
<execution>
454454
<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.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
19+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
2020
</parent>
2121

2222
<artifactId>bigtable-hbase-beam</artifactId>
@@ -78,7 +78,7 @@ limitations under the License.
7878
<dependency>
7979
<groupId>${project.groupId}</groupId>
8080
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
81-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
81+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
8282
<exclusions>
8383
<!-- Let the beam pipeline choose the appropriate slf4j impl.
8484
Since this is the beam universe, we don't have be a drop in replacement
@@ -290,7 +290,7 @@ limitations under the License.
290290
<plugin>
291291
<groupId>com.google.cloud.bigtable.test</groupId>
292292
<artifactId>bigtable-build-helper</artifactId>
293-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
293+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
294294
<executions>
295295
<execution>
296296
<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.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>2.0.0-beta4</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-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.cloud.bigtable</groupId>
55
<artifactId>bigtable-hbase-1.x-parent</artifactId>
6-
<version>2.0.0-beta4-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
6+
<version>2.0.0-beta4</version> <!-- {x-version-update:bigtable-client-parent:current} -->
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)