Skip to content

Commit 9d36509

Browse files
author
travis-ci
committed
---
yaml --- r: 6859 b: refs/heads/tswast-patch-1 c: 8571125 h: refs/heads/master i: 6857: d756d7d 6855: 74bcf68
1 parent 3fb9b5a commit 9d36509

10 files changed

Lines changed: 28 additions & 28 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: b63c6576712f4951921118282b3f4a140523249f
60+
refs/heads/tswast-patch-1: 8571125c68021d45d4035d28de99b7806bf4f124
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file
2727
<dependency>
2828
<groupId>com.google.gcloud</groupId>
2929
<artifactId>gcloud-java</artifactId>
30-
<version>0.1.2</version>
30+
<version>0.1.3</version>
3131
</dependency>
3232
```
3333
If you are using Gradle, add this to your dependencies
3434
```Groovy
35-
compile 'com.google.gcloud:gcloud-java:0.1.2'
35+
compile 'com.google.gcloud:gcloud-java:0.1.3'
3636
```
3737
If you are using SBT, add this to your dependencies
3838
```Scala
39-
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.2"
39+
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.3"
4040
```
4141

4242
Example Applications

branches/tswast-patch-1/gcloud-java-bigquery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.gcloud</groupId>
2222
<artifactId>gcloud-java-bigquery</artifactId>
23-
<version>0.1.2</version>
23+
<version>0.1.3</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.gcloud:gcloud-java-bigquery:0.1.2'
28+
compile 'com.google.gcloud:gcloud-java-bigquery:0.1.3'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.gcloud" % "gcloud-java-bigquery" % "0.1.2"
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-bigquery" % "0.1.3"
3333
```
3434

3535
Example Application

branches/tswast-patch-1/gcloud-java-contrib/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ Packages that provide higher-level abstraction/functionality for common gcloud-j
1212
[//]: # (<dependency>)
1313
[//]: # ( <groupId>com.google.gcloud</groupId>)
1414
[//]: # ( <artifactId>gcloud-java-contrib</artifactId>)
15-
[//]: # ( <version>0.1.2</version>)
15+
[//]: # ( <version>0.1.3</version>)
1616
[//]: # (</dependency>)
1717
[//]: # (```)
1818
[//]: # (If you are using Gradle, add this to your dependencies)
1919
[//]: # (```Groovy)
20-
[//]: # (compile 'com.google.gcloud:gcloud-java-contrib:0.1.2')
20+
[//]: # (compile 'com.google.gcloud:gcloud-java-contrib:0.1.3')
2121
[//]: # (```)
2222
[//]: # (If you are using SBT, add this to your dependencies)
2323
[//]: # (```Scala)
24-
[//]: # (libraryDependencies += "com.google.gcloud" % "gcloud-java-contrib" % "0.1.2")
24+
[//]: # (libraryDependencies += "com.google.gcloud" % "gcloud-java-contrib" % "0.1.3")
2525
[//]: # (```)
2626

2727

branches/tswast-patch-1/gcloud-java-core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.gcloud</groupId>
1919
<artifactId>gcloud-java-core</artifactId>
20-
<version>0.1.2</version>
20+
<version>0.1.3</version>
2121
</dependency>
2222
```
2323
If you are using Gradle, add this to your dependencies
2424
```Groovy
25-
compile 'com.google.gcloud:gcloud-java-core:0.1.2'
25+
compile 'com.google.gcloud:gcloud-java-core:0.1.3'
2626
```
2727
If you are using SBT, add this to your dependencies
2828
```Scala
29-
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.1.2"
29+
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.1.3"
3030
```
3131

3232
Troubleshooting

branches/tswast-patch-1/gcloud-java-datastore/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.gcloud</groupId>
2222
<artifactId>gcloud-java-datastore</artifactId>
23-
<version>0.1.2</version>
23+
<version>0.1.3</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.gcloud:gcloud-java-datastore:0.1.2'
28+
compile 'com.google.gcloud:gcloud-java-datastore:0.1.3'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.gcloud" % "gcloud-java-datastore" % "0.1.2"
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-datastore" % "0.1.3"
3333
```
3434

3535
Example Application

branches/tswast-patch-1/gcloud-java-examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.gcloud</groupId>
1919
<artifactId>gcloud-java-examples</artifactId>
20-
<version>0.1.2</version>
20+
<version>0.1.3</version>
2121
</dependency>
2222
```
2323
If you are using Gradle, add this to your dependencies
2424
```Groovy
25-
compile 'com.google.gcloud:gcloud-java-examples:0.1.2'
25+
compile 'com.google.gcloud:gcloud-java-examples:0.1.3'
2626
```
2727
If you are using SBT, add this to your dependencies
2828
```Scala
29-
libraryDependencies += "com.google.gcloud" % "gcloud-java-examples" % "0.1.2"
29+
libraryDependencies += "com.google.gcloud" % "gcloud-java-examples" % "0.1.3"
3030
```
3131

3232
To run examples from your command line:

branches/tswast-patch-1/gcloud-java-resourcemanager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.gcloud</groupId>
2222
<artifactId>gcloud-java-resourcemanager</artifactId>
23-
<version>0.1.2</version>
23+
<version>0.1.3</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.gcloud:gcloud-java-resourcemanager:0.1.2'
28+
compile 'com.google.gcloud:gcloud-java-resourcemanager:0.1.3'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.gcloud" % "gcloud-java-resourcemanager" % "0.1.2"
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-resourcemanager" % "0.1.3"
3333
```
3434

3535
Example Application

branches/tswast-patch-1/gcloud-java-storage/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.gcloud</groupId>
2222
<artifactId>gcloud-java-storage</artifactId>
23-
<version>0.1.2</version>
23+
<version>0.1.3</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.gcloud:gcloud-java-storage:0.1.2'
28+
compile 'com.google.gcloud:gcloud-java-storage:0.1.3'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.gcloud" % "gcloud-java-storage" % "0.1.2"
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-storage" % "0.1.3"
3333
```
3434

3535
Example Application

branches/tswast-patch-1/gcloud-java/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.gcloud</groupId>
2727
<artifactId>gcloud-java</artifactId>
28-
<version>0.1.2</version>
28+
<version>0.1.3</version>
2929
</dependency>
3030
```
3131
If you are using Gradle, add this to your dependencies
3232
```Groovy
33-
compile 'com.google.gcloud:gcloud-java:0.1.2'
33+
compile 'com.google.gcloud:gcloud-java:0.1.3'
3434
```
3535
If you are using SBT, add this to your dependencies
3636
```Scala
37-
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.2"
37+
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.3"
3838
```
3939

4040
Troubleshooting

0 commit comments

Comments
 (0)