From fbcc08d9cb8649754a3e569797a299cf1a8f787f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:14:15 +0000 Subject: [PATCH] chore(bigtable-1.x): release 1.26.2 (#3408) :robot: I have created a release \*beep\* \*boop\* --- ### [1.26.2](https://www.github.com/googleapis/java-bigtable-hbase/compare/v1.26.1...v1.26.2) (2022-01-05) ### Dependencies * log4j 2.17.0 ([#3405](https://www.github.com/googleapis/java-bigtable-hbase/issues/3405)) ([0675ffb](https://www.github.com/googleapis/java-bigtable-hbase/commit/0675ffbaf1d47346034bafe23867e27f353dc52f)) * log4j 2.17.1 ([#3422](https://www.github.com/googleapis/java-bigtable-hbase/issues/3422)) ([d78fc91](https://www.github.com/googleapis/java-bigtable-hbase/commit/d78fc9165fa9b4dbb9c546ce8bdbdc26e4bfff07)) * migrate to logback-classic (port of [#3425](https://www.github.com/googleapis/java-bigtable-hbase/issues/3425)) ([#3426](https://www.github.com/googleapis/java-bigtable-hbase/issues/3426)) ([8122404](https://www.github.com/googleapis/java-bigtable-hbase/commit/81224043c929c0f629e317bdb77bb80e3cf95c3b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 9 +++++++++ bigtable-client-core-parent/bigtable-client-core/pom.xml | 4 ++-- .../cloud/bigtable/config/BigtableVersionInfo.java | 2 +- .../bigtable-hbase-integration-tests-common/pom.xml | 2 +- bigtable-client-core-parent/bigtable-hbase/pom.xml | 6 +++--- .../cloud/bigtable/hbase/BigtableHBaseVersion.java | 2 +- bigtable-client-core-parent/bigtable-metrics-api/pom.xml | 2 +- bigtable-client-core-parent/pom.xml | 2 +- bigtable-dataflow-parent/bigtable-beam-import/pom.xml | 4 ++-- bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml | 4 ++-- bigtable-dataflow-parent/pom.xml | 2 +- .../bigtable-hbase-1.x-hadoop/pom.xml | 4 ++-- .../bigtable-hbase-1.x-integration-tests/pom.xml | 8 ++++---- .../bigtable-hbase-1.x-mapreduce/pom.xml | 4 ++-- .../bigtable-hbase-1.x-shaded/pom.xml | 4 ++-- .../bigtable-hbase-1.x-tools/pom.xml | 4 ++-- bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml | 6 +++--- bigtable-hbase-1.x-parent/pom.xml | 2 +- .../bigtable-hbase-2.x-hadoop/pom.xml | 4 ++-- .../bigtable-hbase-2.x-integration-tests/pom.xml | 6 +++--- .../bigtable-hbase-2.x-shaded/pom.xml | 4 ++-- bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml | 6 +++--- bigtable-hbase-2.x-parent/pom.xml | 2 +- bigtable-test/bigtable-emulator-maven-plugin/pom.xml | 2 +- bigtable-test/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 2 +- 27 files changed, 55 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a8fbec02..390fef6734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [1.26.2](https://www.github.com/googleapis/java-bigtable-hbase/compare/v1.26.1...v1.26.2) (2022-01-05) + + +### Dependencies + +* log4j 2.17.0 ([#3405](https://www.github.com/googleapis/java-bigtable-hbase/issues/3405)) ([0675ffb](https://www.github.com/googleapis/java-bigtable-hbase/commit/0675ffbaf1d47346034bafe23867e27f353dc52f)) +* log4j 2.17.1 ([#3422](https://www.github.com/googleapis/java-bigtable-hbase/issues/3422)) ([d78fc91](https://www.github.com/googleapis/java-bigtable-hbase/commit/d78fc9165fa9b4dbb9c546ce8bdbdc26e4bfff07)) +* migrate to logback-classic (port of [#3425](https://www.github.com/googleapis/java-bigtable-hbase/issues/3425)) ([#3426](https://www.github.com/googleapis/java-bigtable-hbase/issues/3426)) ([8122404](https://www.github.com/googleapis/java-bigtable-hbase/commit/81224043c929c0f629e317bdb77bb80e3cf95c3b)) + ### [1.26.1](https://www.github.com/googleapis/java-bigtable-hbase/compare/v1.26.0...v1.26.1) (2021-12-14) diff --git a/bigtable-client-core-parent/bigtable-client-core/pom.xml b/bigtable-client-core-parent/bigtable-client-core/pom.xml index 41706af453..0f29e51498 100644 --- a/bigtable-client-core-parent/bigtable-client-core/pom.xml +++ b/bigtable-client-core-parent/bigtable-client-core/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-core-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-client-core @@ -198,7 +198,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-metrics-api - 1.26.2-SNAPSHOT + 1.26.2 diff --git a/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java b/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java index 7635656914..14cfd8b03f 100644 --- a/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java +++ b/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/BigtableVersionInfo.java @@ -31,7 +31,7 @@ public class BigtableVersionInfo { private static final AtomicBoolean wasInitialized = new AtomicBoolean(false); // {x-version-update-start:bigtable-client-parent:current} - public static final String CLIENT_VERSION = "1.26.2-SNAPSHOT"; + public static final String CLIENT_VERSION = "1.26.2"; // {x-version-update-end} public static final String JDK_VERSION = getJavaVersion(); diff --git a/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml b/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml index bdd3e6d6c4..c60fc9098b 100644 --- a/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml +++ b/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-core-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase-integration-tests-common diff --git a/bigtable-client-core-parent/bigtable-hbase/pom.xml b/bigtable-client-core-parent/bigtable-hbase/pom.xml index bfe119ee8d..0b7312f48b 100644 --- a/bigtable-client-core-parent/bigtable-hbase/pom.xml +++ b/bigtable-client-core-parent/bigtable-hbase/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-core-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase @@ -55,13 +55,13 @@ limitations under the License. ${project.groupId} bigtable-client-core - 1.26.2-SNAPSHOT + 1.26.2 ${project.groupId} bigtable-metrics-api - 1.26.2-SNAPSHOT + 1.26.2 diff --git a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java index 97419019f5..2a79af8909 100644 --- a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java +++ b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableHBaseVersion.java @@ -34,7 +34,7 @@ public class BigtableHBaseVersion { private static final AtomicBoolean wasInitialized = new AtomicBoolean(false); // {x-version-update-start:bigtable-client-parent:current} - public static final String VERSION = "1.26.2-SNAPSHOT"; + public static final String VERSION = "1.26.2"; // {x-version-update-end} /** diff --git a/bigtable-client-core-parent/bigtable-metrics-api/pom.xml b/bigtable-client-core-parent/bigtable-metrics-api/pom.xml index 1dd7618774..dc954f7cc4 100644 --- a/bigtable-client-core-parent/bigtable-metrics-api/pom.xml +++ b/bigtable-client-core-parent/bigtable-metrics-api/pom.xml @@ -5,7 +5,7 @@ com.google.cloud.bigtable bigtable-client-core-parent - 1.26.2-SNAPSHOT + 1.26.2 4.0.0 diff --git a/bigtable-client-core-parent/pom.xml b/bigtable-client-core-parent/pom.xml index 447809e165..5bd81d6f0a 100644 --- a/bigtable-client-core-parent/pom.xml +++ b/bigtable-client-core-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-client-core-parent diff --git a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml index b8c5a1c6e4..ed6f94a996 100644 --- a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml +++ b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml @@ -18,7 +18,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-dataflow-parent - 1.26.2-SNAPSHOT + 1.26.2 4.0.0 @@ -45,7 +45,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 1.26.2-SNAPSHOT + 1.26.2 org.apache.hbase diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml index 5349f9d795..cd8457a40b 100644 --- a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml +++ b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml @@ -16,7 +16,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-dataflow-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase-beam @@ -44,7 +44,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 1.26.2-SNAPSHOT + 1.26.2 + 1.26.2 bigtable-dataflow-parent diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml index f0677b815e..55fadce551 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-1.x-parent com.google.cloud.bigtable - 1.26.2-SNAPSHOT + 1.26.2 4.0.0 @@ -34,7 +34,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 1.26.2-SNAPSHOT + 1.26.2 org.apache.hbase diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml index 3d748f9f4a..f8d44920c5 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase-1.x-integration-tests @@ -234,7 +234,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 1.26.2-SNAPSHOT + 1.26.2 @@ -325,7 +325,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 1.26.2-SNAPSHOT + 1.26.2 test @@ -353,7 +353,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-integration-tests-common - 1.26.2-SNAPSHOT + 1.26.2 test-jar test diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml index 8675ab648c..9f3b7a1d83 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase-1.x-mapreduce @@ -53,7 +53,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 1.26.2-SNAPSHOT + 1.26.2 + 1.26.2 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 1.26.2-SNAPSHOT + 1.26.2 diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml index c90388990b..3448dd2d70 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml @@ -5,7 +5,7 @@ bigtable-hbase-1.x-parent com.google.cloud.bigtable - 1.26.2-SNAPSHOT + 1.26.2 4.0.0 @@ -23,7 +23,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 1.26.2-SNAPSHOT + 1.26.2 + 1.26.2 bigtable-hbase-1.x @@ -56,7 +56,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 1.26.2-SNAPSHOT + 1.26.2 com.google.cloud.bigtable @@ -66,7 +66,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-metrics-api - 1.26.2-SNAPSHOT + 1.26.2 diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index 3a89f27491..4f5b051228 100644 --- a/bigtable-hbase-1.x-parent/pom.xml +++ b/bigtable-hbase-1.x-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase-1.x-parent diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml index 9c8acf5f04..2443c10966 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-2.x-parent com.google.cloud.bigtable - 1.26.2-SNAPSHOT + 1.26.2 4.0.0 @@ -38,7 +38,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 1.26.2-SNAPSHOT + 1.26.2 org.apache.hbase diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml index 75c37018ef..240fd6b945 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase-2.x-integration-tests @@ -245,7 +245,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 1.26.2-SNAPSHOT + 1.26.2 @@ -345,7 +345,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 1.26.2-SNAPSHOT + 1.26.2 test diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml index a689862d98..b686469e01 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-2.x-parent com.google.cloud.bigtable - 1.26.2-SNAPSHOT + 1.26.2 4.0.0 @@ -62,7 +62,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 1.26.2-SNAPSHOT + 1.26.2 diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml index 02a68a122b..14c9547daf 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-parent - 1.26.2-SNAPSHOT + 1.26.2 @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 1.26.2-SNAPSHOT + 1.26.2 @@ -72,7 +72,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-metrics-api - 1.26.2-SNAPSHOT + 1.26.2 diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index 1864081215..b66abcd634 100644 --- a/bigtable-hbase-2.x-parent/pom.xml +++ b/bigtable-hbase-2.x-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 1.26.2-SNAPSHOT + 1.26.2 bigtable-hbase-2.x-parent diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index 96aa1951ab..036e8091a3 100644 --- a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml +++ b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml @@ -20,7 +20,7 @@ limitations under the License. bigtable-test com.google.cloud.bigtable - 1.26.2-SNAPSHOT + 1.26.2 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index 27e2c71c5f..f5b131a8cb 100644 --- a/bigtable-test/pom.xml +++ b/bigtable-test/pom.xml @@ -20,7 +20,7 @@ limitations under the License. bigtable-client-parent com.google.cloud.bigtable - 1.26.2-SNAPSHOT + 1.26.2 bigtable-test diff --git a/pom.xml b/pom.xml index 370807e9aa..55395a9848 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 1.26.2-SNAPSHOT + 1.26.2 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ diff --git a/versions.txt b/versions.txt index 72751aea0b..34db07cdda 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -bigtable-client-parent:1.26.1:1.26.2-SNAPSHOT +bigtable-client-parent:1.26.2:1.26.2