From 52017623943ce900019a273f5e8ece65a1717ca9 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 18 Oct 2018 07:25:24 -0700 Subject: [PATCH] Release v1.26.0 (#227) * Release v1.26.0 * Fix release snapshot version in samples * Fix versions in the assembly package * Actually enable the sonatype staging plugin * Fix deploy order --- google-oauth-client-appengine/pom.xml | 2 +- ... google-http-client-1.26.0.jar.properties} | 0 ...http-client-android-1.26.0.jar.properties} | 0 ...le-http-client-gson-1.26.0.jar.properties} | 0 ...http-client-jackson-1.26.0.jar.properties} | 0 ...ttp-client-jackson2-1.26.0.jar.properties} | 0 ...ttp-client-protobuf-1.26.0.jar.properties} | 0 ...gle-http-client-xml-1.26.0.jar.properties} | 0 ...google-oauth-client-1.26.0.jar.properties} | 0 ...ogle-http-client-android-dependencies.html | 12 ++--- ...le-http-client-appengine-dependencies.html | 20 ++++----- .../google-http-client-dependencies.html | 4 +- .../google-http-client-gson-dependencies.html | 20 ++++----- ...ogle-http-client-jackson-dependencies.html | 20 ++++----- ...gle-http-client-jackson2-dependencies.html | 20 ++++----- .../google-http-client-jdo-dependencies.html | 20 ++++----- ...gle-http-client-protobuf-dependencies.html | 12 ++--- .../google-http-client-xml-dependencies.html | 12 ++--- ...e-oauth-client-appengine-dependencies.html | 44 +++++++++---------- .../google-oauth-client-dependencies.html | 20 ++++----- ...oogle-oauth-client-java6-dependencies.html | 28 ++++++------ ...oogle-oauth-client-jetty-dependencies.html | 28 ++++++------ ...gle-oauth-client-servlet-dependencies.html | 28 ++++++------ google-oauth-client-assembly/pom.xml | 2 +- google-oauth-client-java6/pom.xml | 2 +- google-oauth-client-jetty/pom.xml | 2 +- google-oauth-client-servlet/pom.xml | 2 +- google-oauth-client/pom.xml | 2 +- pom.xml | 12 +++-- samples/dailymotion-cmdline-sample/pom.xml | 10 ++++- versions.txt | 4 +- 31 files changed, 170 insertions(+), 156 deletions(-) rename google-oauth-client-assembly/android-properties/{google-http-client-1.26.0-SNAPSHOT.jar.properties => google-http-client-1.26.0.jar.properties} (100%) rename google-oauth-client-assembly/android-properties/{google-http-client-android-1.26.0-SNAPSHOT.jar.properties => google-http-client-android-1.26.0.jar.properties} (100%) rename google-oauth-client-assembly/android-properties/{google-http-client-gson-1.26.0-SNAPSHOT.jar.properties => google-http-client-gson-1.26.0.jar.properties} (100%) rename google-oauth-client-assembly/android-properties/{google-http-client-jackson-1.26.0-SNAPSHOT.jar.properties => google-http-client-jackson-1.26.0.jar.properties} (100%) rename google-oauth-client-assembly/android-properties/{google-http-client-jackson2-1.26.0-SNAPSHOT.jar.properties => google-http-client-jackson2-1.26.0.jar.properties} (100%) rename google-oauth-client-assembly/android-properties/{google-http-client-protobuf-1.26.0-SNAPSHOT.jar.properties => google-http-client-protobuf-1.26.0.jar.properties} (100%) rename google-oauth-client-assembly/android-properties/{google-http-client-xml-1.26.0-SNAPSHOT.jar.properties => google-http-client-xml-1.26.0.jar.properties} (100%) rename google-oauth-client-assembly/android-properties/{google-oauth-client-1.26.0-SNAPSHOT.jar.properties => google-oauth-client-1.26.0.jar.properties} (100%) diff --git a/google-oauth-client-appengine/pom.xml b/google-oauth-client-appengine/pom.xml index 4193c94ef..929a26e91 100644 --- a/google-oauth-client-appengine/pom.xml +++ b/google-oauth-client-appengine/pom.xml @@ -4,7 +4,7 @@ com.google.oauth-client google-oauth-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-oauth-client-appengine diff --git a/google-oauth-client-assembly/android-properties/google-http-client-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-http-client-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-http-client-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-http-client-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/android-properties/google-http-client-android-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-http-client-android-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-http-client-android-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-http-client-android-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/android-properties/google-http-client-gson-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-http-client-gson-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-http-client-gson-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-http-client-gson-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/android-properties/google-http-client-jackson-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-http-client-jackson-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-http-client-jackson-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-http-client-jackson-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/android-properties/google-http-client-jackson2-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-http-client-jackson2-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-http-client-jackson2-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-http-client-jackson2-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/android-properties/google-http-client-protobuf-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-http-client-protobuf-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-http-client-protobuf-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-http-client-protobuf-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/android-properties/google-http-client-xml-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-http-client-xml-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-http-client-xml-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-http-client-xml-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/android-properties/google-oauth-client-1.26.0-SNAPSHOT.jar.properties b/google-oauth-client-assembly/android-properties/google-oauth-client-1.26.0.jar.properties similarity index 100% rename from google-oauth-client-assembly/android-properties/google-oauth-client-1.26.0-SNAPSHOT.jar.properties rename to google-oauth-client-assembly/android-properties/google-oauth-client-1.26.0.jar.properties diff --git a/google-oauth-client-assembly/dependencies/google-http-client-android-dependencies.html b/google-oauth-client-assembly/dependencies/google-http-client-android-dependencies.html index efa7d4dbb..1cde35000 100644 --- a/google-oauth-client-assembly/dependencies/google-http-client-android-dependencies.html +++ b/google-oauth-client-assembly/dependencies/google-http-client-android-dependencies.html @@ -25,7 +25,7 @@
Last Published: 2018-08-20 -  | Version: 1.26.0-SNAPSHOT +  | Version: 1.26.0
@@ -63,7 +63,7 @@

compile

com.google.http-client google-http-client -1.26.0-SNAPSHOT +1.26.0 jar The Apache Software License, Version 2.0
@@ -187,7 +187,7 @@

Project Dependency Graph