Skip to content

Commit 561a332

Browse files
authored
---
yaml --- r: 8735 b: refs/heads/master c: c28951c h: refs/heads/master i: 8733: 17bad92 8731: f3b3ba0 8727: 842a556 8719: 14f300a 8703: 95fc0ab
1 parent 60db7fb commit 561a332

82 files changed

Lines changed: 227 additions & 228 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: f8eeb88fd14b8f5d2a89da523aa545c29adb6dbb
2+
refs/heads/master: c28951c5f4cc97a1be07900d19df6984115a4bd6
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 6daca92127d91b7c2c99490080ecf8a13fa94cde
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are using Maven, add this to your pom.xml file
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
5959
<artifactId>google-cloud</artifactId>
60-
<version>0.33.0-alpha</version>
60+
<version>0.35.0-alpha</version>
6161
</dependency>
6262
```
6363
If you are using Gradle, add this to your dependencies
@@ -281,7 +281,7 @@ The easiest way to solve version conflicts is to use google-cloud's BOM. In Mave
281281
<dependency>
282282
<groupId>com.google.cloud</groupId>
283283
<artifactId>google-cloud-bom</artifactId>
284-
<version>0.33.0-alpha</version>
284+
<version>0.35.0-alpha</version>
285285
<type>pom</type>
286286
<scope>import</scope>
287287
</dependency>

trunk/google-cloud-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>google-cloud-bigquery</artifactId>
25-
<version>0.34.0-beta</version>
25+
<version>0.35.0-beta</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-bigquery:0.34.0-beta'
30+
compile 'com.google.cloud:google-cloud-bigquery:0.35.0-beta'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.34.0-beta"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.35.0-beta"
3535
```
3636

