From 3e697926f6837b0d7fe7c7c435ec0987ed7cbf39 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 4 Jun 2021 06:00:04 -0700 Subject: [PATCH 1/8] chore: regenerate README (#430) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-04 12:53:10,477 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryconnection/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-04 12:53:11,739 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/90973e98-232d-4369-99ad-e8f9ea8d1ee0/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index d05d5e90..767841fa 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigqueryconnection.git", - "sha": "946e1d36b1a3597264d9e57e5b28642a72ee42d8" + "sha": "d54691c05b73cea9dd8006539efde72bab99b989" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" + "sha": "8da7927493739fa36130360019ca21258242f73a" } } ] diff --git a/README.md b/README.md index f0488a36..3d0fa2ca 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryconnection - 1.1.0 + 1.1.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryconnection:1.1.0' +compile 'com.google.cloud:google-cloud-bigqueryconnection:1.1.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.1.1" ``` ## Authentication From 0a87f1e3a76f76f5ddcfca3e3bc7bb4cf09894b3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 13:02:03 +0000 Subject: [PATCH 2/8] chore: release 1.1.3-SNAPSHOT (#431) :robot: I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- google-cloud-bigqueryconnection-bom/pom.xml | 12 ++++++------ google-cloud-bigqueryconnection/pom.xml | 4 ++-- grpc-google-cloud-bigqueryconnection-v1/pom.xml | 4 ++-- grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml | 4 ++-- pom.xml | 12 ++++++------ proto-google-cloud-bigqueryconnection-v1/pom.xml | 4 ++-- .../pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 10 +++++----- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/google-cloud-bigqueryconnection-bom/pom.xml b/google-cloud-bigqueryconnection-bom/pom.xml index d7c93132..d8881032 100644 --- a/google-cloud-bigqueryconnection-bom/pom.xml +++ b/google-cloud-bigqueryconnection-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection-bom - 1.1.2 + 1.1.3-SNAPSHOT pom com.google.cloud @@ -64,27 +64,27 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.2 + 1.1.3-SNAPSHOT com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.1.2 + 1.1.3-SNAPSHOT com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.1.2 + 1.1.3-SNAPSHOT com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.6.2 + 0.6.3-SNAPSHOT com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.6.2 + 0.6.3-SNAPSHOT diff --git a/google-cloud-bigqueryconnection/pom.xml b/google-cloud-bigqueryconnection/pom.xml index 7f559f5d..34b27c84 100644 --- a/google-cloud-bigqueryconnection/pom.xml +++ b/google-cloud-bigqueryconnection/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection - 1.1.2 + 1.1.3-SNAPSHOT jar Google Cloud BigQuery Connections https://github.com/googleapis/java-bigqueryconnection @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.2 + 1.1.3-SNAPSHOT google-cloud-bigqueryconnection diff --git a/grpc-google-cloud-bigqueryconnection-v1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1/pom.xml index d8e4923c..84bf9fba 100644 --- a/grpc-google-cloud-bigqueryconnection-v1/pom.xml +++ b/grpc-google-cloud-bigqueryconnection-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.1.2 + 1.1.3-SNAPSHOT grpc-google-cloud-bigqueryconnection-v1 GRPC library for grpc-google-cloud-bigqueryconnection-v1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.2 + 1.1.3-SNAPSHOT diff --git a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml index 1aa909ea..dddf2f63 100644 --- a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml +++ b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.6.2 + 0.6.3-SNAPSHOT grpc-google-cloud-bigqueryconnection-v1beta1 GRPC library for grpc-google-cloud-bigqueryconnection-v1beta1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.2 + 1.1.3-SNAPSHOT diff --git a/pom.xml b/pom.xml index 7c15a2cf..cd0d8173 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigqueryconnection-parent pom - 1.1.2 + 1.1.3-SNAPSHOT Google Cloud BigQuery Connections Parent https://github.com/googleapis/java-bigqueryconnection @@ -71,27 +71,27 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.2 + 1.1.3-SNAPSHOT com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.1.2 + 1.1.3-SNAPSHOT com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.1.2 + 1.1.3-SNAPSHOT com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.6.2 + 0.6.3-SNAPSHOT com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.6.2 + 0.6.3-SNAPSHOT diff --git a/proto-google-cloud-bigqueryconnection-v1/pom.xml b/proto-google-cloud-bigqueryconnection-v1/pom.xml index 94f81091..26f78f76 100644 --- a/proto-google-cloud-bigqueryconnection-v1/pom.xml +++ b/proto-google-cloud-bigqueryconnection-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.1.2 + 1.1.3-SNAPSHOT proto-google-cloud-bigqueryconnection-v1 PROTO library for proto-google-cloud-bigqueryconnection-v1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.2 + 1.1.3-SNAPSHOT diff --git a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml index 0464b1ec..60846614 100644 --- a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml +++ b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.6.2 + 0.6.3-SNAPSHOT proto-google-cloud-bigqueryconnection-v1beta1 PROTO library for proto-google-cloud-bigqueryconnection-v1beta1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.2 + 1.1.3-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index ba1146b0..20cf63b7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.2 + 1.1.3-SNAPSHOT diff --git a/versions.txt b/versions.txt index 4a746a11..bdfbb6b3 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-bigqueryconnection:1.1.2:1.1.2 -proto-google-cloud-bigqueryconnection-v1:1.1.2:1.1.2 -grpc-google-cloud-bigqueryconnection-v1:1.1.2:1.1.2 -proto-google-cloud-bigqueryconnection-v1beta1:0.6.2:0.6.2 -grpc-google-cloud-bigqueryconnection-v1beta1:0.6.2:0.6.2 +google-cloud-bigqueryconnection:1.1.2:1.1.3-SNAPSHOT +proto-google-cloud-bigqueryconnection-v1:1.1.2:1.1.3-SNAPSHOT +grpc-google-cloud-bigqueryconnection-v1:1.1.2:1.1.3-SNAPSHOT +proto-google-cloud-bigqueryconnection-v1beta1:0.6.2:0.6.3-SNAPSHOT +grpc-google-cloud-bigqueryconnection-v1beta1:0.6.2:0.6.3-SNAPSHOT From d5183037be631cf0a704b18204b26c2b0040b5b6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 4 Jun 2021 16:59:41 +0200 Subject: [PATCH 3/8] chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v1.1.2 (#432) --- samples/install-without-bom/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 4424e85f..7eba1e78 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.1 + 1.1.2 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index ee2dbdbc..adf60132 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.1 + 1.1.2 From 785221d88371a168d1ee566effb547b88d82a732 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 4 Jun 2021 08:08:05 -0700 Subject: [PATCH 4/8] chore: regenerate README (#433) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-04 15:01:55,010 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryconnection/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-04 15:01:56,276 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/8ee792f3-dac4-4dc4-8817-2bf3eb2a9939/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 767841fa..00c70e0e 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigqueryconnection.git", - "sha": "d54691c05b73cea9dd8006539efde72bab99b989" + "sha": "d5183037be631cf0a704b18204b26c2b0040b5b6" } }, { diff --git a/README.md b/README.md index 3d0fa2ca..60ccb961 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryconnection - 1.1.1 + 1.1.2 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryconnection:1.1.1' +compile 'com.google.cloud:google-cloud-bigqueryconnection:1.1.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.1.2" ``` ## Authentication From 260fa7b64fa44d0d5763578058fddef3a7f8a652 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 5 Jun 2021 16:41:26 +0200 Subject: [PATCH 5/8] chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.23 (#434) --- samples/install-without-bom/pom.xml | 2 +- samples/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 7eba1e78..fdde0bb6 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/samples/pom.xml b/samples/pom.xml index 8b9d20b6..c897df82 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -18,7 +18,7 @@ com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 20cf63b7..0bb12124 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index adf60132..6580a233 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.22 + 1.0.23 From 78382b694ff5211412bea9099c6219337a2be9dd Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 7 Jun 2021 19:11:35 +0200 Subject: [PATCH 6/8] chore(deps): update dependency com.google.cloud:libraries-bom to v20.6.0 (#435) --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 6580a233..fd2aa73f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud libraries-bom - 20.5.0 + 20.6.0 pom import From 5058054efe44026ae5519aaf8877a088b8860236 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 9 Jun 2021 19:53:28 +0200 Subject: [PATCH 7/8] deps: update dependency com.google.protobuf:protobuf-java-util to v3.17.3 (#436) --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index fdde0bb6..c50ed2d6 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -36,7 +36,7 @@ com.google.protobuf protobuf-java-util - 3.17.2 + 3.17.3 junit diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 0bb12124..719769f1 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -35,7 +35,7 @@ com.google.protobuf protobuf-java-util - 3.17.2 + 3.17.3 junit diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index fd2aa73f..d459c735 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -46,7 +46,7 @@ com.google.protobuf protobuf-java-util - 3.17.2 + 3.17.3 junit From 891b9a8668b517dab238a1459a6c4c51c060a027 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:00:02 +0000 Subject: [PATCH 8/8] chore: release 1.1.3 (#438) :robot: I have created a release \*beep\* \*boop\* --- ### [1.1.3](https://www.github.com/googleapis/java-bigqueryconnection/compare/v1.1.2...v1.1.3) (2021-06-09) ### Dependencies * update dependency com.google.protobuf:protobuf-java-util to v3.17.3 ([#436](https://www.github.com/googleapis/java-bigqueryconnection/issues/436)) ([5058054](https://www.github.com/googleapis/java-bigqueryconnection/commit/5058054efe44026ae5519aaf8877a088b8860236)) --- 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 | 7 +++++++ google-cloud-bigqueryconnection-bom/pom.xml | 12 ++++++------ google-cloud-bigqueryconnection/pom.xml | 4 ++-- grpc-google-cloud-bigqueryconnection-v1/pom.xml | 4 ++-- grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml | 4 ++-- pom.xml | 12 ++++++------ proto-google-cloud-bigqueryconnection-v1/pom.xml | 4 ++-- .../pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 10 +++++----- 10 files changed, 35 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b7445d..573586fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.3](https://www.github.com/googleapis/java-bigqueryconnection/compare/v1.1.2...v1.1.3) (2021-06-09) + + +### Dependencies + +* update dependency com.google.protobuf:protobuf-java-util to v3.17.3 ([#436](https://www.github.com/googleapis/java-bigqueryconnection/issues/436)) ([5058054](https://www.github.com/googleapis/java-bigqueryconnection/commit/5058054efe44026ae5519aaf8877a088b8860236)) + ### [1.1.2](https://www.github.com/googleapis/java-bigqueryconnection/compare/v1.1.1...v1.1.2) (2021-06-04) diff --git a/google-cloud-bigqueryconnection-bom/pom.xml b/google-cloud-bigqueryconnection-bom/pom.xml index d8881032..4111e37f 100644 --- a/google-cloud-bigqueryconnection-bom/pom.xml +++ b/google-cloud-bigqueryconnection-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection-bom - 1.1.3-SNAPSHOT + 1.1.3 pom com.google.cloud @@ -64,27 +64,27 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.3-SNAPSHOT + 1.1.3 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.1.3-SNAPSHOT + 1.1.3 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.1.3-SNAPSHOT + 1.1.3 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.6.3-SNAPSHOT + 0.6.3 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.6.3-SNAPSHOT + 0.6.3
diff --git a/google-cloud-bigqueryconnection/pom.xml b/google-cloud-bigqueryconnection/pom.xml index 34b27c84..e1caa87e 100644 --- a/google-cloud-bigqueryconnection/pom.xml +++ b/google-cloud-bigqueryconnection/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection - 1.1.3-SNAPSHOT + 1.1.3 jar Google Cloud BigQuery Connections https://github.com/googleapis/java-bigqueryconnection @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.3-SNAPSHOT + 1.1.3 google-cloud-bigqueryconnection diff --git a/grpc-google-cloud-bigqueryconnection-v1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1/pom.xml index 84bf9fba..b65e0325 100644 --- a/grpc-google-cloud-bigqueryconnection-v1/pom.xml +++ b/grpc-google-cloud-bigqueryconnection-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.1.3-SNAPSHOT + 1.1.3 grpc-google-cloud-bigqueryconnection-v1 GRPC library for grpc-google-cloud-bigqueryconnection-v1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml index dddf2f63..09b006f5 100644 --- a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml +++ b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.6.3-SNAPSHOT + 0.6.3 grpc-google-cloud-bigqueryconnection-v1beta1 GRPC library for grpc-google-cloud-bigqueryconnection-v1beta1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/pom.xml b/pom.xml index cd0d8173..3ecb106f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigqueryconnection-parent pom - 1.1.3-SNAPSHOT + 1.1.3 Google Cloud BigQuery Connections Parent https://github.com/googleapis/java-bigqueryconnection @@ -71,27 +71,27 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.3-SNAPSHOT + 1.1.3 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.1.3-SNAPSHOT + 1.1.3 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.1.3-SNAPSHOT + 1.1.3 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.6.3-SNAPSHOT + 0.6.3 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.6.3-SNAPSHOT + 0.6.3 diff --git a/proto-google-cloud-bigqueryconnection-v1/pom.xml b/proto-google-cloud-bigqueryconnection-v1/pom.xml index 26f78f76..e5f6b1a9 100644 --- a/proto-google-cloud-bigqueryconnection-v1/pom.xml +++ b/proto-google-cloud-bigqueryconnection-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.1.3-SNAPSHOT + 1.1.3 proto-google-cloud-bigqueryconnection-v1 PROTO library for proto-google-cloud-bigqueryconnection-v1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml index 60846614..c9fcb428 100644 --- a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml +++ b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.6.3-SNAPSHOT + 0.6.3 proto-google-cloud-bigqueryconnection-v1beta1 PROTO library for proto-google-cloud-bigqueryconnection-v1beta1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 719769f1..32a30590 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/versions.txt b/versions.txt index bdfbb6b3..6a906f2f 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-bigqueryconnection:1.1.2:1.1.3-SNAPSHOT -proto-google-cloud-bigqueryconnection-v1:1.1.2:1.1.3-SNAPSHOT -grpc-google-cloud-bigqueryconnection-v1:1.1.2:1.1.3-SNAPSHOT -proto-google-cloud-bigqueryconnection-v1beta1:0.6.2:0.6.3-SNAPSHOT -grpc-google-cloud-bigqueryconnection-v1beta1:0.6.2:0.6.3-SNAPSHOT +google-cloud-bigqueryconnection:1.1.3:1.1.3 +proto-google-cloud-bigqueryconnection-v1:1.1.3:1.1.3 +grpc-google-cloud-bigqueryconnection-v1:1.1.3:1.1.3 +proto-google-cloud-bigqueryconnection-v1beta1:0.6.3:0.6.3 +grpc-google-cloud-bigqueryconnection-v1beta1:0.6.3:0.6.3