From 4695e8fb7e6c032f9dd3acd9c7ac636aff2433d4 Mon Sep 17 00:00:00 2001 From: travis-ci Date: Thu, 25 Aug 2016 17:25:30 +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-contrib/gcloud-java-nio-examples/README.md | 4 ++-- gcloud-java-contrib/gcloud-java-nio/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-logging/README.md | 6 +++--- gcloud-java-pubsub/README.md | 6 +++--- gcloud-java-resourcemanager/README.md | 6 +++--- gcloud-java-storage/README.md | 6 +++--- gcloud-java-translate/README.md | 6 +++--- gcloud-java/README.md | 6 +++--- 16 files changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 611552a34d74..8727096e3b89 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java - 0.2.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java:0.2.7' +compile 'com.google.cloud:gcloud-java:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.8" ``` Example Applications diff --git a/gcloud-java-bigquery/README.md b/gcloud-java-bigquery/README.md index bcdeb05c54c5..bfd6cd0b62c8 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-bigquery:0.2.7' +compile 'com.google.cloud:gcloud-java-bigquery:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.8" ``` Example Application diff --git a/gcloud-java-compute/README.md b/gcloud-java-compute/README.md index 2909d4dc50ac..93a9bc30ef21 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-compute:0.2.7' +compile 'com.google.cloud:gcloud-java-compute:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.8" ``` Example Application diff --git a/gcloud-java-contrib/README.md b/gcloud-java-contrib/README.md index ac5755380a7f..3d6a941a45f1 100644 --- a/gcloud-java-contrib/README.md +++ b/gcloud-java-contrib/README.md @@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-contrib - 0.2.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-contrib:0.2.7' +compile 'com.google.cloud:gcloud-java-contrib:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.8" ``` ### gcloud-java-nio-examples diff --git a/gcloud-java-contrib/gcloud-java-nio-examples/README.md b/gcloud-java-contrib/gcloud-java-nio-examples/README.md index 5f12ffa11671..b046933753a5 100644 --- a/gcloud-java-contrib/gcloud-java-nio-examples/README.md +++ b/gcloud-java-contrib/gcloud-java-nio-examples/README.md @@ -22,12 +22,12 @@ To run this example: 4. Run the sample with: ``` - java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.8-SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.8-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems + java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.9-SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.9-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems ``` Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar: ``` - java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.8-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems + java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.9-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems ``` The sample doesn't have anything about Google Cloud Storage in it. It gets that ability from the NIO diff --git a/gcloud-java-contrib/gcloud-java-nio/README.md b/gcloud-java-contrib/gcloud-java-nio/README.md index 79d400a496cd..256c23e64f74 100644 --- a/gcloud-java-contrib/gcloud-java-nio/README.md +++ b/gcloud-java-contrib/gcloud-java-nio/README.md @@ -26,16 +26,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-nio - 0.2.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-nio:0.2.7' +compile 'com.google.cloud:gcloud-java-nio:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-nio" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-nio" % "0.2.8" ``` Example Applications diff --git a/gcloud-java-core/README.md b/gcloud-java-core/README.md index 6f34f81917ef..4c06b0d2c442 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-core:0.2.7' +compile 'com.google.cloud:gcloud-java-core:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.8" ``` Troubleshooting diff --git a/gcloud-java-datastore/README.md b/gcloud-java-datastore/README.md index 0a3eb8b221b1..3575d2534075 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-datastore:0.2.7' +compile 'com.google.cloud:gcloud-java-datastore:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.8" ``` Example Application diff --git a/gcloud-java-dns/README.md b/gcloud-java-dns/README.md index e0f6e6d41cdf..6b3029a7c3ff 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-dns:0.2.7' +compile 'com.google.cloud:gcloud-java-dns:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.8" ``` Example Application diff --git a/gcloud-java-examples/README.md b/gcloud-java-examples/README.md index 4db9fed26be2..57a771d0dafe 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-examples:0.2.7' +compile 'com.google.cloud:gcloud-java-examples:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.8" ``` To run examples from your command line: diff --git a/gcloud-java-logging/README.md b/gcloud-java-logging/README.md index 2f551cb36b57..147027c5b77c 100644 --- a/gcloud-java-logging/README.md +++ b/gcloud-java-logging/README.md @@ -26,16 +26,16 @@ Add this to your pom.xml file com.google.gcloud gcloud-java-logging - 0.2.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-logging:0.2.7' +compile 'com.google.cloud:gcloud-java-logging:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-logging" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-logging" % "0.2.8" ``` Example Application diff --git a/gcloud-java-pubsub/README.md b/gcloud-java-pubsub/README.md index e46931ca6492..ba58df223101 100644 --- a/gcloud-java-pubsub/README.md +++ b/gcloud-java-pubsub/README.md @@ -26,16 +26,16 @@ Add this to your pom.xml file com.google.cloud gcloud-java-pubsub - 0.2.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-pubsub:0.2.7' +compile 'com.google.cloud:gcloud-java-pubsub:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-pubsub" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-pubsub" % "0.2.8" ``` Example Application diff --git a/gcloud-java-resourcemanager/README.md b/gcloud-java-resourcemanager/README.md index d8731942255b..6d02159027b0 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.7' +compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.8" ``` Example Application diff --git a/gcloud-java-storage/README.md b/gcloud-java-storage/README.md index 15c6aa0bb80b..5fa817b61d4c 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-storage:0.2.7' +compile 'com.google.cloud:gcloud-java-storage:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.2.8" ``` Example Application diff --git a/gcloud-java-translate/README.md b/gcloud-java-translate/README.md index 592f80fbb30c..f21fa73c41e5 100644 --- a/gcloud-java-translate/README.md +++ b/gcloud-java-translate/README.md @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file com.google.cloud gcloud-java-translate - 0.2.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java-translate:0.2.7' +compile 'com.google.cloud:gcloud-java-translate:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java-translate" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java-translate" % "0.2.8" ``` Example Application diff --git a/gcloud-java/README.md b/gcloud-java/README.md index db4b29abf8e1..ac868f0abf7d 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.7 + 0.2.8 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:gcloud-java:0.2.7' +compile 'com.google.cloud:gcloud-java:0.2.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.7" +libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.8" ``` Troubleshooting