From f9d4e15bd3c784b1fd3b0f3468000a91c6f79715 Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:52:43 +0000 Subject: [PATCH 1/6] chore: remove owlbot (#2010) --- .github/.OwlBot.lock.yaml | 17 ------ .github/.OwlBot.yaml | 16 ------ .github/generated-files-bot.yml | 12 ----- codecov.yaml | 4 -- owlbot.py | 39 -------------- synth.metadata | 91 --------------------------------- 6 files changed, 179 deletions(-) delete mode 100644 .github/.OwlBot.lock.yaml delete mode 100644 .github/.OwlBot.yaml delete mode 100644 .github/generated-files-bot.yml delete mode 100644 codecov.yaml delete mode 100644 owlbot.py delete mode 100644 synth.metadata diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml deleted file mode 100644 index 359fe71c1..000000000 --- a/.github/.OwlBot.lock.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2024 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -docker: - image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:72f0d373307d128b2cb720c5cb4d90b31f0e86529dd138c632710ae0c69efae3 -# created: 2024-06-05T18:32:21.724930324Z diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml deleted file mode 100644 index 5d9a9d8b5..000000000 --- a/.github/.OwlBot.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -docker: - image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest" diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml deleted file mode 100644 index c644a24e1..000000000 --- a/.github/generated-files-bot.yml +++ /dev/null @@ -1,12 +0,0 @@ -externalManifests: -- type: json - file: 'synth.metadata' - jsonpath: '$.generatedFiles[*]' -- type: json - file: '.github/readme/synth.metadata/synth.metadata' - jsonpath: '$.generatedFiles[*]' -ignoreAuthors: -- 'renovate-bot' -- 'yoshi-automation' -- 'release-please[bot]' -- 'gcf-owl-bot[bot]' diff --git a/codecov.yaml b/codecov.yaml deleted file mode 100644 index 5724ea947..000000000 --- a/codecov.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -codecov: - ci: - - source.cloud.google.com diff --git a/owlbot.py b/owlbot.py deleted file mode 100644 index cfc9ba444..000000000 --- a/owlbot.py +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import synthtool as s -from synthtool.languages import java - - -for library in s.get_staging_dirs(): - # put any special-case replacements here - s.move(library) - -s.remove_staging_dirs() -java.common_templates( - excludes=[ - "README.md", - "CONTRIBUTING.md", - "java.header", - "checkstyle.xml", - "license-checks.xml", - ".github/workflows/samples.yaml", - ".kokoro/build.sh", - "renovate.json", - ".github/workflows/ci.yaml", - ".kokoro/requirements.in", - ".kokoro/requirements.txt", - ".kokoro/dependencies.sh" # Remove this once updated in synthtool - ] -) diff --git a/synth.metadata b/synth.metadata deleted file mode 100644 index 53b033004..000000000 --- a/synth.metadata +++ /dev/null @@ -1,91 +0,0 @@ -{ - "sources": [ - { - "git": { - "name": ".", - "remote": "https://github.com/googleapis/google-http-java-client.git", - "sha": "9f389ef89195af77eff8f1e1c1c9ee9bf9c7792c" - } - }, - { - "git": { - "name": "synthtool", - "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a4be3384ccb92364795d981f2863f6986fcee620" - } - } - ], - "generatedFiles": [ - ".github/CODEOWNERS", - ".github/ISSUE_TEMPLATE/bug_report.md", - ".github/ISSUE_TEMPLATE/feature_request.md", - ".github/ISSUE_TEMPLATE/support_request.md", - ".github/PULL_REQUEST_TEMPLATE.md", - ".github/blunderbuss.yml", - ".github/generated-files-bot.yml", - ".github/release-please.yml", - ".github/release-trigger.yml", - ".github/snippet-bot.yml", - ".github/sync-repo-settings.yaml", - ".github/trusted-contribution.yml", - ".github/workflows/approve-readme.yaml", - ".github/workflows/auto-release.yaml", - ".github/workflows/ci.yaml", - ".kokoro/build.bat", - ".kokoro/build.sh", - ".kokoro/coerce_logs.sh", - ".kokoro/common.cfg", - ".kokoro/common.sh", - ".kokoro/continuous/common.cfg", - ".kokoro/continuous/java8.cfg", - ".kokoro/dependencies.sh", - ".kokoro/nightly/common.cfg", - ".kokoro/nightly/integration.cfg", - ".kokoro/nightly/java11.cfg", - ".kokoro/nightly/java7.cfg", - ".kokoro/nightly/java8-osx.cfg", - ".kokoro/nightly/java8-win.cfg", - ".kokoro/nightly/java8.cfg", - ".kokoro/nightly/samples.cfg", - ".kokoro/populate-secrets.sh", - ".kokoro/presubmit/clirr.cfg", - ".kokoro/presubmit/common.cfg", - ".kokoro/presubmit/dependencies.cfg", - ".kokoro/presubmit/integration.cfg", - ".kokoro/presubmit/java11.cfg", - ".kokoro/presubmit/java7.cfg", - ".kokoro/presubmit/java8-osx.cfg", - ".kokoro/presubmit/java8-win.cfg", - ".kokoro/presubmit/java8.cfg", - ".kokoro/presubmit/linkage-monitor.cfg", - ".kokoro/presubmit/lint.cfg", - ".kokoro/presubmit/samples.cfg", - ".kokoro/readme.sh", - ".kokoro/release/bump_snapshot.cfg", - ".kokoro/release/common.cfg", - ".kokoro/release/common.sh", - ".kokoro/release/drop.cfg", - ".kokoro/release/drop.sh", - ".kokoro/release/promote.cfg", - ".kokoro/release/promote.sh", - ".kokoro/release/publish_javadoc.cfg", - ".kokoro/release/publish_javadoc.sh", - ".kokoro/release/publish_javadoc11.cfg", - ".kokoro/release/publish_javadoc11.sh", - ".kokoro/release/snapshot.cfg", - ".kokoro/release/snapshot.sh", - ".kokoro/release/stage.cfg", - ".kokoro/release/stage.sh", - ".kokoro/trampoline.sh", - "CODE_OF_CONDUCT.md", - "CONTRIBUTING.md", - "LICENSE", - "SECURITY.md", - "codecov.yaml", - "renovate.json", - "samples/install-without-bom/pom.xml", - "samples/pom.xml", - "samples/snapshot/pom.xml", - "samples/snippets/pom.xml" - ] -} \ No newline at end of file From b2e9b0c7602e6f54cdc0e4b968dc702c476ee2f2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 2 Oct 2024 16:16:02 +0200 Subject: [PATCH 2/6] build(deps): update dependency com.google.cloud:native-image-shared-config to v1.11.3 (#2018) --- .kokoro/presubmit/graalvm-native-a.cfg | 2 +- .kokoro/presubmit/graalvm-native-b.cfg | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/presubmit/graalvm-native-a.cfg b/.kokoro/presubmit/graalvm-native-a.cfg index 54dca4f2c..f6a0f1d04 100644 --- a/.kokoro/presubmit/graalvm-native-a.cfg +++ b/.kokoro/presubmit/graalvm-native-a.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.0" + value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.3" } env_vars: { diff --git a/.kokoro/presubmit/graalvm-native-b.cfg b/.kokoro/presubmit/graalvm-native-b.cfg index 8b05c77ff..0a7901742 100644 --- a/.kokoro/presubmit/graalvm-native-b.cfg +++ b/.kokoro/presubmit/graalvm-native-b.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.0" + value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.3" } env_vars: { diff --git a/pom.xml b/pom.xml index ea79fec71..477d0255c 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ com.google.cloud native-image-shared-config - 1.11.0 + 1.11.3 + + com.google.http-client + google-http-client-apache-v5 + 1.45.0 + com.google.http-client google-http-client-appengine From 65de517cb9dcdea01679b74fc2527d9a6825cebf Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:12:23 -0500 Subject: [PATCH 5/6] chore(main): release 1.45.1-SNAPSHOT (#2005) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- google-http-client-android-test/pom.xml | 6 ++-- google-http-client-android/pom.xml | 4 +-- google-http-client-apache-v2/pom.xml | 4 +-- google-http-client-apache-v5/pom.xml | 4 +-- google-http-client-appengine/pom.xml | 4 +-- google-http-client-assembly/pom.xml | 4 +-- google-http-client-bom/pom.xml | 24 +++++++-------- google-http-client-findbugs/pom.xml | 4 +-- google-http-client-gson/pom.xml | 4 +-- google-http-client-jackson2/pom.xml | 4 +-- google-http-client-protobuf/pom.xml | 4 +-- google-http-client-test/pom.xml | 4 +-- google-http-client-xml/pom.xml | 4 +-- google-http-client/pom.xml | 4 +-- pom.xml | 4 +-- .../dailymotion-simple-cmdline-sample/pom.xml | 2 +- versions.txt | 30 +++++++++---------- 17 files changed, 57 insertions(+), 57 deletions(-) diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml index 48bc0f333..77d2f6d74 100644 --- a/google-http-client-android-test/pom.xml +++ b/google-http-client-android-test/pom.xml @@ -4,7 +4,7 @@ google-http-client google-http-client-android-test Test project for google-http-client-android. - 1.45.0 + 1.45.1-SNAPSHOT apk @@ -53,7 +53,7 @@ com.google.http-client google-http-client-android - 1.45.0 + 1.45.1-SNAPSHOT android @@ -72,7 +72,7 @@ com.google.http-client google-http-client-test - 1.45.0 + 1.45.1-SNAPSHOT junit diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml index 1ac9f5e2b..ef9c8c343 100644 --- a/google-http-client-android/pom.xml +++ b/google-http-client-android/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-android - 1.45.0 + 1.45.1-SNAPSHOT Android Platform Extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-apache-v2/pom.xml b/google-http-client-apache-v2/pom.xml index 0e1c72742..f50639b4f 100644 --- a/google-http-client-apache-v2/pom.xml +++ b/google-http-client-apache-v2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-apache-v2 - 1.45.0 + 1.45.1-SNAPSHOT Apache HTTP transport v2 for the Google HTTP Client Library for Java. diff --git a/google-http-client-apache-v5/pom.xml b/google-http-client-apache-v5/pom.xml index c2cd4f070..6e7e8c707 100644 --- a/google-http-client-apache-v5/pom.xml +++ b/google-http-client-apache-v5/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-apache-v5 - 1.45.0 + 1.45.1-SNAPSHOT Apache HTTP transport v5 for the Google HTTP Client Library for Java. diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml index 573b3a334..1b0e56977 100644 --- a/google-http-client-appengine/pom.xml +++ b/google-http-client-appengine/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-appengine - 1.45.0 + 1.45.1-SNAPSHOT Google App Engine extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml index 3f58b39d8..b1d6c6a0b 100644 --- a/google-http-client-assembly/pom.xml +++ b/google-http-client-assembly/pom.xml @@ -4,12 +4,12 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml com.google.http-client google-http-client-assembly - 1.45.0 + 1.45.1-SNAPSHOT pom Assembly for the Google HTTP Client Library for Java diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml index 71c49a0d1..6249ee2bc 100644 --- a/google-http-client-bom/pom.xml +++ b/google-http-client-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.http-client google-http-client-bom - 1.45.0 + 1.45.1-SNAPSHOT pom Google HTTP Client Library for Java BOM @@ -63,57 +63,57 @@ com.google.http-client google-http-client - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-android - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-apache-v2 - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-apache-v5 - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-appengine - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-findbugs - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-gson - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-jackson2 - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-protobuf - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-test - 1.45.0 + 1.45.1-SNAPSHOT com.google.http-client google-http-client-xml - 1.45.0 + 1.45.1-SNAPSHOT diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml index 00c3f9a98..4c7cbbb0e 100644 --- a/google-http-client-findbugs/pom.xml +++ b/google-http-client-findbugs/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-findbugs - 1.45.0 + 1.45.1-SNAPSHOT Google APIs Client Library Findbugs custom plugin. diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml index 81c9e005f..d76868f36 100644 --- a/google-http-client-gson/pom.xml +++ b/google-http-client-gson/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-gson - 1.45.0 + 1.45.1-SNAPSHOT GSON extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-jackson2/pom.xml b/google-http-client-jackson2/pom.xml index a9450c3be..eac34bfb8 100644 --- a/google-http-client-jackson2/pom.xml +++ b/google-http-client-jackson2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-jackson2 - 1.45.0 + 1.45.1-SNAPSHOT Jackson 2 extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-protobuf/pom.xml b/google-http-client-protobuf/pom.xml index 814c4a951..c282783af 100644 --- a/google-http-client-protobuf/pom.xml +++ b/google-http-client-protobuf/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-protobuf - 1.45.0 + 1.45.1-SNAPSHOT Protocol Buffer extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-test/pom.xml b/google-http-client-test/pom.xml index 82bd423c5..0e89422ce 100644 --- a/google-http-client-test/pom.xml +++ b/google-http-client-test/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-test - 1.45.0 + 1.45.1-SNAPSHOT Shared classes used for testing of artifacts in the Google HTTP Client Library for Java. diff --git a/google-http-client-xml/pom.xml b/google-http-client-xml/pom.xml index c28f0e20f..0799aaa24 100644 --- a/google-http-client-xml/pom.xml +++ b/google-http-client-xml/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client-xml - 1.45.0 + 1.45.1-SNAPSHOT XML extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml index d1dd414fa..1e2292150 100644 --- a/google-http-client/pom.xml +++ b/google-http-client/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../pom.xml google-http-client - 1.45.0 + 1.45.1-SNAPSHOT Google HTTP Client Library for Java Google HTTP Client Library for Java. Functionality that works on all supported Java platforms, diff --git a/pom.xml b/pom.xml index 477d0255c..dc50f00e6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT pom Parent for the Google HTTP Client Library for Java Google HTTP Client Library for Java @@ -609,7 +609,7 @@ - google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here) - Internally, update the default features.json file --> - 1.45.0 + 1.45.1-SNAPSHOT 2.0.29 UTF-8 3.0.2 diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml index 14d9218ce..561db55fc 100644 --- a/samples/dailymotion-simple-cmdline-sample/pom.xml +++ b/samples/dailymotion-simple-cmdline-sample/pom.xml @@ -4,7 +4,7 @@ com.google.http-client google-http-client-parent - 1.45.0 + 1.45.1-SNAPSHOT ../../pom.xml dailymotion-simple-cmdline-sample diff --git a/versions.txt b/versions.txt index aa6a7232b..5839efc1a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,18 +1,18 @@ # Format: # module:released-version:current-version -google-http-client:1.45.0:1.45.0 -google-http-client-bom:1.45.0:1.45.0 -google-http-client-parent:1.45.0:1.45.0 -google-http-client-android:1.45.0:1.45.0 -google-http-client-android-test:1.45.0:1.45.0 -google-http-client-apache-v2:1.45.0:1.45.0 -google-http-client-apache-v5:1.45.0:1.45.0 -google-http-client-appengine:1.45.0:1.45.0 -google-http-client-assembly:1.45.0:1.45.0 -google-http-client-findbugs:1.45.0:1.45.0 -google-http-client-gson:1.45.0:1.45.0 -google-http-client-jackson2:1.45.0:1.45.0 -google-http-client-protobuf:1.45.0:1.45.0 -google-http-client-test:1.45.0:1.45.0 -google-http-client-xml:1.45.0:1.45.0 +google-http-client:1.45.0:1.45.1-SNAPSHOT +google-http-client-bom:1.45.0:1.45.1-SNAPSHOT +google-http-client-parent:1.45.0:1.45.1-SNAPSHOT +google-http-client-android:1.45.0:1.45.1-SNAPSHOT +google-http-client-android-test:1.45.0:1.45.1-SNAPSHOT +google-http-client-apache-v2:1.45.0:1.45.1-SNAPSHOT +google-http-client-apache-v5:1.45.0:1.45.1-SNAPSHOT +google-http-client-appengine:1.45.0:1.45.1-SNAPSHOT +google-http-client-assembly:1.45.0:1.45.1-SNAPSHOT +google-http-client-findbugs:1.45.0:1.45.1-SNAPSHOT +google-http-client-gson:1.45.0:1.45.1-SNAPSHOT +google-http-client-jackson2:1.45.0:1.45.1-SNAPSHOT +google-http-client-protobuf:1.45.0:1.45.1-SNAPSHOT +google-http-client-test:1.45.0:1.45.1-SNAPSHOT +google-http-client-xml:1.45.0:1.45.1-SNAPSHOT From d3425c7a1f4c3eba30f27ac664298ffa49e40758 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:33:04 -0500 Subject: [PATCH 6/6] chore(main): release 1.45.1 (#2024) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++ google-http-client-android-test/pom.xml | 6 ++-- google-http-client-android/pom.xml | 4 +-- google-http-client-apache-v2/pom.xml | 4 +-- google-http-client-apache-v5/pom.xml | 4 +-- google-http-client-appengine/pom.xml | 4 +-- google-http-client-assembly/pom.xml | 4 +-- google-http-client-bom/pom.xml | 24 +++++++-------- google-http-client-findbugs/pom.xml | 4 +-- google-http-client-gson/pom.xml | 4 +-- google-http-client-jackson2/pom.xml | 4 +-- google-http-client-protobuf/pom.xml | 4 +-- google-http-client-test/pom.xml | 4 +-- google-http-client-xml/pom.xml | 4 +-- google-http-client/pom.xml | 4 +-- pom.xml | 4 +-- .../dailymotion-simple-cmdline-sample/pom.xml | 2 +- versions.txt | 30 +++++++++---------- 18 files changed, 64 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dcf93689..25a7684a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.45.1](https://github.com/googleapis/google-http-java-client/compare/v1.45.0...v1.45.1) (2024-11-12) + + +### Bug Fixes + +* Add google-http-client-apache-v5 to bom ([#2021](https://github.com/googleapis/google-http-java-client/issues/2021)) ([4830ad7](https://github.com/googleapis/google-http-java-client/commit/4830ad788a62fe9cd4f64873b771e6ef8ef92193)) + ## [1.45.0](https://github.com/googleapis/google-http-java-client/compare/v1.44.2...v1.45.0) (2024-08-21) diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml index 77d2f6d74..6f4becee1 100644 --- a/google-http-client-android-test/pom.xml +++ b/google-http-client-android-test/pom.xml @@ -4,7 +4,7 @@ google-http-client google-http-client-android-test Test project for google-http-client-android. - 1.45.1-SNAPSHOT + 1.45.1 apk @@ -53,7 +53,7 @@ com.google.http-client google-http-client-android - 1.45.1-SNAPSHOT + 1.45.1 android @@ -72,7 +72,7 @@ com.google.http-client google-http-client-test - 1.45.1-SNAPSHOT + 1.45.1 junit diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml index ef9c8c343..89d77a108 100644 --- a/google-http-client-android/pom.xml +++ b/google-http-client-android/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-android - 1.45.1-SNAPSHOT + 1.45.1 Android Platform Extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-apache-v2/pom.xml b/google-http-client-apache-v2/pom.xml index f50639b4f..2fb75d731 100644 --- a/google-http-client-apache-v2/pom.xml +++ b/google-http-client-apache-v2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-apache-v2 - 1.45.1-SNAPSHOT + 1.45.1 Apache HTTP transport v2 for the Google HTTP Client Library for Java. diff --git a/google-http-client-apache-v5/pom.xml b/google-http-client-apache-v5/pom.xml index 6e7e8c707..ee57af11e 100644 --- a/google-http-client-apache-v5/pom.xml +++ b/google-http-client-apache-v5/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-apache-v5 - 1.45.1-SNAPSHOT + 1.45.1 Apache HTTP transport v5 for the Google HTTP Client Library for Java. diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml index 1b0e56977..0b2d45962 100644 --- a/google-http-client-appengine/pom.xml +++ b/google-http-client-appengine/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-appengine - 1.45.1-SNAPSHOT + 1.45.1 Google App Engine extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml index b1d6c6a0b..aa8e32870 100644 --- a/google-http-client-assembly/pom.xml +++ b/google-http-client-assembly/pom.xml @@ -4,12 +4,12 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml com.google.http-client google-http-client-assembly - 1.45.1-SNAPSHOT + 1.45.1 pom Assembly for the Google HTTP Client Library for Java diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml index 6249ee2bc..641009500 100644 --- a/google-http-client-bom/pom.xml +++ b/google-http-client-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.http-client google-http-client-bom - 1.45.1-SNAPSHOT + 1.45.1 pom Google HTTP Client Library for Java BOM @@ -63,57 +63,57 @@ com.google.http-client google-http-client - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-android - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-apache-v2 - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-apache-v5 - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-appengine - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-findbugs - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-gson - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-jackson2 - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-protobuf - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-test - 1.45.1-SNAPSHOT + 1.45.1 com.google.http-client google-http-client-xml - 1.45.1-SNAPSHOT + 1.45.1 diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml index 4c7cbbb0e..b61cb9134 100644 --- a/google-http-client-findbugs/pom.xml +++ b/google-http-client-findbugs/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-findbugs - 1.45.1-SNAPSHOT + 1.45.1 Google APIs Client Library Findbugs custom plugin. diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml index d76868f36..63249542a 100644 --- a/google-http-client-gson/pom.xml +++ b/google-http-client-gson/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-gson - 1.45.1-SNAPSHOT + 1.45.1 GSON extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-jackson2/pom.xml b/google-http-client-jackson2/pom.xml index eac34bfb8..7b95a307d 100644 --- a/google-http-client-jackson2/pom.xml +++ b/google-http-client-jackson2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-jackson2 - 1.45.1-SNAPSHOT + 1.45.1 Jackson 2 extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-protobuf/pom.xml b/google-http-client-protobuf/pom.xml index c282783af..b460a86a9 100644 --- a/google-http-client-protobuf/pom.xml +++ b/google-http-client-protobuf/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-protobuf - 1.45.1-SNAPSHOT + 1.45.1 Protocol Buffer extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client-test/pom.xml b/google-http-client-test/pom.xml index 0e89422ce..20bcaeb5d 100644 --- a/google-http-client-test/pom.xml +++ b/google-http-client-test/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-test - 1.45.1-SNAPSHOT + 1.45.1 Shared classes used for testing of artifacts in the Google HTTP Client Library for Java. diff --git a/google-http-client-xml/pom.xml b/google-http-client-xml/pom.xml index 0799aaa24..c2964254d 100644 --- a/google-http-client-xml/pom.xml +++ b/google-http-client-xml/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client-xml - 1.45.1-SNAPSHOT + 1.45.1 XML extensions to the Google HTTP Client Library for Java. diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml index 1e2292150..582e556ca 100644 --- a/google-http-client/pom.xml +++ b/google-http-client/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../pom.xml google-http-client - 1.45.1-SNAPSHOT + 1.45.1 Google HTTP Client Library for Java Google HTTP Client Library for Java. Functionality that works on all supported Java platforms, diff --git a/pom.xml b/pom.xml index dc50f00e6..eb087eca1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 pom Parent for the Google HTTP Client Library for Java Google HTTP Client Library for Java @@ -609,7 +609,7 @@ - google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here) - Internally, update the default features.json file --> - 1.45.1-SNAPSHOT + 1.45.1 2.0.29 UTF-8 3.0.2 diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml index 561db55fc..1094cbe8f 100644 --- a/samples/dailymotion-simple-cmdline-sample/pom.xml +++ b/samples/dailymotion-simple-cmdline-sample/pom.xml @@ -4,7 +4,7 @@ com.google.http-client google-http-client-parent - 1.45.1-SNAPSHOT + 1.45.1 ../../pom.xml dailymotion-simple-cmdline-sample diff --git a/versions.txt b/versions.txt index 5839efc1a..6b6cf561a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,18 +1,18 @@ # Format: # module:released-version:current-version -google-http-client:1.45.0:1.45.1-SNAPSHOT -google-http-client-bom:1.45.0:1.45.1-SNAPSHOT -google-http-client-parent:1.45.0:1.45.1-SNAPSHOT -google-http-client-android:1.45.0:1.45.1-SNAPSHOT -google-http-client-android-test:1.45.0:1.45.1-SNAPSHOT -google-http-client-apache-v2:1.45.0:1.45.1-SNAPSHOT -google-http-client-apache-v5:1.45.0:1.45.1-SNAPSHOT -google-http-client-appengine:1.45.0:1.45.1-SNAPSHOT -google-http-client-assembly:1.45.0:1.45.1-SNAPSHOT -google-http-client-findbugs:1.45.0:1.45.1-SNAPSHOT -google-http-client-gson:1.45.0:1.45.1-SNAPSHOT -google-http-client-jackson2:1.45.0:1.45.1-SNAPSHOT -google-http-client-protobuf:1.45.0:1.45.1-SNAPSHOT -google-http-client-test:1.45.0:1.45.1-SNAPSHOT -google-http-client-xml:1.45.0:1.45.1-SNAPSHOT +google-http-client:1.45.1:1.45.1 +google-http-client-bom:1.45.1:1.45.1 +google-http-client-parent:1.45.1:1.45.1 +google-http-client-android:1.45.1:1.45.1 +google-http-client-android-test:1.45.1:1.45.1 +google-http-client-apache-v2:1.45.1:1.45.1 +google-http-client-apache-v5:1.45.1:1.45.1 +google-http-client-appengine:1.45.1:1.45.1 +google-http-client-assembly:1.45.1:1.45.1 +google-http-client-findbugs:1.45.1:1.45.1 +google-http-client-gson:1.45.1:1.45.1 +google-http-client-jackson2:1.45.1:1.45.1 +google-http-client-protobuf:1.45.1:1.45.1 +google-http-client-test:1.45.1:1.45.1 +google-http-client-xml:1.45.1:1.45.1