From a929e9212398098ea07e909a16b33b6bd85ad2dd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:18:21 -0400 Subject: [PATCH] chore: release 2.2.1-SNAPSHOT (#1632) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 2.2.1-SNAPSHOT * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot --- benchmark/pom.xml | 2 +- google-cloud-bigquery/clirr-ignored-differences.xml | 10 ---------- google-cloud-bigquery/pom.xml | 4 ++-- pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 6 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 google-cloud-bigquery/clirr-ignored-differences.xml diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 56645dd93..86bd33d78 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 2.2.0 + 2.2.1-SNAPSHOT diff --git a/google-cloud-bigquery/clirr-ignored-differences.xml b/google-cloud-bigquery/clirr-ignored-differences.xml deleted file mode 100644 index 5dba6ab7a..000000000 --- a/google-cloud-bigquery/clirr-ignored-differences.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 7006 - com/google/cloud/bigquery/FormatOptions - com.google.cloud.bigquery.FormatOptions avro() - com.google.cloud.bigquery.AvroOptions - - diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index b88bb19a5..93f9cbc69 100644 --- a/google-cloud-bigquery/pom.xml +++ b/google-cloud-bigquery/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigquery - 2.2.0 + 2.2.1-SNAPSHOT jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 2.2.0 + 2.2.1-SNAPSHOT google-cloud-bigquery diff --git a/pom.xml b/pom.xml index b46a240f8..eb5f19d6e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 2.2.0 + 2.2.1-SNAPSHOT BigQuery Parent https://github.com/googleapis/java-bigquery @@ -77,7 +77,7 @@ com.google.cloud google-cloud-bigquery - 2.2.0 + 2.2.1-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index b43dea32e..89c35a155 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 2.2.0 + 2.2.1-SNAPSHOT diff --git a/versions.txt b/versions.txt index bc8d5d4cc..29d25a9bf 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:2.2.0:2.2.0 \ No newline at end of file +google-cloud-bigquery:2.2.0:2.2.1-SNAPSHOT \ No newline at end of file