From 02dfce1cd12a4a16ca05c474721c8b20fc59c7f4 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Fri, 12 Oct 2018 13:45:24 -0700 Subject: [PATCH] Annotate versions for replacement --- README.md | 2 ++ 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, 21 insertions(+), 13 deletions(-) create mode 100644 versions.txt diff --git a/README.md b/README.md index d5d306c77..d7e63d826 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ directly from the [Downloads page](https://developers.google.com/api-client-libr or you can use Maven or Gradle. To use Maven, add the following lines to your pom.xml file: +[//]: # ({x-version-update-start:google-api-client:released}) ```maven @@ -213,6 +214,7 @@ dependencies { compile 'com.google.api-client:google-api-client:1.25.0' } ``` +[//]: # ({x-version-update-end}) ## CI Status diff --git a/google-api-client-android/pom.xml b/google-api-client-android/pom.xml index d05fa0c12..c65f721be 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-SNAPSHOT ../pom.xml google-api-client-android diff --git a/google-api-client-appengine/pom.xml b/google-api-client-appengine/pom.xml index f501ea8c6..0fd2495af 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-SNAPSHOT ../pom.xml google-api-client-appengine diff --git a/google-api-client-assembly/pom.xml b/google-api-client-assembly/pom.xml index 3b500fe3f..cc041126a 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-SNAPSHOT ../pom.xml com.google.api-client diff --git a/google-api-client-gson/pom.xml b/google-api-client-gson/pom.xml index b329a5296..b2c8a0c5b 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-SNAPSHOT ../pom.xml google-api-client-gson diff --git a/google-api-client-jackson2/pom.xml b/google-api-client-jackson2/pom.xml index 495e76285..98599c834 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-SNAPSHOT ../pom.xml google-api-client-jackson2 diff --git a/google-api-client-java6/pom.xml b/google-api-client-java6/pom.xml index a06cf74b3..10f67e221 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-SNAPSHOT ../pom.xml google-api-client-java6 diff --git a/google-api-client-protobuf/pom.xml b/google-api-client-protobuf/pom.xml index e5c80c677..605b20dad 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-SNAPSHOT ../pom.xml google-api-client-protobuf diff --git a/google-api-client-servlet/pom.xml b/google-api-client-servlet/pom.xml index c504eff58..1a757267e 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-SNAPSHOT ../pom.xml google-api-client-servlet diff --git a/google-api-client-xml/pom.xml b/google-api-client-xml/pom.xml index 23a48ee9b..96c3282ee 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-SNAPSHOT ../pom.xml google-api-client-xml diff --git a/google-api-client/pom.xml b/google-api-client/pom.xml index 19def4ed6..858b01055 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-SNAPSHOT ../pom.xml google-api-client diff --git a/pom.xml b/pom.xml index d1bd1271b..b95e31471 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-SNAPSHOT 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-SNAPSHOT + 1.26.0-SNAPSHOT 3.0.2 2.1 1.9.13 diff --git a/versions.txt b/versions.txt new file mode 100644 index 000000000..24985c58f --- /dev/null +++ b/versions.txt @@ -0,0 +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