Skip to content

Commit 2d3da11

Browse files
author
travis-ci
committed
Updating version in README files. [ci skip]
1 parent ecd03bb commit 2d3da11

File tree

15 files changed

+44
-44
lines changed

15 files changed

+44
-44
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ If you are using Maven, add this to your pom.xml file
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>gcloud-java</artifactId>
39-
<version>0.2.6</version>
39+
<version>0.2.7</version>
4040
</dependency>
4141
```
4242
If you are using Gradle, add this to your dependencies
4343
```Groovy
44-
compile 'com.google.cloud:gcloud-java:0.2.6'
44+
compile 'com.google.cloud:gcloud-java:0.2.7'
4545
```
4646
If you are using SBT, add this to your dependencies
4747
```Scala
48-
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.6"
48+
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.7"
4949
```
5050

5151
Example Applications

gcloud-java-bigquery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-bigquery</artifactId>
25-
<version>0.2.6</version>
25+
<version>0.2.7</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-bigquery:0.2.6'
30+
compile 'com.google.cloud:gcloud-java-bigquery:0.2.7'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.6"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.7"
3535
```
3636

3737
Example Application

gcloud-java-compute/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-compute</artifactId>
25-
<version>0.2.6</version>
25+
<version>0.2.7</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-compute:0.2.6'
30+
compile 'com.google.cloud:gcloud-java-compute:0.2.7'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.6"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.7"
3535
```
3636

3737
Example Application

gcloud-java-contrib/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file
2525
<dependency>
2626
<groupId>com.google.cloud</groupId>
2727
<artifactId>gcloud-java-contrib</artifactId>
28-
<version>0.2.6</version>
28+
<version>0.2.7</version>
2929
</dependency>
3030
```
3131
If you are using Gradle, add this to your dependencies
3232
```Groovy
33-
compile 'com.google.cloud:gcloud-java-contrib:0.2.6'
33+
compile 'com.google.cloud:gcloud-java-contrib:0.2.7'
3434
```
3535
If you are using SBT, add this to your dependencies
3636
```Scala
37-
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.6"
37+
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.7"
3838
```
3939

4040
### gcloud-java-nio-examples

gcloud-java-contrib/gcloud-java-nio-examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ To run this example:
2222
4. Run the sample with:
2323
2424
```
25-
java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.7-SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.7-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25+
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
2626
```
2727
2828
Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar:
2929
```
30-
java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.7-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
30+
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
3131
```
3232
3333
The sample doesn't have anything about Google Cloud Storage in it. It gets that ability from the NIO

gcloud-java-contrib/gcloud-java-nio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ If you are using Maven, add this to your pom.xml file
2626
<dependency>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>gcloud-java-nio</artifactId>
29-
<version>0.2.6</version>
29+
<version>0.2.7</version>
3030
</dependency>
3131
```
3232
If you are using Gradle, add this to your dependencies
3333
```Groovy
34-
compile 'com.google.cloud:gcloud-java-nio:0.2.6'
34+
compile 'com.google.cloud:gcloud-java-nio:0.2.7'
3535
```
3636
If you are using SBT, add this to your dependencies
3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "gcloud-java-nio" % "0.2.6"
38+
libraryDependencies += "com.google.cloud" % "gcloud-java-nio" % "0.2.7"
3939
```
4040

4141
Example Applications

gcloud-java-core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>gcloud-java-core</artifactId>
22-
<version>0.2.6</version>
22+
<version>0.2.7</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:gcloud-java-core:0.2.6'
27+
compile 'com.google.cloud:gcloud-java-core:0.2.7'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.6"
31+
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.7"
3232
```
3333

3434
Troubleshooting

gcloud-java-datastore/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-datastore</artifactId>
25-
<version>0.2.6</version>
25+
<version>0.2.7</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-datastore:0.2.6'
30+
compile 'com.google.cloud:gcloud-java-datastore:0.2.7'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.6"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.7"
3535
```
3636

3737
Example Application

gcloud-java-dns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-dns</artifactId>
25-
<version>0.2.6</version>
25+
<version>0.2.7</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-dns:0.2.6'
30+
compile 'com.google.cloud:gcloud-java-dns:0.2.7'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.6"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.7"
3535
```
3636

3737
Example Application

gcloud-java-examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>gcloud-java-examples</artifactId>
22-
<version>0.2.6</version>
22+
<version>0.2.7</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:gcloud-java-examples:0.2.6'
27+
compile 'com.google.cloud:gcloud-java-examples:0.2.7'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.6"
31+
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.7"
3232
```
3333

3434
To run examples from your command line:

0 commit comments

Comments
 (0)