From c3976657bc9ed4783ea4bcf5c34812b281008f7d Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 9 Dec 2025 17:03:57 +0000
Subject: [PATCH] chore(protobuf-4.x-rc): release 2.1.0-rc1
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 14 +++++++++
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 +++++++++----------
19 files changed, 72 insertions(+), 58 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 47fb725bd..e466ebdd8 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.0.2"
+ ".": "2.1.0-rc1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59dd55424..18eb62171 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [2.1.0-rc1](https://github.com/googleapis/google-http-java-client/compare/v2.0.2...v2.1.0-rc1) (2025-12-09)
+
+
+### Features
+
+* configure rc releases to be on prerelease mode ([8ebc1b9](https://github.com/googleapis/google-http-java-client/commit/8ebc1b936abfd4f06e71d6daf3cdcfbf6d69d5c4))
+
+
+### Bug Fixes
+
+* **deps:** update protobuf-java version to 4.33.0 ([#2134](https://github.com/googleapis/google-http-java-client/issues/2134)) ([9317552](https://github.com/googleapis/google-http-java-client/commit/93175524516268ced9523286c77db0d9e12b434b))
+* next release candidate ([3867796](https://github.com/googleapis/google-http-java-client/commit/38677960f4504a820670ff09b0a382316057fad8))
+* update version pattern to include release candidates ([#2132](https://github.com/googleapis/google-http-java-client/issues/2132)) ([371f2cd](https://github.com/googleapis/google-http-java-client/commit/371f2cd3ba4bbdba3e4013151aa61cdcc8754d1c))
+
## [2.0.2](https://github.com/googleapis/google-http-java-client/compare/v2.0.1...v2.0.2) (2025-10-13)
diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml
index 366d58d2d..d5677873a 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.
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
apk
@@ -53,7 +53,7 @@
com.google.http-client
google-http-client-android
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
android
@@ -72,7 +72,7 @@
com.google.http-client
google-http-client-test
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
junit
diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml
index b07364eea..162ee86b8 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-android
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 5c6e63b3e..123553e0d 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-apache-v2
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 894859689..4e2160250 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-apache-v5
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 b6f1117a6..e8f23e360 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-appengine
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 6df92301b..3b58e8e35 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
com.google.http-client
google-http-client-assembly
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 c216762b0..467a25fc3 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
pom
Google HTTP Client Library for Java BOM
@@ -63,57 +63,57 @@
com.google.http-client
google-http-client
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-android
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-apache-v2
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-apache-v5
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-appengine
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-findbugs
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-gson
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-jackson2
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-protobuf
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-test
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
com.google.http-client
google-http-client-xml
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml
index cb7a614b0..9bee15b87 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-findbugs
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
Google APIs Client Library Findbugs custom plugin.
diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml
index 1a01263a2..64e12d184 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-gson
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 9ec7e616a..1dd255a61 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-jackson2
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 c9b87f5fd..e66d0860a 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-protobuf
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 457b74091..e80fd4d24 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-test
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 31fd2e1c3..237356753 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client-xml
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 cc35550de..0ba25b6f7 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../pom.xml
google-http-client
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
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 700ce4064..be0ea2254 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.google.http-client
google-http-client-parent
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
pom
Parent for the Google HTTP Client Library for Java
Google HTTP Client Library for Java
@@ -547,7 +547,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
-->
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
2.0.32
UTF-8
3.0.2
diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml
index 2341d4c98..697b38cce 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
- 2.0.3-SNAPSHOT
+ 2.1.0-rc1
../../pom.xml
dailymotion-simple-cmdline-sample
diff --git a/versions.txt b/versions.txt
index 46e2d6281..76664c0a2 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,18 +1,18 @@
# Format:
# module:released-version:current-version
-google-http-client:2.0.2:2.0.3-SNAPSHOT
-google-http-client-bom:2.0.2:2.0.3-SNAPSHOT
-google-http-client-parent:2.0.2:2.0.3-SNAPSHOT
-google-http-client-android:2.0.2:2.0.3-SNAPSHOT
-google-http-client-android-test:2.0.2:2.0.3-SNAPSHOT
-google-http-client-apache-v2:2.0.2:2.0.3-SNAPSHOT
-google-http-client-apache-v5:2.0.2:2.0.3-SNAPSHOT
-google-http-client-appengine:2.0.2:2.0.3-SNAPSHOT
-google-http-client-assembly:2.0.2:2.0.3-SNAPSHOT
-google-http-client-findbugs:2.0.2:2.0.3-SNAPSHOT
-google-http-client-gson:2.0.2:2.0.3-SNAPSHOT
-google-http-client-jackson2:2.0.2:2.0.3-SNAPSHOT
-google-http-client-protobuf:2.0.2:2.0.3-SNAPSHOT
-google-http-client-test:2.0.2:2.0.3-SNAPSHOT
-google-http-client-xml:2.0.2:2.0.3-SNAPSHOT
+google-http-client:2.1.0-rc1:2.1.0-rc1
+google-http-client-bom:2.1.0-rc1:2.1.0-rc1
+google-http-client-parent:2.1.0-rc1:2.1.0-rc1
+google-http-client-android:2.1.0-rc1:2.1.0-rc1
+google-http-client-android-test:2.1.0-rc1:2.1.0-rc1
+google-http-client-apache-v2:2.1.0-rc1:2.1.0-rc1
+google-http-client-apache-v5:2.1.0-rc1:2.1.0-rc1
+google-http-client-appengine:2.1.0-rc1:2.1.0-rc1
+google-http-client-assembly:2.1.0-rc1:2.1.0-rc1
+google-http-client-findbugs:2.1.0-rc1:2.1.0-rc1
+google-http-client-gson:2.1.0-rc1:2.1.0-rc1
+google-http-client-jackson2:2.1.0-rc1:2.1.0-rc1
+google-http-client-protobuf:2.1.0-rc1:2.1.0-rc1
+google-http-client-test:2.1.0-rc1:2.1.0-rc1
+google-http-client-xml:2.1.0-rc1:2.1.0-rc1