Skip to content

Commit 9a462ba

Browse files
chore(1.20.0-sp): release 1.20.0-sp.5 (#3396)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.20.0-sp.5](https://www.github.com/googleapis/java-bigtable-hbase/compare/1.20.0-sp.4...v1.20.0-sp.5) (2021-12-15) ### Bug Fixes * use 2.16.0 log4j version and ban all 2.x versions which are < 2.16.0 ([#3382](https://www.github.com/googleapis/java-bigtable-hbase/issues/3382)) ([ade8811](https://www.github.com/googleapis/java-bigtable-hbase/commit/ade8811d0e89d4af7f79b20828b1fed509b8bfe4)) --- 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 ade8811 commit 9a462ba

File tree

25 files changed

+36
-29
lines changed

25 files changed

+36
-29
lines changed

CHANGELOG.md

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

3+
## [1.20.0-sp.5](https://www.github.com/googleapis/java-bigtable-hbase/compare/1.20.0-sp.4...v1.20.0-sp.5) (2021-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* use 2.16.0 log4j version and ban all 2.x versions which are < 2.16.0 ([#3382](https://www.github.com/googleapis/java-bigtable-hbase/issues/3382)) ([ade8811](https://www.github.com/googleapis/java-bigtable-hbase/commit/ade8811d0e89d4af7f79b20828b1fed509b8bfe4))
9+
310
## [1.20.0-sp.4](https://www.github.com/googleapis/java-bigtable-hbase/compare/1.20.0-sp.3...v1.20.0-sp.4) (2021-11-12)
411

512

bigtable-client-core-parent/bigtable-client-core/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-core-parent</artifactId>
23-
<version>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-core-parent:current} -->
23+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-client-core-parent:current} -->
2424
</parent>
2525

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

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>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-core-parent:current} -->
22+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-client-core-parent:current} -->
2323
</parent>
2424

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

bigtable-client-core-parent/bigtable-hbase/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-core-parent</artifactId>
23-
<version>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-core-parent:current} -->
23+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-client-core-parent:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase</artifactId>

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>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
23+
<version>1.20.0-sp.5</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: 1 addition & 1 deletion
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>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-dataflow-parent:current} -->
21+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-dataflow-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

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

Lines changed: 1 addition & 1 deletion
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>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-dataflow-parent:current} -->
19+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-dataflow-parent:current} -->
2020
</parent>
2121

2222
<artifactId>bigtable-hbase-beam</artifactId>

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>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-dataflow-parent:current} -->
23+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-dataflow-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
<artifactId>bigtable-hbase-1.x-parent</artifactId>
55
<groupId>com.google.cloud.bigtable</groupId>
6-
<version>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-1x-parent:current} -->
6+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-hbase-1x-parent:current} -->
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

Lines changed: 1 addition & 1 deletion
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>1.20.0-sp.5-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-1x-parent:current} -->
21+
<version>1.20.0-sp.5</version> <!-- {x-version-update:bigtable-hbase-1x-parent:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

0 commit comments

Comments
 (0)