Skip to content

Commit

Permalink
Updating version in README files. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Aug 25, 2016
1 parent 52f203a commit 4695e8f
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 47 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-bigquery</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-compute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-compute</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-contrib</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
4 changes: 2 additions & 2 deletions gcloud-java-contrib/gcloud-java-nio-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-contrib/gcloud-java-nio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-nio</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-core</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-datastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-datastore</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-dns</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-examples</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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:
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ Add this to your pom.xml file
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-logging</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ Add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-pubsub</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-resourcemanager</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-storage</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-translate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-translate</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
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
Expand Down

0 comments on commit 4695e8f

Please sign in to comment.