Skip to content

Commit d04f77a

Browse files
---
yaml --- r: 7721 b: refs/heads/tswast-patch-1 c: a39a038 h: refs/heads/master i: 7719: d503b64
1 parent 5df6eed commit d04f77a

29 files changed

Lines changed: 73 additions & 66 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 0eb14ec432a10c8994bdbef7674bca556aa63b4b
60+
refs/heads/tswast-patch-1: a39a0387c751c299b29f2f892f4a828516cb1272
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-bigquery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Google Cloud Java Client for BigQuery (Alpha)
1+
Google Cloud Java Client for BigQuery
22
====================================
33

44
Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigquery).

branches/tswast-patch-1/google-cloud-bigquery/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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>${beta.version}</version>
56
<packaging>jar</packaging>
67
<name>Google Cloud BigQuery</name>
78
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquery</url>
@@ -11,7 +12,7 @@
1112
<parent>
1213
<groupId>com.google.cloud</groupId>
1314
<artifactId>google-cloud-pom</artifactId>
14-
<version>0.7.1-SNAPSHOT</version>
15+
<version>0.8.0</version>
1516
</parent>
1617
<properties>
1718
<site.installationModule>google-cloud-bigquery</site.installationModule>
@@ -20,12 +21,12 @@
2021
<dependency>
2122
<groupId>${project.groupId}</groupId>
2223
<artifactId>google-cloud-core</artifactId>
23-
<version>${project.version}</version>
24+
<version>${core.version}</version>
2425
</dependency>
2526
<dependency>
2627
<groupId>${project.groupId}</groupId>
2728
<artifactId>google-cloud-storage</artifactId>
28-
<version>${project.version}</version>
29+
<version>${storage.version}</version>
2930
<scope>test</scope>
3031
</dependency>
3132
<dependency>
@@ -43,7 +44,7 @@
4344
<dependency>
4445
<groupId>${project.groupId}</groupId>
4546
<artifactId>google-cloud-core</artifactId>
46-
<version>${project.version}</version>
47+
<version>${core.version}</version>
4748
<type>test-jar</type>
4849
<scope>test</scope>
4950
</dependency>

branches/tswast-patch-1/google-cloud-compute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Google Cloud Java Client for Compute (Alpha)
1+
Google Cloud Java Client for Compute
22
====================================
33

44
Java idiomatic client for [Google Cloud Compute](https://cloud.google.com/compute).

branches/tswast-patch-1/google-cloud-compute/pom.xml

Lines changed: 3 additions & 3 deletions
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.7.1-SNAPSHOT</version>
14+
<version>0.8.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-compute</site.installationModule>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
2222
<artifactId>google-cloud-core</artifactId>
23-
<version>${project.version}</version>
23+
<version>${core.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.apis</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>${project.groupId}</groupId>
3939
<artifactId>google-cloud-core</artifactId>
40-
<version>${project.version}</version>
40+
<version>${core.version}</version>
4141
<type>test-jar</type>
4242
<scope>test</scope>
4343
</dependency>

branches/tswast-patch-1/google-cloud-contrib/google-cloud-nio-examples/pom.xml

Lines changed: 2 additions & 2 deletions
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.7.1-SNAPSHOT</version>
14+
<version>0.8.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-nio-examples</site.installationModule>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
2222
<artifactId>google-cloud-storage</artifactId>
23-
<version>${project.version}</version>
23+
<version>${storage.version}</version>
2424
</dependency>
2525

2626
<dependency>

branches/tswast-patch-1/google-cloud-contrib/google-cloud-nio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NIO Filesystem Provider for Google Cloud Storage (Alpha)
1+
NIO Filesystem Provider for Google Cloud Storage
22
========================================================
33

44
Implementation of Java 7 `java.nio.file.FileSystem` for

branches/tswast-patch-1/google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 2 additions & 2 deletions
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.7.1-SNAPSHOT</version>
14+
<version>0.8.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-nio</site.installationModule>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
2222
<artifactId>google-cloud-storage</artifactId>
23-
<version>${project.version}</version>
23+
<version>${storage.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.guava</groupId>

branches/tswast-patch-1/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.7.1-SNAPSHOT</version>
14+
<version>0.8.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-contrib</site.installationModule>

branches/tswast-patch-1/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.7.1-SNAPSHOT</version>
14+
<version>0.8.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-core</site.installationModule>

0 commit comments

Comments
 (0)