Skip to content

Commit bd30bee

Browse files
---
yaml --- r: 5273 b: refs/heads/master c: a39a038 h: refs/heads/master i: 5271: a4f225f
1 parent fbe339e commit bd30bee

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0eb14ec432a10c8994bdbef7674bca556aa63b4b
2+
refs/heads/master: a39a0387c751c299b29f2f892f4a828516cb1272
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/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).

trunk/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>

trunk/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).

trunk/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>

trunk/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>

trunk/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

trunk/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>

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.7.1-SNAPSHOT</version>
14+
<version>0.8.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.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)