Skip to content

Commit c8c9064

Browse files
author
travis-ci
committed
---
yaml --- r: 4291 b: refs/heads/gcs-nio c: f652533 h: refs/heads/master i: 4289: 9380ac5 4287: a65ce84
1 parent 8f4416b commit c8c9064

11 files changed

Lines changed: 31 additions & 31 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111
refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14-
refs/heads/gcs-nio: d947afb542cb8b43fbcbd4f2293d6b62560c7316
14+
refs/heads/gcs-nio: f652533d2c3aa1465409692d443e13faf1044dc9
1515
refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0

branches/gcs-nio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ If you are using Maven, add this to your pom.xml file
3333
<dependency>
3434
<groupId>com.google.cloud</groupId>
3535
<artifactId>gcloud-java</artifactId>
36-
<version>0.1.7</version>
36+
<version>0.2.0</version>
3737
</dependency>
3838
```
3939
If you are using Gradle, add this to your dependencies
4040
```Groovy
41-
compile 'com.google.cloud:gcloud-java:0.1.7'
41+
compile 'com.google.cloud:gcloud-java:0.2.0'
4242
```
4343
If you are using SBT, add this to your dependencies
4444
```Scala
45-
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.1.7"
45+
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.0"
4646
```
4747

4848
Example Applications

branches/gcs-nio/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.1.7</version>
25+
<version>0.2.0</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.1.7'
30+
compile 'com.google.cloud:gcloud-java-bigquery:0.2.0'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.1.7"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.0"
3535
```
3636

3737
Example Application

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ If you are using Maven, add this to your pom.xml file
1616
<dependency>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>gcloud-java-contrib</artifactId>
19-
<version>0.1.7</version>
19+
<version>0.2.0</version>
2020
</dependency>
2121
```
2222
If you are using Gradle, add this to your dependencies
2323
```Groovy
24-
compile 'com.google.cloud:gcloud-java-contrib:0.1.7'
24+
compile 'com.google.cloud:gcloud-java-contrib:0.2.0'
2525
```
2626
If you are using SBT, add this to your dependencies
2727
```Scala
28-
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.1.7"
28+
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.0"
2929
```
3030

3131
Java Versions

branches/gcs-nio/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.1.7</version>
22+
<version>0.2.0</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.1.7'
27+
compile 'com.google.cloud:gcloud-java-core:0.2.0'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.1.7"
31+
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.0"
3232
```
3333

3434
Troubleshooting

branches/gcs-nio/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.1.7</version>
25+
<version>0.2.0</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.1.7'
30+
compile 'com.google.cloud:gcloud-java-datastore:0.2.0'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.1.7"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.0"
3535
```
3636

3737
Example Application

branches/gcs-nio/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.1.7</version>
25+
<version>0.2.0</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.1.7'
30+
compile 'com.google.cloud:gcloud-java-dns:0.2.0'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.1.7"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.0"
3535
```
3636

3737
Example Application

branches/gcs-nio/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.1.7</version>
22+
<version>0.2.0</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.1.7'
27+
compile 'com.google.cloud:gcloud-java-examples:0.2.0'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.1.7"
31+
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.0"
3232
```
3333

3434
To run examples from your command line:

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

3737
Example Application

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

3737
Example Application

0 commit comments

Comments
 (0)