From 8b8a0413a22401aaf31bedc540a3578572c531d1 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Fri, 12 Oct 2018 15:23:35 -0700 Subject: [PATCH 1/4] Release v1.26.0 --- README.md | 4 ++-- google-api-client-android/pom.xml | 2 +- google-api-client-appengine/pom.xml | 2 +- google-api-client-assembly/pom.xml | 2 +- google-api-client-gson/pom.xml | 2 +- google-api-client-jackson2/pom.xml | 2 +- google-api-client-java6/pom.xml | 2 +- google-api-client-protobuf/pom.xml | 2 +- google-api-client-servlet/pom.xml | 2 +- google-api-client-xml/pom.xml | 2 +- google-api-client/pom.xml | 2 +- pom.xml | 6 +++--- versions.txt | 6 +++--- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d7e63d826..db08ae7b6 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ To use Maven, add the following lines to your pom.xml file: com.google.api-client google-api-client - 1.25.0 + 1.26.0 @@ -211,7 +211,7 @@ repositories { mavenCentral() } dependencies { - compile 'com.google.api-client:google-api-client:1.25.0' + compile 'com.google.api-client:google-api-client:1.26.0' } ``` [//]: # ({x-version-update-end}) diff --git a/google-api-client-android/pom.xml b/google-api-client-android/pom.xml index c65f721be..cef73c883 100644 --- a/google-api-client-android/pom.xml +++ b/google-api-client-android/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-android diff --git a/google-api-client-appengine/pom.xml b/google-api-client-appengine/pom.xml index 0fd2495af..d85c34046 100644 --- a/google-api-client-appengine/pom.xml +++ b/google-api-client-appengine/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-appengine diff --git a/google-api-client-assembly/pom.xml b/google-api-client-assembly/pom.xml index cc041126a..4bc035c71 100644 --- a/google-api-client-assembly/pom.xml +++ b/google-api-client-assembly/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml com.google.api-client diff --git a/google-api-client-gson/pom.xml b/google-api-client-gson/pom.xml index b2c8a0c5b..39d2445dd 100644 --- a/google-api-client-gson/pom.xml +++ b/google-api-client-gson/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-gson diff --git a/google-api-client-jackson2/pom.xml b/google-api-client-jackson2/pom.xml index 98599c834..b9df022f1 100644 --- a/google-api-client-jackson2/pom.xml +++ b/google-api-client-jackson2/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-jackson2 diff --git a/google-api-client-java6/pom.xml b/google-api-client-java6/pom.xml index 10f67e221..4be4969eb 100644 --- a/google-api-client-java6/pom.xml +++ b/google-api-client-java6/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-java6 diff --git a/google-api-client-protobuf/pom.xml b/google-api-client-protobuf/pom.xml index 605b20dad..834ad8105 100644 --- a/google-api-client-protobuf/pom.xml +++ b/google-api-client-protobuf/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-protobuf diff --git a/google-api-client-servlet/pom.xml b/google-api-client-servlet/pom.xml index 1a757267e..754f5bc47 100644 --- a/google-api-client-servlet/pom.xml +++ b/google-api-client-servlet/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-servlet diff --git a/google-api-client-xml/pom.xml b/google-api-client-xml/pom.xml index 96c3282ee..fa283d561 100644 --- a/google-api-client-xml/pom.xml +++ b/google-api-client-xml/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client-xml diff --git a/google-api-client/pom.xml b/google-api-client/pom.xml index 858b01055..9a4f25b60 100644 --- a/google-api-client/pom.xml +++ b/google-api-client/pom.xml @@ -4,7 +4,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 ../pom.xml google-api-client diff --git a/pom.xml b/pom.xml index b95e31471..7d1765a2b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.google.api-client google-api-client-parent - 1.26.0-SNAPSHOT + 1.26.0 pom Parent for the Google API Client Library for Java @@ -523,8 +523,8 @@ - Internally, update the default features.json file --> UTF-8 - 1.26.0-SNAPSHOT - 1.26.0-SNAPSHOT + 1.26.0 + 1.26.0 3.0.2 2.1 1.9.13 diff --git a/versions.txt b/versions.txt index 24985c58f..3a85e1601 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-api-client:1.25.0:1.26.0-SNAPSHOT -google-http-client:1.25.0:1.26.0-SNAPSHOT -google-oauth-client:1.25.0:1.26.0-SNAPSHOT +google-api-client:1.26.0:1.26.0 +google-http-client:1.26.0:1.26.0 +google-oauth-client:1.26.0:1.26.0 From 8048099288a3c13f33c713c287a69116d592c0dc Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 17 Oct 2018 22:33:50 -0700 Subject: [PATCH 2/4] Actually use the nexus-staging-maven-plugin --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 7d1765a2b..c6cec2248 100644 --- a/pom.xml +++ b/pom.xml @@ -510,6 +510,10 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + From 3bc6f9a23e6a45df0b89767ccbb6b26fb2cc40a9 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 17 Oct 2018 22:36:24 -0700 Subject: [PATCH 3/4] Fix leftover snapshot versions in assembly --- ...oogle-api-client-android-dependencies.html | 178 +++++++-------- ...gle-api-client-appengine-dependencies.html | 210 +++++++++--------- .../google-api-client-dependencies.html | 178 +++++++-------- .../google-api-client-gson-dependencies.html | 178 +++++++-------- ...ogle-api-client-jackson2-dependencies.html | 170 +++++++------- .../google-api-client-java6-dependencies.html | 178 +++++++-------- ...ogle-api-client-protobuf-dependencies.html | 178 +++++++-------- ...oogle-api-client-servlet-dependencies.html | 186 ++++++++-------- .../google-api-client-xml-dependencies.html | 178 +++++++-------- ...ogle-http-client-android-dependencies.html | 146 ++++++------ ...le-http-client-appengine-dependencies.html | 154 ++++++------- .../google-http-client-dependencies.html | 138 ++++++------ .../google-http-client-gson-dependencies.html | 154 ++++++------- ...ogle-http-client-jackson-dependencies.html | 154 ++++++------- ...gle-http-client-jackson2-dependencies.html | 154 ++++++------- .../google-http-client-jdo-dependencies.html | 154 ++++++------- ...gle-http-client-protobuf-dependencies.html | 146 ++++++------ .../google-http-client-xml-dependencies.html | 146 ++++++------ ...e-oauth-client-appengine-dependencies.html | 178 +++++++-------- .../google-oauth-client-dependencies.html | 154 ++++++------- ...oogle-oauth-client-java6-dependencies.html | 162 +++++++------- ...oogle-oauth-client-jetty-dependencies.html | 162 +++++++------- ...gle-oauth-client-servlet-dependencies.html | 162 +++++++------- 23 files changed, 1899 insertions(+), 1899 deletions(-) diff --git a/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html b/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html index f42fd1aa9..4da37e376 100644 --- a/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html +++ b/google-api-client-assembly/dependencies/google-api-client-android-dependencies.html @@ -1,52 +1,52 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
+ + + + + + Project Dependencies + + + + + + + + + +
+ +
+
+

Project Dependencies

@@ -63,13 +63,13 @@

compile

com.google.api-client google-api-client -1.26.0-SNAPSHOT +1.26.0 jar The Apache Software License, Version 2.0 com.google.http-client google-http-client-android -1.26.0-SNAPSHOT +1.26.0 jar The Apache Software License, Version 2.0
@@ -128,13 +128,13 @@

compile

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

compile

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

Project Dependency Graph