diff --git a/google-api-client-appengine/pom.xml b/google-api-client-appengine/pom.xml index a56ba05b3..677da73d9 100644 --- a/google-api-client-appengine/pom.xml +++ b/google-api-client-appengine/pom.xml @@ -53,7 +53,7 @@ - https://googleapis.dev/java/google-api-client/1.28.0/index.html + https://googleapis.dev/java/google-api-client/${project.version}/index.html App Engine extensions to the Google APIs Client Library for Java com.google.api.client.appengine diff --git a/google-api-client-gson/pom.xml b/google-api-client-gson/pom.xml index 227217ef4..8f0c012a0 100644 --- a/google-api-client-gson/pom.xml +++ b/google-api-client-gson/pom.xml @@ -51,7 +51,7 @@ - https://googleapis.dev/java/google-api-client/1.28.0/index.html + https://googleapis.dev/java/google-api-client/${project.version}/index.html GSON extensions to the Google APIs Client Library for Java com.google.api.client.googleapis.notifications.json.gson diff --git a/google-api-client-jackson2/pom.xml b/google-api-client-jackson2/pom.xml index b69a79bc3..04e55cc21 100644 --- a/google-api-client-jackson2/pom.xml +++ b/google-api-client-jackson2/pom.xml @@ -51,7 +51,7 @@ - https://googleapis.dev/java/google-api-client/1.28.0/index.html + https://googleapis.dev/java/google-api-client/${project.version}/index.html Low-level implementation of the JSON parser library based on the Jackson 2 JSON library. com.google.api.client.jackson2 diff --git a/google-api-client-java6/pom.xml b/google-api-client-java6/pom.xml index f5bca159e..ed4884d23 100644 --- a/google-api-client-java6/pom.xml +++ b/google-api-client-java6/pom.xml @@ -51,7 +51,7 @@ - https://googleapis.dev/java/google-api-client/1.28.0/index.html + https://googleapis.dev/java/google-api-client/${project.version}/index.html Java 6 extensions to the Google APIs Client Library for Java com.google.api.client.java6 diff --git a/google-api-client-protobuf/pom.xml b/google-api-client-protobuf/pom.xml index 370bd672c..4ca65ed01 100644 --- a/google-api-client-protobuf/pom.xml +++ b/google-api-client-protobuf/pom.xml @@ -58,7 +58,7 @@ - https://googleapis.dev/java/google-api-client/1.28.0/index.html + https://googleapis.dev/java/google-api-client/${project.version}/index.html Protobuf extensions to the Google APIs Client Library for Java com.google.api.client.protobuf @@ -107,5 +107,10 @@ junit test + + com.google.protobuf + protobuf-java + compile + diff --git a/google-api-client-servlet/pom.xml b/google-api-client-servlet/pom.xml index 4f1d96dcc..068be4c20 100644 --- a/google-api-client-servlet/pom.xml +++ b/google-api-client-servlet/pom.xml @@ -52,7 +52,7 @@ - https://googleapis.dev/java/google-api-client/1.28.0/index.html + https://googleapis.dev/java/google-api-client/${project.version}/index.html Servlet extensions to the Google APIs Client Library for Java com.google.api.client.servlet diff --git a/google-api-client-xml/pom.xml b/google-api-client-xml/pom.xml index da5bbdfe5..dc3d905f3 100644 --- a/google-api-client-xml/pom.xml +++ b/google-api-client-xml/pom.xml @@ -51,7 +51,7 @@ - https://googleapis.dev/java/google-api-client/1.28.0/index.html + https://googleapis.dev/java/google-api-client/${project.version}/index.html XML extensions to the Google APIs Client Library for Java com.google.api.client.xml diff --git a/google-api-client/pom.xml b/google-api-client/pom.xml index ed8bed950..f1e9c1ee3 100644 --- a/google-api-client/pom.xml +++ b/google-api-client/pom.xml @@ -104,10 +104,6 @@ com.google.http-client google-http-client-jackson2 - - com.google.http-client - google-http-client-apache - com.google.http-client google-http-client-gson diff --git a/pom.xml b/pom.xml index f6242d92c..ef980e586 100644 --- a/pom.xml +++ b/pom.xml @@ -162,11 +162,6 @@ google-http-client-android ${project.http.version} - - com.google.http-client - google-http-client-apache - ${project.http-apache.version} - com.google.http-client google-http-client-appengine @@ -280,6 +275,13 @@ google-play-services 1 + + + com.google.protobuf + protobuf-java + ${project.protobuf-java.version} + test + @@ -554,9 +556,8 @@ - Internally, update the default features.json file --> UTF-8 - 1.28.0 - 2.0.0 - 1.28.0 + 1.29.1 + 1.29.0 3.0.2 2.1 1.9.13 diff --git a/versions.txt b/versions.txt index 8b3832b3f..556fb5aa2 100644 --- a/versions.txt +++ b/versions.txt @@ -2,6 +2,3 @@ # module:released-version:current-version google-api-client:1.28.0:1.28.1-SNAPSHOT -google-http-client:1.28.0:1.28.1-SNAPSHOT -google-http-client-apache:2.0.0:2.0.1-SNAPSHOT -google-oauth-client:1.28.0:1.28.1-SNAPSHOT