3737
Example Application

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>0.34.1-beta-SNAPSHOT</version>
5+
<version>0.35.0-beta</version>
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.34.1-alpha-SNAPSHOT</version>
15+
<version>0.35.0-alpha</version>
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
@@ -24,16 +24,16 @@ Add this to your pom.xml file
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
27-
<version>0.34.0-beta</version>
27+
<version>0.35.0-beta</version>
2828
</dependency>
2929
```
3030
If you are using Gradle, add this to your dependencies
3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.34.0-beta'
32+
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.35.0-beta'
3333
```
3434
If you are using SBT, add this to your dependencies
3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.34.0-beta"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.35.0-beta"
3737
```
3838

3939
Authentication

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.34.1-beta-SNAPSHOT</version>
5+
<version>0.35.0-beta</version>
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.34.1-alpha-SNAPSHOT</version>
15+
<version>0.35.0-alpha</version>
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.34.1-beta-SNAPSHOT</version>
5+
<version>0.35.0-beta</version>
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.34.1-alpha-SNAPSHOT</version>
15+
<version>0.35.0-alpha</version>
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
@@ -12,7 +12,7 @@ To use it in Maven, add the following to your POM:
1212
<dependency>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-bom</artifactId>
15-
<version>0.34.0-alpha</version>
15+
<version>0.35.0-alpha</version>
1616
<type>pom</type>
1717
<scope>import</scope>
1818
</dependency>

trunk/google-cloud-bom/pom.xml

Lines changed: 34 additions & 34 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.34.1-alpha-SNAPSHOT</version>
7+
<version>0.35.0-alpha</version>
88
<name>Google Cloud Java BOM</name>
99
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bom</url>
1010
<description>
@@ -140,39 +140,39 @@
140140
<protobuf.version>3.5.1</protobuf.version>
141141
<opencensus.version>0.11.1</opencensus.version>
142142

143-
<cloud.version>0.34.1-alpha-SNAPSHOT</cloud.version>
144-
<bigtable.version>0.34.1-beta-SNAPSHOT</bigtable.version>
145-
<bigquery.version>0.34.1-beta-SNAPSHOT</bigquery.version>
146-
<bigquerydatatransfer.version>0.34.1-beta-SNAPSHOT</bigquerydatatransfer.version>
147-
<compute.version>0.34.1-alpha-SNAPSHOT</compute.version>
148-
<container.version>0.34.1-beta-SNAPSHOT</container.version>
149-
<contrib.version>0.34.1-alpha-SNAPSHOT</contrib.version>
150-
<core.version>1.16.1-SNAPSHOT</core.version>
151-
<core-http.version>1.16.1-SNAPSHOT</core-http.version>
152-
<core-grpc.version>1.16.1-SNAPSHOT</core-grpc.version>
153-
<datastore.version>1.16.1-SNAPSHOT</datastore.version>
154-
<dataproc.version>0.34.1-alpha-SNAPSHOT</dataproc.version>
155-
<dialogflow.version>0.34.1-alpha-SNAPSHOT</dialogflow.version>
156-
<dlp.version>0.34.1-beta-SNAPSHOT</dlp.version>
157-
<dns.version>0.34.1-alpha-SNAPSHOT</dns.version>
158-
<errorreporting.version>0.34.1-beta-SNAPSHOT</errorreporting.version>
159-
<firestore.version>0.34.1-beta-SNAPSHOT</firestore.version>
160-
<examples.version>0.34.1-alpha-SNAPSHOT</examples.version>
161-
<language.version>1.16.1-SNAPSHOT</language.version>
162-
<logging.version>1.16.1-SNAPSHOT</logging.version>
163-
<logging-logback.version>0.34.1-beta-SNAPSHOT</logging-logback.version>
164-
<monitoring.version>0.34.1-beta-SNAPSHOT</monitoring.version>
165-
<os-login.version>0.34.1-alpha-SNAPSHOT</os-login.version>
166-
<pubsub.version>0.34.1-beta-SNAPSHOT</pubsub.version>
167-
<resourcemanager.version>0.34.1-alpha-SNAPSHOT</resourcemanager.version>
168-
<spanner.version>0.34.1-beta-SNAPSHOT</spanner.version>
169-
<speech.version>0.34.1-alpha-SNAPSHOT</speech.version>
170-
<storage.version>1.16.1-SNAPSHOT</storage.version>
171-
<trace.version>0.34.1-beta-SNAPSHOT</trace.version>
172-
<translate.version>1.16.1-SNAPSHOT</translate.version>
173-
<vision.version>1.16.1-SNAPSHOT</vision.version>
174-
<video-intelligence.version>0.34.1-beta-SNAPSHOT</video-intelligence.version>
175-
<testing.version>0.34.1-alpha-SNAPSHOT</testing.version>
143+
<cloud.version>0.35.0-alpha</cloud.version>
144+
<bigtable.version>0.35.0-beta</bigtable.version>
145+
<bigquery.version>0.35.0-beta</bigquery.version>
146+
<bigquerydatatransfer.version>0.35.0-beta</bigquerydatatransfer.version>
147+
<compute.version>0.35.0-alpha</compute.version>
148+
<container.version>0.35.0-beta</container.version>
149+
<contrib.version>0.35.0-alpha</contrib.version>
150+
<core.version>1.17.0</core.version>
151+
<core-http.version>1.17.0</core-http.version>
152+
<core-grpc.version>1.17.0</core-grpc.version>
153+
<datastore.version>1.17.0</datastore.version>
154+
<dataproc.version>0.35.0-alpha</dataproc.version>
155+
<dialogflow.version>0.35.0-alpha</dialogflow.version>
156+
<dlp.version>0.35.0-beta</dlp.version>
157+
<dns.version>0.35.0-alpha</dns.version>
158+
<errorreporting.version>0.35.0-beta</errorreporting.version>
159+
<firestore.version>0.35.0-beta</firestore.version>
160+
<examples.version>0.35.0-alpha</examples.version>
161+
<language.version>1.17.0</language.version>
162+
<logging.version>1.17.0</logging.version>
163+
<logging-logback.version>0.35.0-alpha</logging-logback.version>
164+
<monitoring.version>0.35.0-beta</monitoring.version>
165+
<os-login.version>0.35.0-alpha</os-login.version>
166+
<pubsub.version>0.35.0-beta</pubsub.version>
167+
<resourcemanager.version>0.35.0-alpha</resourcemanager.version>
168+
<spanner.version>0.35.0-beta</spanner.version>
169+
<speech.version>0.35.0-alpha</speech.version>
170+
<storage.version>1.17.0</storage.version>
171+
<trace.version>0.35.0-beta</trace.version>
172+
<translate.version>1.17.0</translate.version>
173+
<vision.version>1.17.0</vision.version>
174+
<video-intelligence.version>0.35.0-beta</video-intelligence.version>
175+
<testing.version>0.35.0-alpha</testing.version>
176176
</properties>
177177
<dependencyManagement>
178178
<dependencies>

trunk/google-cloud-compute/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-compute</artifactId>
26-
<version>0.34.0-alpha</version>
26+
<version>0.35.0-alpha</version>
2727
</dependency>
2828
```
2929
If you are using Gradle, add this to your dependencies
3030
```Groovy
31-
compile 'com.google.cloud:google-cloud-compute:0.34.0-alpha'
31+
compile 'com.google.cloud:google-cloud-compute:0.35.0-alpha'
3232
```
3333
If you are using SBT, add this to your dependencies
3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.34.0-alpha"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.35.0-alpha"
3636
```
3737

3838
Example Application

0 commit comments

Comments
 (0)