Skip to content

Commit bb41d74

Browse files
author
travis-ci
committed
---
yaml --- r: 3995 b: refs/heads/pubsub-alpha c: adb2f65 h: refs/heads/master i: 3993: 679d407 3991: 93c6406
1 parent 1251545 commit bb41d74

12 files changed

Lines changed: 34 additions & 34 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: 539a17daee6ca11e57b8afba1bc1d09eb710ad17
5+
refs/heads/pubsub-alpha: adb2f6540b50d4e60b00a2168f27ac28f0a3be5b
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-alpha/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ If you are using Maven, add this to your pom.xml file
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>gcloud-java</artifactId>
37-
<version>0.2.2</version>
37+
<version>0.2.3</version>
3838
</dependency>
3939
```
4040
If you are using Gradle, add this to your dependencies
4141
```Groovy
42-
compile 'com.google.cloud:gcloud-java:0.2.2'
42+
compile 'com.google.cloud:gcloud-java:0.2.3'
4343
```
4444
If you are using SBT, add this to your dependencies
4545
```Scala
46-
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.2"
46+
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.3"
4747
```
4848

4949
Example Applications

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

3737
Example Application

branches/pubsub-alpha/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.2</version>
25+
<version>0.2.3</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.2'
30+
compile 'com.google.cloud:gcloud-java-compute:0.2.3'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.2"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.3"
3535
```
3636

3737
Example Application

branches/pubsub-alpha/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.2.2</version>
19+
<version>0.2.3</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.2.2'
24+
compile 'com.google.cloud:gcloud-java-contrib:0.2.3'
2525
```
2626
If you are using SBT, add this to your dependencies
2727
```Scala
28-
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.2"
28+
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.3"
2929
```
3030

3131
Java Versions

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

3434
Troubleshooting

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

3737
Example Application

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

3737
Example Application

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

3434
To run examples from your command line:

branches/pubsub-alpha/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.2.2</version>
25+
<version>0.2.3</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.2.2'
30+
compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.3'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.2"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.3"
3535
```
3636

3737
Example Application

0 commit comments

Comments
 (0)