Skip to content

Commit 4aac721

Browse files
---
yaml --- r: 5247 b: refs/heads/master c: 95f41cf h: refs/heads/master i: 5245: e1d0e40 5243: a7fceb9 5239: 9096506 5231: d7d57fd 5215: 7ad44a7 5183: 920a63e 5119: 3329583
1 parent c9ab4f3 commit 4aac721

17 files changed

Lines changed: 48 additions & 48 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0e5070344ee29de45e9c38a31f2014db36593e17
2+
refs/heads/master: 95f41cfc9b94d31bdd15f8d23bd225cb02968158
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ If you are using Maven, add this to your pom.xml file
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud</artifactId>
43-
<version>0.6.0</version>
43+
<version>0.7.0</version>
4444
</dependency>
4545
```
4646
If you are using Gradle, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud:0.6.0'
48+
compile 'com.google.cloud:google-cloud:0.7.0'
4949
```
5050
If you are using SBT, add this to your dependencies
5151
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.6.0"
52+
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.7.0"
5353
```
5454

5555
Example Applications

trunk/google-cloud-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>google-cloud-bigquery</artifactId>
25-
<version>0.6.0</version>
25+
<version>0.7.0</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-bigquery:0.6.0'
30+
compile 'com.google.cloud:google-cloud-bigquery:0.7.0'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.6.0"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.7.0"
3535
```
3636

3737
Example Application

trunk/google-cloud-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>google-cloud-compute</artifactId>
25-
<version>0.6.0</version>
25+
<version>0.7.0</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-compute:0.6.0'
30+
compile 'com.google.cloud:google-cloud-compute:0.7.0'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.6.0"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.7.0"
3535
```
3636

3737
Example Application

trunk/google-cloud-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>google-cloud-contrib</artifactId>
28-
<version>0.6.0</version>
28+
<version>0.7.0</version>
2929
</dependency>
3030
```
3131
If you are using Gradle, add this to your dependencies
3232
```Groovy
33-
compile 'com.google.cloud:google-cloud-contrib:0.6.0'
33+
compile 'com.google.cloud:google-cloud-contrib:0.7.0'
3434
```
3535
If you are using SBT, add this to your dependencies
3636
```Scala
37-
libraryDependencies += "com.google.cloud" % "google-cloud-contrib" % "0.6.0"
37+
libraryDependencies += "com.google.cloud" % "google-cloud-contrib" % "0.7.0"
3838
```
3939

4040
### google-cloud-nio-examples

trunk/google-cloud-contrib/google-cloud-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 google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.6.1-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.6.1-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25+
java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.7.1-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.7.1-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 google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.6.1-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
30+
java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.7.1-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

trunk/google-cloud-contrib/google-cloud-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>google-cloud-nio</artifactId>
29-
<version>0.6.0</version>
29+
<version>0.7.0</version>
3030
</dependency>
3131
```
3232
If you are using Gradle, add this to your dependencies
3333
```Groovy
34-
compile 'com.google.cloud:google-cloud-nio:0.6.0'
34+
compile 'com.google.cloud:google-cloud-nio:0.7.0'
3535
```
3636
If you are using SBT, add this to your dependencies
3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.6.0"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.7.0"
3939
```
4040

4141
Example Applications

trunk/google-cloud-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>google-cloud-core</artifactId>
22-
<version>0.6.0</version>
22+
<version>0.7.0</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:google-cloud-core:0.6.0'
27+
compile 'com.google.cloud:google-cloud-core:0.7.0'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "google-cloud-core" % "0.6.0"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-core" % "0.7.0"
3232
```
3333

3434
Troubleshooting

trunk/google-cloud-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>google-cloud-datastore</artifactId>
25-
<version>0.6.0</version>
25+
<version>0.7.0</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-datastore:0.6.0'
30+
compile 'com.google.cloud:google-cloud-datastore:0.7.0'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "0.6.0"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "0.7.0"
3535
```
3636

3737
Example Application

trunk/google-cloud-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>google-cloud-dns</artifactId>
25-
<version>0.6.0</version>
25+
<version>0.7.0</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-dns:0.6.0'
30+
compile 'com.google.cloud:google-cloud-dns:0.7.0'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.6.0"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.7.0"
3535
```
3636

3737
Example Application

0 commit comments

Comments
 (0)