Skip to content

Commit b6f0ce9

Browse files
authored
---
yaml --- r: 9179 b: refs/heads/master c: 4c7cdb4 h: refs/heads/master i: 9177: a90ceb7 9175: 982131e
1 parent 9397655 commit b6f0ce9

51 files changed

Lines changed: 185 additions & 184 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: 681e5bc3495810c66caee35dcc00cade9646cd7d
2+
refs/heads/master: 4c7cdb4a5bb5586831a075133f8432938c70bc62
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: c44712253909b883eff39836632d6fa5763aa5af
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This library supports the following Google Cloud Platform services with clients
3131
- [Cloud Spanner](google-cloud-spanner) (Beta)
3232
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta)
3333
- [Stackdriver Trace](google-cloud-trace) (Beta)
34+
- [Text-to-Speech](google-cloud-texttospeech) (Beta)
3435

3536
This library supports the following Google Cloud Platform services with clients at an [Alpha](#versioning) quality level:
3637

trunk/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Go to the [releases page](https://github.com/GoogleCloudPlatform/google-cloud-ja
111111

112112
11. Create a new draft for the next release. Note any commits not included in the release that have been submitted before the release commit, to ensure they are documented in the next release.
113113

114-
12. Run `python utilities/bump_versions next_snapshot patch` to include "-SNAPSHOT" in the current project version (Alternatively, update the versions in `versions.txt` to the correct versions for the next release.). Then, run `python utilities/replace_versions.py` to update the `pom.xml` files. (If you see updates in `README.md` files at this step, you probably did something wrong.)
114+
12. Run `python utilities/bump_versions.py next_snapshot patch` to include "-SNAPSHOT" in the current project version (Alternatively, update the versions in `versions.txt` to the correct versions for the next release.). Then, run `python utilities/replace_versions.py` to update the `pom.xml` files. (If you see updates in `README.md` files at this step, you probably did something wrong.)
115115

116116
13. Create and merge in another PR to reflect the updated project version. For an example of what this PR should look like, see [#227](https://github.com/GoogleCloudPlatform/google-cloud-java/pull/227).
117117

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.23.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
5+
<version>1.23.1-SNAPSHOT</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.41.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.41.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigquery</site.installationModule>

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.41.0-beta</version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
5+
<version>0.41.1-beta-SNAPSHOT</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.41.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.41.1-alpha-SNAPSHOT</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.41.0-alpha</version><!-- {x-version-update:google-cloud-bigtable:current} -->
5+
<version>0.41.1-alpha-SNAPSHOT</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.41.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.41.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigtable</site.installationModule>

trunk/google-cloud-bom/pom.xml

Lines changed: 44 additions & 44 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.41.0-alpha</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.41.1-alpha-SNAPSHOT</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,50 +124,50 @@
124124
</license>
125125
</licenses>
126126
<properties>
127-
<cloud.version>0.41.0-alpha</cloud.version><!-- {x-version-update:google-cloud:current} -->
128-
<bigtable.version>0.41.0-alpha</bigtable.version><!-- {x-version-update:google-cloud-bigtable:current} -->
129-
<bigquery.version>1.23.0</bigquery.version><!-- {x-version-update:google-cloud-bigquery:current} -->
130-
<bigquerydatatransfer.version>0.41.0-beta</bigquerydatatransfer.version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
131-
<compute.version>0.41.0-alpha</compute.version><!-- {x-version-update:google-cloud-compute:current} -->
132-
<container.version>0.41.0-beta</container.version><!-- {x-version-update:google-cloud-container:current} -->
133-
<contrib.version>0.41.0-alpha</contrib.version><!-- {x-version-update:google-cloud-contrib:current} -->
134-
<core.version>1.23.0</core.version><!-- {x-version-update:google-cloud-core:current} -->
135-
<core-http.version>1.23.0</core-http.version><!-- {x-version-update:google-cloud-core-http:current} -->
136-
<core-grpc.version>1.23.0</core-grpc.version><!-- {x-version-update:google-cloud-core-grpc:current} -->
137-
<dataproc.version>0.41.0-alpha</dataproc.version><!-- {x-version-update:google-cloud-dataproc:current} -->
138-
<datastore.version>1.23.0</datastore.version><!-- {x-version-update:google-cloud-datastore:current} -->
139-
<dialogflow.version>0.41.0-alpha</dialogflow.version><!-- {x-version-update:google-cloud-dialogflow:current} -->
140-
<dlp.version>0.41.0-beta</dlp.version><!-- {x-version-update:google-cloud-dlp:current} -->
141-
<dns.version>0.41.0-alpha</dns.version><!-- {x-version-update:google-cloud-dns:current} -->
142-
<errorreporting.version>0.41.0-beta</errorreporting.version><!-- {x-version-update:google-cloud-errorreporting:current} -->
143-
<examples.version>0.41.0-alpha</examples.version><!-- {x-version-update:google-cloud-examples:current} -->
144-
<firestore.version>0.41.0-beta</firestore.version><!-- {x-version-update:google-cloud-firestore:current} -->
145-
<language.version>1.23.0</language.version><!-- {x-version-update:google-cloud-language:current} -->
146-
<logging.version>1.23.0</logging.version><!-- {x-version-update:google-cloud-logging:current} -->
147-
<logging-logback.version>0.41.0-alpha</logging-logback.version><!-- {x-version-update:google-cloud-logging-logback:current} -->
148-
<monitoring.version>0.41.0-beta</monitoring.version><!-- {x-version-update:google-cloud-monitoring:current} -->
149-
<nio.version>0.41.0-alpha</nio.version><!-- {x-version-update:google-cloud-nio:current} -->
150-
<nio-examples.version>0.41.0-alpha</nio-examples.version><!-- {x-version-update:google-cloud-nio-examples:current} -->
151-
<notification.version>0.41.0-beta</notification.version><!-- {x-version-update:google-cloud-notification:current} -->
152-
<os-login.version>0.41.0-alpha</os-login.version><!-- {x-version-update:google-cloud-os-login:current} -->
153-
<pubsub.version>0.41.0-beta</pubsub.version><!-- {x-version-update:google-cloud-pubsub:current} -->
154-
<resourcemanager.version>0.41.0-alpha</resourcemanager.version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
155-
<spanner.version>0.41.0-beta</spanner.version><!-- {x-version-update:google-cloud-spanner:current} -->
156-
<speech.version>0.41.0-alpha</speech.version><!-- {x-version-update:google-cloud-speech:current} -->
157-
<storage.version>1.23.0</storage.version><!-- {x-version-update:google-cloud-storage:current} -->
158-
<texttospeech.version>0.41.0-beta</texttospeech.version><!-- {x-version-update:google-cloud-texttospeech:current} -->
159-
<trace.version>0.41.0-beta</trace.version><!-- {x-version-update:google-cloud-trace:current} -->
160-
<translate.version>1.23.0</translate.version><!-- {x-version-update:google-cloud-translate:current} -->
161-
<video-intelligence.version>0.41.0-beta</video-intelligence.version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
162-
<vision.version>1.23.0</vision.version><!-- {x-version-update:google-cloud-vision:current} -->
127+
<cloud.version>0.41.1-alpha-SNAPSHOT</cloud.version><!-- {x-version-update:google-cloud:current} -->
128+
<bigtable.version>0.41.1-alpha-SNAPSHOT</bigtable.version><!-- {x-version-update:google-cloud-bigtable:current} -->
129+
<bigquery.version>1.23.1-SNAPSHOT</bigquery.version><!-- {x-version-update:google-cloud-bigquery:current} -->
130+
<bigquerydatatransfer.version>0.41.1-beta-SNAPSHOT</bigquerydatatransfer.version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
131+
<compute.version>0.41.1-alpha-SNAPSHOT</compute.version><!-- {x-version-update:google-cloud-compute:current} -->
132+
<container.version>0.41.1-beta-SNAPSHOT</container.version><!-- {x-version-update:google-cloud-container:current} -->
133+
<contrib.version>0.41.1-alpha-SNAPSHOT</contrib.version><!-- {x-version-update:google-cloud-contrib:current} -->
134+
<core.version>1.23.1-SNAPSHOT</core.version><!-- {x-version-update:google-cloud-core:current} -->
135+
<core-http.version>1.23.1-SNAPSHOT</core-http.version><!-- {x-version-update:google-cloud-core-http:current} -->
136+
<core-grpc.version>1.23.1-SNAPSHOT</core-grpc.version><!-- {x-version-update:google-cloud-core-grpc:current} -->
137+
<dataproc.version>0.41.1-alpha-SNAPSHOT</dataproc.version><!-- {x-version-update:google-cloud-dataproc:current} -->
138+
<datastore.version>1.23.1-SNAPSHOT</datastore.version><!-- {x-version-update:google-cloud-datastore:current} -->
139+
<dialogflow.version>0.41.1-alpha-SNAPSHOT</dialogflow.version><!-- {x-version-update:google-cloud-dialogflow:current} -->
140+
<dlp.version>0.41.1-beta-SNAPSHOT</dlp.version><!-- {x-version-update:google-cloud-dlp:current} -->
141+
<dns.version>0.41.1-alpha-SNAPSHOT</dns.version><!-- {x-version-update:google-cloud-dns:current} -->
142+
<errorreporting.version>0.41.1-beta-SNAPSHOT</errorreporting.version><!-- {x-version-update:google-cloud-errorreporting:current} -->
143+
<examples.version>0.41.1-alpha-SNAPSHOT</examples.version><!-- {x-version-update:google-cloud-examples:current} -->
144+
<firestore.version>0.41.1-beta-SNAPSHOT</firestore.version><!-- {x-version-update:google-cloud-firestore:current} -->
145+
<language.version>1.23.1-SNAPSHOT</language.version><!-- {x-version-update:google-cloud-language:current} -->
146+
<logging.version>1.23.1-SNAPSHOT</logging.version><!-- {x-version-update:google-cloud-logging:current} -->
147+
<logging-logback.version>0.41.1-alpha-SNAPSHOT</logging-logback.version><!-- {x-version-update:google-cloud-logging-logback:current} -->
148+
<monitoring.version>0.41.1-beta-SNAPSHOT</monitoring.version><!-- {x-version-update:google-cloud-monitoring:current} -->
149+
<nio.version>0.41.1-alpha-SNAPSHOT</nio.version><!-- {x-version-update:google-cloud-nio:current} -->
150+
<nio-examples.version>0.41.1-alpha-SNAPSHOT</nio-examples.version><!-- {x-version-update:google-cloud-nio-examples:current} -->
151+
<notification.version>0.41.1-beta-SNAPSHOT</notification.version><!-- {x-version-update:google-cloud-notification:current} -->
152+
<os-login.version>0.41.1-alpha-SNAPSHOT</os-login.version><!-- {x-version-update:google-cloud-os-login:current} -->
153+
<pubsub.version>0.41.1-beta-SNAPSHOT</pubsub.version><!-- {x-version-update:google-cloud-pubsub:current} -->
154+
<resourcemanager.version>0.41.1-alpha-SNAPSHOT</resourcemanager.version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
155+
<spanner.version>0.41.1-beta-SNAPSHOT</spanner.version><!-- {x-version-update:google-cloud-spanner:current} -->
156+
<speech.version>0.41.1-alpha-SNAPSHOT</speech.version><!-- {x-version-update:google-cloud-speech:current} -->
157+
<storage.version>1.23.1-SNAPSHOT</storage.version><!-- {x-version-update:google-cloud-storage:current} -->
158+
<texttospeech.version>0.41.1-beta-SNAPSHOT</texttospeech.version><!-- {x-version-update:google-cloud-texttospeech:current} -->
159+
<trace.version>0.41.1-beta-SNAPSHOT</trace.version><!-- {x-version-update:google-cloud-trace:current} -->
160+
<translate.version>1.23.1-SNAPSHOT</translate.version><!-- {x-version-update:google-cloud-translate:current} -->
161+
<video-intelligence.version>0.41.1-beta-SNAPSHOT</video-intelligence.version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
162+
<vision.version>1.23.1-SNAPSHOT</vision.version><!-- {x-version-update:google-cloud-vision:current} -->
163163

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

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

trunk/google-cloud-compute/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-compute</artifactId>
5-
<version>0.41.0-alpha</version><!-- {x-version-update:google-cloud-compute:current} -->
5+
<version>0.41.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-compute:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Compute</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-compute</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.41.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.41.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-compute</site.installationModule>

trunk/google-cloud-container/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-container</artifactId>
5-
<version>0.41.0-beta</version><!-- {x-version-update:google-cloud-container:current} -->
5+
<version>0.41.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-container:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Container</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-container</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.41.0-alpha</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.41.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-container</site.installationModule>

trunk/google-cloud-contrib/google-cloud-logging-logback/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>google-cloud-logging-logback</artifactId>
8-
<version>0.41.0-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+
<version>0.41.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
99
<packaging>jar</packaging>
1010
<name>Google Cloud Logging Logback Appender</name>
1111
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-logging-logback</url>
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-contrib</artifactId>
23-
<version>0.41.0-alpha</version><!-- {x-version-update:google-cloud-contrib:current} -->
23+
<version>0.41.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-contrib:current} -->
2424
</parent>
2525
<dependencies>
2626
<dependency>

0 commit comments

Comments
 (0)