Skip to content

Commit f438aa7

Browse files
committed
---
yaml --- r: 5219 b: refs/heads/master c: 9eb9195 h: refs/heads/master i: 5217: 097c428 5215: 7ad44a7
1 parent 0b5e0f8 commit f438aa7

33 files changed

Lines changed: 70 additions & 158 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: 60270261fa763131f6cd6b9aacfc7819e0af1c3d
2+
refs/heads/master: 9eb91951d4201b3c0d8453b4d308a891e59d7d91
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: c2885dba4ca5fa546ec268ea30687d296281695c
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,9 @@ Google Translate
610610
#### Preview
611611
612612
Here's a snippet showing a simple usage example. The example shows how to detect the language of
613-
some text and how to translate some text. The example assumes that either default application
614-
credentials or a valid api key are available. An api key stored in the `GOOGLE_API_KEY` environment
615-
variable will be automatically detected. Alternatively, you can use the `apiKey(String)` setter in
616-
`TranslateOptions.Builder`. Complete source code can be found at
613+
some text and how to translate some text. The example assumes that the `GOOGLE_API_KEY` is set and
614+
contains a valid API key. Alternatively, you can use the `apiKey(String)` setter in
615+
`TranslateOptions.Builder` to set the API key. Complete source code can be found at
617616
[DetectLanguageAndTranslate.java](./google-cloud-examples/src/main/java/com/google/cloud/examples/translate/snippets/DetectLanguageAndTranslate.java).
618617
619618
```java

trunk/google-cloud-bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-pom</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
14+
<version>0.6.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-bigquery</site.installationModule>

trunk/google-cloud-compute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-pom</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
14+
<version>0.6.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-compute</site.installationModule>

trunk/google-cloud-contrib/google-cloud-nio-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-contrib</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
14+
<version>0.6.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-nio-examples</site.installationModule>

trunk/google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-contrib</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
14+
<version>0.6.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-nio</site.installationModule>

trunk/google-cloud-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-pom</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
14+
<version>0.6.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-contrib</site.installationModule>

trunk/google-cloud-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-pom</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
14+
<version>0.6.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-core</site.installationModule>

trunk/google-cloud-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-pom</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
14+
<version>0.6.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-datastore</site.installationModule>

trunk/google-cloud-dns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.google.cloud</groupId>
1515
<artifactId>google-cloud-pom</artifactId>
16-
<version>0.5.2-SNAPSHOT</version>
16+
<version>0.6.0</version>
1717
</parent>
1818
<properties>
1919
<site.installationModule>google-cloud-dns</site.installationModule>

0 commit comments

Comments
 (0)