From 2222f5df2841d0f8c9ea60ac0c38c5a93574bdac Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Wed, 18 Mar 2015 17:32:40 -0700 Subject: [PATCH] Release 1.20.0 --- google-api-client-android/pom.xml | 2 +- google-api-client-appengine/pom.xml | 2 +- ...> google-api-client-1.20.0.jar.properties} | 0 ...-api-client-android-1.20.0.jar.properties} | 0 ...gle-api-client-gson-1.20.0.jar.properties} | 0 ...api-client-jackson2-1.20.0.jar.properties} | 0 ...api-client-protobuf-1.20.0.jar.properties} | 0 ...ogle-api-client-xml-1.20.0.jar.properties} | 0 ... google-http-client-1.20.0.jar.properties} | 0 ...http-client-android-1.20.0.jar.properties} | 0 ...le-http-client-gson-1.20.0.jar.properties} | 0 ...http-client-jackson-1.20.0.jar.properties} | 0 ...ttp-client-jackson2-1.20.0.jar.properties} | 0 ...ttp-client-protobuf-1.20.0.jar.properties} | 0 ...gle-http-client-xml-1.20.0.jar.properties} | 0 ...google-oauth-client-1.20.0.jar.properties} | 0 ...oogle-api-client-android-dependencies.html | 122 +++++------ ...gle-api-client-appengine-dependencies.html | 197 ++++++++---------- .../google-api-client-dependencies.html | 106 +++++----- .../google-api-client-gson-dependencies.html | 108 +++++----- ...ogle-api-client-jackson2-dependencies.html | 94 ++++----- .../google-api-client-java6-dependencies.html | 108 +++++----- ...ogle-api-client-protobuf-dependencies.html | 108 +++++----- ...oogle-api-client-servlet-dependencies.html | 122 +++++------ .../google-api-client-xml-dependencies.html | 108 +++++----- ...ogle-http-client-android-dependencies.html | 50 ++--- ...le-http-client-appengine-dependencies.html | 64 +++--- .../google-http-client-dependencies.html | 37 ++-- .../google-http-client-gson-dependencies.html | 64 +++--- ...ogle-http-client-jackson-dependencies.html | 64 +++--- ...gle-http-client-jackson2-dependencies.html | 64 +++--- .../google-http-client-jdo-dependencies.html | 64 +++--- ...gle-http-client-protobuf-dependencies.html | 50 ++--- .../google-http-client-xml-dependencies.html | 50 ++--- ...e-oauth-client-appengine-dependencies.html | 133 ++++++------ .../google-oauth-client-dependencies.html | 64 +++--- ...oogle-oauth-client-java6-dependencies.html | 98 ++++----- ...oogle-oauth-client-jetty-dependencies.html | 115 +++++----- ...gle-oauth-client-servlet-dependencies.html | 76 +++---- 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 +- .../api/client/googleapis/GoogleUtils.java | 2 +- pom.xml | 10 +- 49 files changed, 1008 insertions(+), 1090 deletions(-) rename google-api-client-assembly/android-properties/{google-api-client-1.20.0-SNAPSHOT.jar.properties => google-api-client-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-android-1.20.0-SNAPSHOT.jar.properties => google-api-client-android-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-gson-1.20.0-SNAPSHOT.jar.properties => google-api-client-gson-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-jackson2-1.20.0-SNAPSHOT.jar.properties => google-api-client-jackson2-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-protobuf-1.20.0-SNAPSHOT.jar.properties => google-api-client-protobuf-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-api-client-xml-1.20.0-SNAPSHOT.jar.properties => google-api-client-xml-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-1.20.0-SNAPSHOT.jar.properties => google-http-client-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-android-1.20.0-SNAPSHOT.jar.properties => google-http-client-android-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-gson-1.20.0-SNAPSHOT.jar.properties => google-http-client-gson-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-jackson-1.20.0-SNAPSHOT.jar.properties => google-http-client-jackson-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-jackson2-1.20.0-SNAPSHOT.jar.properties => google-http-client-jackson2-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-protobuf-1.20.0-SNAPSHOT.jar.properties => google-http-client-protobuf-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-http-client-xml-1.20.0-SNAPSHOT.jar.properties => google-http-client-xml-1.20.0.jar.properties} (100%) rename google-api-client-assembly/android-properties/{google-oauth-client-1.20.0-SNAPSHOT.jar.properties => google-oauth-client-1.20.0.jar.properties} (100%) diff --git a/google-api-client-android/pom.xml b/google-api-client-android/pom.xml index 63bd01aa3..bc222da9d 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.20.0-SNAPSHOT + 1.20.0 ../pom.xml google-api-client-android diff --git a/google-api-client-appengine/pom.xml b/google-api-client-appengine/pom.xml index 944dd3281..2ef19f161 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.20.0-SNAPSHOT + 1.20.0 ../pom.xml google-api-client-appengine diff --git a/google-api-client-assembly/android-properties/google-api-client-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-android-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-android-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-android-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-android-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-gson-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-gson-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-gson-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-gson-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-jackson2-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-jackson2-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-jackson2-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-jackson2-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-protobuf-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-protobuf-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-protobuf-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-protobuf-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-api-client-xml-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-api-client-xml-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-api-client-xml-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-api-client-xml-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-android-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-android-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-android-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-android-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-gson-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-gson-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-gson-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-gson-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-jackson-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-jackson-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-jackson-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-jackson-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-jackson2-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-jackson2-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-jackson2-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-jackson2-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-protobuf-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-protobuf-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-protobuf-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-protobuf-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-http-client-xml-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-http-client-xml-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-http-client-xml-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-http-client-xml-1.20.0.jar.properties diff --git a/google-api-client-assembly/android-properties/google-oauth-client-1.20.0-SNAPSHOT.jar.properties b/google-api-client-assembly/android-properties/google-oauth-client-1.20.0.jar.properties similarity index 100% rename from google-api-client-assembly/android-properties/google-oauth-client-1.20.0-SNAPSHOT.jar.properties rename to google-api-client-assembly/android-properties/google-oauth-client-1.20.0.jar.properties 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 99b9fead7..4ef231e1e 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,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -24,8 +24,8 @@
- Last Published: 2014-07-16 -  | Version: 1.20.0-SNAPSHOT + Last Published: 2015-03-17 +  | Version: 1.20.0
@@ -62,14 +62,14 @@

compile

License com.google.api-client -google-api-client -1.20.0-SNAPSHOT +google-api-client +1.20.0 jar The Apache Software License, Version 2.0 com.google.http-client -google-http-client-android -1.20.0-SNAPSHOT +google-http-client-android +1.20.0 jar The Apache Software License, Version 2.0
@@ -127,20 +127,20 @@

compile

The Apache Software License, Version 2.0 com.google.http-client -google-http-client -1.20.0-SNAPSHOT +google-http-client +1.20.0 jar The Apache Software License, Version 2.0 com.google.http-client -google-http-client-jackson2 -1.20.0-SNAPSHOT +google-http-client-jackson2 +1.20.0 jar The Apache Software License, Version 2.0 com.google.oauth-client -google-oauth-client -1.20.0-SNAPSHOT +google-oauth-client +1.20.0 jar The Apache Software License, Version 2.0 @@ -223,14 +223,14 @@

Project Dependency Graph