Skip to content

Commit 5affb18

Browse files
author
travis-ci
committed
---
yaml --- r: 4917 b: refs/heads/logging-alpha c: 4aa33a1 h: refs/heads/master i: 4915: 1e13e8f
1 parent 79a0faa commit 5affb18

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
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: 838a583d7f395453d4314e3d5c8d0cbf2c2c443e
15+
refs/heads/logging-alpha: 4aa33a18f1b870cdb956b06347cac2af9906a592
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-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.1</version>
37+
<version>0.2.2</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.1'
42+
compile 'com.google.cloud:gcloud-java:0.2.2'
4343
```
4444
If you are using SBT, add this to your dependencies
4545
```Scala
46-
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.1"
46+
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.2"
4747
```
4848

4949
Example Applications

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

3737
Example Application

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

3737
Example Application

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

3131
Java Versions

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

3434
Troubleshooting

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

3737
Example Application

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

3737
Example Application

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

3434
To run examples from your command line:

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

3737
Example Application

0 commit comments

Comments
 (0)