From adb2f6540b50d4e60b00a2168f27ac28f0a3be5b Mon Sep 17 00:00:00 2001 From: travis-ci Date: Fri, 10 Jun 2016 15:23:17 +0000 Subject: [PATCH] Updating version in README files. [ci skip] --- README.md | 6 +++--- gcloud-java-bigquery/README.md | 6 +++--- gcloud-java-compute/README.md | 6 +++--- gcloud-java-contrib/README.md | 6 +++--- gcloud-java-core/README.md | 6 +++--- gcloud-java-datastore/README.md | 6 +++--- gcloud-java-dns/README.md | 6 +++--- gcloud-java-examples/README.md | 6 +++--- gcloud-java-resourcemanager/README.md | 6 +++--- gcloud-java-storage/README.md | 6 +++--- gcloud-java/README.md | 6 +++--- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index f851112f415a..b6a00536f567 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java:0.2.2' +compile 'com.google.cloud:gcloud-java:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.3" ``` Example Applications diff --git a/gcloud-java-bigquery/README.md b/gcloud-java-bigquery/README.md index 682221240717..90f49bcf6b4a 100644 --- a/gcloud-java-bigquery/README.md +++ b/gcloud-java-bigquery/README.md @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-bigquery - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-bigquery:0.2.2' +compile 'com.google.cloud:gcloud-java-bigquery:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.3" ``` Example Application diff --git a/gcloud-java-compute/README.md b/gcloud-java-compute/README.md index 19c0d56b5b41..0b16cc11b366 100644 --- a/gcloud-java-compute/README.md +++ b/gcloud-java-compute/README.md @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-compute - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-compute:0.2.2' +compile 'com.google.cloud:gcloud-java-compute:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.3" ``` Example Application diff --git a/gcloud-java-contrib/README.md b/gcloud-java-contrib/README.md index 42801649b277..a70977a1530c 100644 --- a/gcloud-java-contrib/README.md +++ b/gcloud-java-contrib/README.md @@ -16,16 +16,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-contrib - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-contrib:0.2.2' +compile 'com.google.cloud:gcloud-java-contrib:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.3" ``` Java Versions diff --git a/gcloud-java-core/README.md b/gcloud-java-core/README.md index b9d33a72437d..abd95a563cfb 100644 --- a/gcloud-java-core/README.md +++ b/gcloud-java-core/README.md @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-core - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-core:0.2.2' +compile 'com.google.cloud:gcloud-java-core:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.3" ``` Troubleshooting diff --git a/gcloud-java-datastore/README.md b/gcloud-java-datastore/README.md index e033a5298584..e0384969974f 100644 --- a/gcloud-java-datastore/README.md +++ b/gcloud-java-datastore/README.md @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-datastore - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-datastore:0.2.2' +compile 'com.google.cloud:gcloud-java-datastore:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.3" ``` Example Application diff --git a/gcloud-java-dns/README.md b/gcloud-java-dns/README.md index 161617127ef6..8ce767875935 100644 --- a/gcloud-java-dns/README.md +++ b/gcloud-java-dns/README.md @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-dns - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-dns:0.2.2' +compile 'com.google.cloud:gcloud-java-dns:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.3" ``` Example Application diff --git a/gcloud-java-examples/README.md b/gcloud-java-examples/README.md index b51af6c09fff..588236d8d7fe 100644 --- a/gcloud-java-examples/README.md +++ b/gcloud-java-examples/README.md @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-examples - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-examples:0.2.2' +compile 'com.google.cloud:gcloud-java-examples:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.3" ``` To run examples from your command line: diff --git a/gcloud-java-resourcemanager/README.md b/gcloud-java-resourcemanager/README.md index 519c0e92a0ac..e9a5c7d2dd79 100644 --- a/gcloud-java-resourcemanager/README.md +++ b/gcloud-java-resourcemanager/README.md @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-resourcemanager - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.2' +compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.3" ``` Example Application diff --git a/gcloud-java-storage/README.md b/gcloud-java-storage/README.md index e5dd12d407b6..d8940ae7ce41 100644 --- a/gcloud-java-storage/README.md +++ b/gcloud-java-storage/README.md @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-storage - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-storage:0.2.2' +compile 'com.google.cloud:gcloud-java-storage:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.2.3" ``` Example Application diff --git a/gcloud-java/README.md b/gcloud-java/README.md index 87c1404ce001..cf2a42f0ccb2 100644 --- a/gcloud-java/README.md +++ b/gcloud-java/README.md @@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java - 0.2.2 + 0.2.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java:0.2.2' +compile 'com.google.cloud:gcloud-java:0.2.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.2" +libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.3" ``` Troubleshooting