Skip to content

Commit e596634

Browse files
committed
---
yaml --- r: 9127 b: refs/heads/master c: a1d5b05 h: refs/heads/master i: 9125: 710c32a 9123: 5243a0c 9119: d8f3d00
1 parent 45bbc18 commit e596634

81 files changed

Lines changed: 277 additions & 277 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b0cf10393236a0290fdde40c4a5f7c4abd1dd1cb
2+
refs/heads/master: a1d5b05206cce7734365f1b910396a2c9d6605ec
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 8e9b065ba06cd7a4af306aaea1010aade81670e0
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ If you are using Maven, add this to your pom.xml file
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud</artifactId>
61-
<version>0.39.0-alpha</version>
61+
<version>0.40.0-alpha</version>
6262
</dependency>
6363
```
6464
If you are using Gradle, add this to your dependencies
6565
```Groovy
66-
compile 'com.google.cloud:google-cloud:0.39.0-alpha'
66+
compile 'com.google.cloud:google-cloud:0.40.0-alpha'
6767
```
6868
If you are using SBT, add this to your dependencies
6969
```Scala
70-
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.39.0-alpha"
70+
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.40.0-alpha"
7171
```
7272
[//]: # ({x-version-update-end})
7373

@@ -285,7 +285,7 @@ The easiest way to solve version conflicts is to use google-cloud's BOM. In Mave
285285
<dependency>
286286
<groupId>com.google.cloud</groupId>
287287
<artifactId>google-cloud-bom</artifactId>
288-
<version>0.39.0-alpha</version>
288+
<version>0.40.0-alpha</version>
289289
<type>pom</type>
290290
<scope>import</scope>
291291
</dependency>

trunk/google-cloud-bigquery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ If you are using Maven, add this to your pom.xml file
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-bigquery</artifactId>
26-
<version>1.21.0</version>
26+
<version>1.22.0</version>
2727
</dependency>
2828
```
2929
If you are using Gradle, add this to your dependencies
3030
```Groovy
31-
compile 'com.google.cloud:google-cloud-bigquery:1.21.0'
31+
compile 'com.google.cloud:google-cloud-bigquery:1.22.0'
3232
```
3333
If you are using SBT, add this to your dependencies
3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.21.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.22.0"
3636
```
3737
[//]: # ({x-version-update-end})
3838

trunk/google-cloud-bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigquery</artifactId>
5-
<version>1.21.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
5+
<version>1.22.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud BigQuery</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquery</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.39.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.40.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigquery</site.installationModule>

trunk/google-cloud-bigquerydatatransfer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ Add this to your pom.xml file
2525
<dependency>
2626
<groupId>com.google.cloud</groupId>
2727
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
28-
<version>0.39.0-beta</version>
28+
<version>0.40.0-beta</version>
2929
</dependency>
3030
```
3131
If you are using Gradle, add this to your dependencies
3232
```Groovy
33-
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.39.0-beta'
33+
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.40.0-beta'
3434
```
3535
If you are using SBT, add this to your dependencies
3636
```Scala
37-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.39.0-beta"
37+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.40.0-beta"
3838
```
3939
[//]: # ({x-version-update-end})
4040

trunk/google-cloud-bigquerydatatransfer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
5-
<version>0.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
5+
<version>0.40.0-beta</version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigquery Data Transfer</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquerydatatransfer</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.39.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.40.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigquerydatatransfer</site.installationModule>

trunk/google-cloud-bigtable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigtable</artifactId>
5-
<version>0.39.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
5+
<version>0.40.0-alpha</version><!-- {x-version-update:google-cloud-bigtable:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigtable</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigtable</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.39.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.40.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigtable</site.installationModule>

trunk/google-cloud-bom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To use it in Maven, add the following to your POM:
1313
<dependency>
1414
<groupId>com.google.cloud</groupId>
1515
<artifactId>google-cloud-bom</artifactId>
16-
<version>0.39.0-alpha</version>
16+
<version>0.40.0-alpha</version>
1717
<type>pom</type>
1818
<scope>import</scope>
1919
</dependency>

trunk/google-cloud-bom/pom.xml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.39.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.40.0-alpha</version><!-- {x-version-update:google-cloud-bom:current} -->
88
<name>Google Cloud Java BOM</name>
99
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bom</url>
1010
<description>
@@ -124,49 +124,49 @@
124124
</license>
125125
</licenses>
126126
<properties>
127-
<cloud.version>0.39.1-alpha-SNAPSHOT</cloud.version><!-- {x-version-update:google-cloud:current} -->
128-
<bigtable.version>0.39.1-alpha-SNAPSHOT</bigtable.version><!-- {x-version-update:google-cloud-bigtable:current} -->
129-
<bigquery.version>1.21.1-SNAPSHOT</bigquery.version><!-- {x-version-update:google-cloud-bigquery:current} -->
130-
<bigquerydatatransfer.version>0.39.1-beta-SNAPSHOT</bigquerydatatransfer.version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
131-
<compute.version>0.39.1-alpha-SNAPSHOT</compute.version><!-- {x-version-update:google-cloud-compute:current} -->
132-
<container.version>0.39.1-beta-SNAPSHOT</container.version><!-- {x-version-update:google-cloud-container:current} -->
133-
<contrib.version>0.39.1-alpha-SNAPSHOT</contrib.version><!-- {x-version-update:google-cloud-contrib:current} -->
134-
<core.version>1.21.1-SNAPSHOT</core.version><!-- {x-version-update:google-cloud-core:current} -->
135-
<core-http.version>1.21.1-SNAPSHOT</core-http.version><!-- {x-version-update:google-cloud-core-http:current} -->
136-
<core-grpc.version>1.21.1-SNAPSHOT</core-grpc.version><!-- {x-version-update:google-cloud-core-grpc:current} -->
137-
<dataproc.version>0.39.1-alpha-SNAPSHOT</dataproc.version><!-- {x-version-update:google-cloud-dataproc:current} -->
138-
<datastore.version>1.21.1-SNAPSHOT</datastore.version><!-- {x-version-update:google-cloud-datastore:current} -->
139-
<dialogflow.version>0.39.1-alpha-SNAPSHOT</dialogflow.version><!-- {x-version-update:google-cloud-dialogflow:current} -->
140-
<dlp.version>0.39.1-beta-SNAPSHOT</dlp.version><!-- {x-version-update:google-cloud-dlp:current} -->
141-
<dns.version>0.39.1-alpha-SNAPSHOT</dns.version><!-- {x-version-update:google-cloud-dns:current} -->
142-
<errorreporting.version>0.39.1-beta-SNAPSHOT</errorreporting.version><!-- {x-version-update:google-cloud-errorreporting:current} -->
143-
<examples.version>0.39.1-alpha-SNAPSHOT</examples.version><!-- {x-version-update:google-cloud-examples:current} -->
144-
<firestore.version>0.39.1-beta-SNAPSHOT</firestore.version><!-- {x-version-update:google-cloud-firestore:current} -->
145-
<language.version>1.21.1-SNAPSHOT</language.version><!-- {x-version-update:google-cloud-language:current} -->
146-
<logging.version>1.21.1-SNAPSHOT</logging.version><!-- {x-version-update:google-cloud-logging:current} -->
147-
<logging-logback.version>0.39.1-alpha-SNAPSHOT</logging-logback.version><!-- {x-version-update:google-cloud-logging-logback:current} -->
148-
<monitoring.version>0.39.1-beta-SNAPSHOT</monitoring.version><!-- {x-version-update:google-cloud-monitoring:current} -->
149-
<nio.version>0.39.1-alpha-SNAPSHOT</nio.version><!-- {x-version-update:google-cloud-nio:current} -->
150-
<nio-examples.version>0.39.1-alpha-SNAPSHOT</nio-examples.version><!-- {x-version-update:google-cloud-nio-examples:current} -->
151-
<notification.version>0.39.1-beta-SNAPSHOT</notification.version><!-- {x-version-update:google-cloud-notification:current} -->
152-
<os-login.version>0.39.1-alpha-SNAPSHOT</os-login.version><!-- {x-version-update:google-cloud-os-login:current} -->
153-
<pubsub.version>0.39.1-beta-SNAPSHOT</pubsub.version><!-- {x-version-update:google-cloud-pubsub:current} -->
154-
<resourcemanager.version>0.39.1-alpha-SNAPSHOT</resourcemanager.version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
155-
<spanner.version>0.39.1-beta-SNAPSHOT</spanner.version><!-- {x-version-update:google-cloud-spanner:current} -->
156-
<speech.version>0.39.1-alpha-SNAPSHOT</speech.version><!-- {x-version-update:google-cloud-speech:current} -->
157-
<storage.version>1.21.1-SNAPSHOT</storage.version><!-- {x-version-update:google-cloud-storage:current} -->
158-
<trace.version>0.39.1-beta-SNAPSHOT</trace.version><!-- {x-version-update:google-cloud-trace:current} -->
159-
<translate.version>1.21.1-SNAPSHOT</translate.version><!-- {x-version-update:google-cloud-translate:current} -->
160-
<video-intelligence.version>0.39.1-beta-SNAPSHOT</video-intelligence.version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
161-
<vision.version>1.21.1-SNAPSHOT</vision.version><!-- {x-version-update:google-cloud-vision:current} -->
127+
<cloud.version>0.40.0-alpha</cloud.version><!-- {x-version-update:google-cloud:current} -->
128+
<bigtable.version>0.40.0-alpha</bigtable.version><!-- {x-version-update:google-cloud-bigtable:current} -->
129+
<bigquery.version>1.22.0</bigquery.version><!-- {x-version-update:google-cloud-bigquery:current} -->
130+
<bigquerydatatransfer.version>0.40.0-beta</bigquerydatatransfer.version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
131+
<compute.version>0.40.0-alpha</compute.version><!-- {x-version-update:google-cloud-compute:current} -->
132+
<container.version>0.40.0-beta</container.version><!-- {x-version-update:google-cloud-container:current} -->
133+
<contrib.version>0.40.0-alpha</contrib.version><!-- {x-version-update:google-cloud-contrib:current} -->
134+
<core.version>1.22.0</core.version><!-- {x-version-update:google-cloud-core:current} -->
135+
<core-http.version>1.22.0</core-http.version><!-- {x-version-update:google-cloud-core-http:current} -->
136+
<core-grpc.version>1.22.0</core-grpc.version><!-- {x-version-update:google-cloud-core-grpc:current} -->
137+
<dataproc.version>0.40.0-alpha</dataproc.version><!-- {x-version-update:google-cloud-dataproc:current} -->
138+
<datastore.version>1.22.0</datastore.version><!-- {x-version-update:google-cloud-datastore:current} -->
139+
<dialogflow.version>0.40.0-alpha</dialogflow.version><!-- {x-version-update:google-cloud-dialogflow:current} -->
140+
<dlp.version>0.40.0-beta</dlp.version><!-- {x-version-update:google-cloud-dlp:current} -->
141+
<dns.version>0.40.0-alpha</dns.version><!-- {x-version-update:google-cloud-dns:current} -->
142+
<errorreporting.version>0.40.0-beta</errorreporting.version><!-- {x-version-update:google-cloud-errorreporting:current} -->
143+
<examples.version>0.40.0-alpha</examples.version><!-- {x-version-update:google-cloud-examples:current} -->
144+
<firestore.version>0.40.0-beta</firestore.version><!-- {x-version-update:google-cloud-firestore:current} -->
145+
<language.version>1.22.0</language.version><!-- {x-version-update:google-cloud-language:current} -->
146+
<logging.version>1.22.0</logging.version><!-- {x-version-update:google-cloud-logging:current} -->
147+
<logging-logback.version>0.40.0-alpha</logging-logback.version><!-- {x-version-update:google-cloud-logging-logback:current} -->
148+
<monitoring.version>0.40.0-beta</monitoring.version><!-- {x-version-update:google-cloud-monitoring:current} -->
149+
<nio.version>0.40.0-alpha</nio.version><!-- {x-version-update:google-cloud-nio:current} -->
150+
<nio-examples.version>0.40.0-alpha</nio-examples.version><!-- {x-version-update:google-cloud-nio-examples:current} -->
151+
<notification.version>0.40.0-beta</notification.version><!-- {x-version-update:google-cloud-notification:current} -->
152+
<os-login.version>0.40.0-alpha</os-login.version><!-- {x-version-update:google-cloud-os-login:current} -->
153+
<pubsub.version>0.40.0-beta</pubsub.version><!-- {x-version-update:google-cloud-pubsub:current} -->
154+
<resourcemanager.version>0.40.0-alpha</resourcemanager.version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
155+
<spanner.version>0.40.0-beta</spanner.version><!-- {x-version-update:google-cloud-spanner:current} -->
156+
<speech.version>0.40.0-alpha</speech.version><!-- {x-version-update:google-cloud-speech:current} -->
157+
<storage.version>1.22.0</storage.version><!-- {x-version-update:google-cloud-storage:current} -->
158+
<trace.version>0.40.0-beta</trace.version><!-- {x-version-update:google-cloud-trace:current} -->
159+
<translate.version>1.22.0</translate.version><!-- {x-version-update:google-cloud-translate:current} -->
160+
<video-intelligence.version>0.40.0-beta</video-intelligence.version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
161+
<vision.version>1.22.0</vision.version><!-- {x-version-update:google-cloud-vision:current} -->
162162

163-
<appengineflexcompat.version>0.39.1-alpha-SNAPSHOT</appengineflexcompat.version><!-- {x-version-update:google-cloud-appengineflexcompat:current} -->
164-
<appengineflexcustom.version>0.39.1-alpha-SNAPSHOT</appengineflexcustom.version><!-- {x-version-update:google-cloud-appengineflexcustom:current} -->
165-
<appengineflexjava.version>0.39.1-alpha-SNAPSHOT</appengineflexjava.version><!-- {x-version-update:google-cloud-appengineflexjava:current} -->
166-
<appenginejava8.version>0.39.1-alpha-SNAPSHOT</appenginejava8.version><!-- {x-version-update:google-cloud-appenginejava8:current} -->
167-
<compat-checker.version>0.39.1-alpha-SNAPSHOT</compat-checker.version><!-- {x-version-update:google-cloud-compat-checker:current} -->
168-
<managedtest.version>0.39.1-alpha-SNAPSHOT</managedtest.version><!-- {x-version-update:google-cloud-managedtest:current} -->
169-
<testing.version>0.39.1-alpha-SNAPSHOT</testing.version><!-- {x-version-update:google-cloud-testing:current} -->
163+
<appengineflexcompat.version>0.40.0-alpha</appengineflexcompat.version><!-- {x-version-update:google-cloud-appengineflexcompat:current} -->
164+
<appengineflexcustom.version>0.40.0-alpha</appengineflexcustom.version><!-- {x-version-update:google-cloud-appengineflexcustom:current} -->
165+
<appengineflexjava.version>0.40.0-alpha</appengineflexjava.version><!-- {x-version-update:google-cloud-appengineflexjava:current} -->
166+
<appenginejava8.version>0.40.0-alpha</appenginejava8.version><!-- {x-version-update:google-cloud-appenginejava8:current} -->
167+
<compat-checker.version>0.40.0-alpha</compat-checker.version><!-- {x-version-update:google-cloud-compat-checker:current} -->
168+
<managedtest.version>0.40.0-alpha</managedtest.version><!-- {x-version-update:google-cloud-managedtest:current} -->
169+
<testing.version>0.40.0-alpha</testing.version><!-- {x-version-update:google-cloud-testing:current} -->
170170

171171
<api-common.version>1.5.0</api-common.version>
172172
<gax.version>1.20.0</gax.version>

trunk/google-cloud-compute/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.cloud</groupId>
2727
<artifactId>google-cloud-compute</artifactId>
28-
<version>0.39.0-alpha</version>
28+
<version>0.40.0-alpha</version>
2929
</dependency>
3030
```
3131
If you are using Gradle, add this to your dependencies
3232
```Groovy
33-
compile 'com.google.cloud:google-cloud-compute:0.39.0-alpha'
33+
compile 'com.google.cloud:google-cloud-compute:0.40.0-alpha'
3434
```
3535
If you are using SBT, add this to your dependencies
3636
```Scala
37-
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.39.0-alpha"
37+
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.40.0-alpha"
3838
```
3939
[//]: # ({x-version-update-end})
4040

0 commit comments

Comments
 (0)