From 983016dfafda1cf1b7bd85994644ccb97f47979c Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:49:48 -0400 Subject: [PATCH] Release v1.31.0 (#754) --- 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-appengine/pom.xml | 4 +-- google-http-client-assembly/pom.xml | 4 +-- google-http-client-bom/README.md | 2 +- google-http-client-bom/pom.xml | 22 +++++++------- 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, 55 insertions(+), 55 deletions(-) diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml index aed4553ed..3a95534dd 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.30.2-SNAPSHOT + 1.31.0 apk @@ -53,7 +53,7 @@ com.google.http-client google-http-client-android - 1.30.2-SNAPSHOT + 1.31.0 android @@ -72,7 +72,7 @@ com.google.http-client google-http-client-test - 1.30.2-SNAPSHOT + 1.31.0 junit diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml index b25d16d91..070ccd080 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-android - 1.30.2-SNAPSHOT + 1.31.0 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 15fdb2fc6..2a0a6a92b 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-apache-v2 - 1.30.2-SNAPSHOT + 1.31.0 Apache HTTP transport v2 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 1c7f89d6a..0c3f0d3b4 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-appengine - 1.30.2-SNAPSHOT + 1.31.0 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 58cd1c31c..49aeecef7 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml com.google.http-client google-http-client-assembly - 1.30.2-SNAPSHOT + 1.31.0 pom Assembly for the Google HTTP Client Library for Java diff --git a/google-http-client-bom/README.md b/google-http-client-bom/README.md index d47ee347c..59a197bee 100644 --- a/google-http-client-bom/README.md +++ b/google-http-client-bom/README.md @@ -12,7 +12,7 @@ To use it in Maven, add the following to your `pom.xml`: com.google.http-client google-http-client-bom - 1.30.1 + 1.31.0 pom import diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml index 6603bbe64..1931d22d9 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.30.2-SNAPSHOT + 1.31.0 pom Google HTTP Client Library for Java BOM @@ -63,52 +63,52 @@ com.google.http-client google-http-client - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-android - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-apache-v2 - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-appengine - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-findbugs - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-gson - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-jackson2 - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-protobuf - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-test - 1.30.2-SNAPSHOT + 1.31.0 com.google.http-client google-http-client-xml - 1.30.2-SNAPSHOT + 1.31.0 diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml index b6ed96eec..655ada240 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-findbugs - 1.30.2-SNAPSHOT + 1.31.0 Google APIs Client Library Findbugs custom plugin. diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml index d93727a7d..8406ebb06 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-gson - 1.30.2-SNAPSHOT + 1.31.0 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 99ce3e5e3..2145eb6e8 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-jackson2 - 1.30.2-SNAPSHOT + 1.31.0 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 d203f2fa3..10c2f3943 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-protobuf - 1.30.2-SNAPSHOT + 1.31.0 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 ad2b0357a..1f490f0d3 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-test - 1.30.2-SNAPSHOT + 1.31.0 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 4cd19d682..093a4ed47 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client-xml - 1.30.2-SNAPSHOT + 1.31.0 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 0365b7bb9..7f0a4ce77 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.30.2-SNAPSHOT + 1.31.0 ../pom.xml google-http-client - 1.30.2-SNAPSHOT + 1.31.0 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 1098f3273..5b38c2afa 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.google.http-client google-http-client-parent - 1.30.2-SNAPSHOT + 1.31.0 pom Parent for the Google HTTP Client Library for Java @@ -551,7 +551,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.30.2-SNAPSHOT + 1.31.0 1.9.71 UTF-8 3.0.2 diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml index 05f90afb2..2cc763f38 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.30.2-SNAPSHOT + 1.31.0 ../../pom.xml dailymotion-simple-cmdline-sample diff --git a/versions.txt b/versions.txt index cd28e17b1..b8d07bb06 100644 --- a/versions.txt +++ b/versions.txt @@ -1,18 +1,18 @@ # Format: # module:released-version:current-version -google-http-client:1.30.1:1.30.2-SNAPSHOT -google-http-client-bom:1.30.1:1.30.2-SNAPSHOT -google-http-client-parent:1.30.1:1.30.2-SNAPSHOT -google-http-client-android:1.30.1:1.30.2-SNAPSHOT -google-http-client-android-test:1.30.1:1.30.2-SNAPSHOT -google-http-client-apache-v2:1.30.1:1.30.2-SNAPSHOT -google-http-client-appengine:1.30.1:1.30.2-SNAPSHOT -google-http-client-assembly:1.30.1:1.30.2-SNAPSHOT -google-http-client-findbugs:1.30.1:1.30.2-SNAPSHOT -google-http-client-gson:1.30.1:1.30.2-SNAPSHOT -google-http-client-jackson2:1.30.1:1.30.2-SNAPSHOT -google-http-client-jdo:1.30.1:1.30.2-SNAPSHOT -google-http-client-protobuf:1.30.1:1.30.2-SNAPSHOT -google-http-client-test:1.30.1:1.30.2-SNAPSHOT -google-http-client-xml:1.30.1:1.30.2-SNAPSHOT +google-http-client:1.31.0:1.31.0 +google-http-client-bom:1.31.0:1.31.0 +google-http-client-parent:1.31.0:1.31.0 +google-http-client-android:1.31.0:1.31.0 +google-http-client-android-test:1.31.0:1.31.0 +google-http-client-apache-v2:1.31.0:1.31.0 +google-http-client-appengine:1.31.0:1.31.0 +google-http-client-assembly:1.31.0:1.31.0 +google-http-client-findbugs:1.31.0:1.31.0 +google-http-client-gson:1.31.0:1.31.0 +google-http-client-jackson2:1.31.0:1.31.0 +google-http-client-jdo:1.31.0:1.31.0 +google-http-client-protobuf:1.31.0:1.31.0 +google-http-client-test:1.31.0:1.31.0 +google-http-client-xml:1.31.0:1.31.0