Skip to content

Commit caf10cf

Browse files
authored
---
yaml --- r: 9443 b: refs/heads/master c: 2e86884 h: refs/heads/master i: 9441: 567dcff 9439: eaee9ed
1 parent 76c2733 commit caf10cf

87 files changed

Lines changed: 295 additions & 294 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: 188e477de53143ceae21397b25f97e2fa4f735ea
2+
refs/heads/master: 2e8688416bcae6150c0fa59936103554dbbe3821
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: d5bed6bb60df1cebb7a3a58ffd3c1d72e7d22540
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ If you are using Maven, add this to your pom.xml file
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud</artifactId>
62-
<version>0.46.0-alpha</version>
62+
<version>0.47.0-alpha</version>
6363
</dependency>
6464
```
6565
If you are using Gradle, add this to your dependencies
6666
```Groovy
67-
compile 'com.google.cloud:google-cloud:0.46.0-alpha'
67+
compile 'com.google.cloud:google-cloud:0.47.0-alpha'
6868
```
6969
If you are using SBT, add this to your dependencies
7070
```Scala
71-
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.46.0-alpha"
71+
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.47.0-alpha"
7272
```
7373
[//]: # ({x-version-update-end})
7474

@@ -292,7 +292,7 @@ The easiest way to solve version conflicts is to use google-cloud's BOM. In Mave
292292
<dependency>
293293
<groupId>com.google.cloud</groupId>
294294
<artifactId>google-cloud-bom</artifactId>
295-
<version>0.46.0-alpha</version>
295+
<version>0.47.0-alpha</version>
296296
<type>pom</type>
297297
<scope>import</scope>
298298
</dependency>

trunk/google-cloud-bigquery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-bigquery</artifactId>
23-
<version>1.28.0</version>
23+
<version>1.29.0</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.cloud:google-cloud-bigquery:1.28.0'
28+
compile 'com.google.cloud:google-cloud-bigquery:1.29.0'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.28.0"
32+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.29.0"
3333
```
3434
[//]: # ({x-version-update-end})
3535

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.28.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
5+
<version>1.29.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.46.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.47.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-bigquery/src/main/java/com/google/cloud/bigquery/TimelineSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public abstract static class Builder {
7777
public abstract Long getSlotMillis();
7878

7979
/**
80-
* return a builder for the {@TimelineSample} object.
80+
* return a builder for the {@code TimelineSample} object.
8181
*/
8282
public abstract Builder toBuilder();
8383

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.46.0-beta</version>
28+
<version>0.47.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.46.0-beta'
33+
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.47.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.46.0-beta"
37+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.47.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.46.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerydatatransfer:current} -->
5+
<version>0.47.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.46.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.47.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/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-bigtable</artifactId>
26-
<version>0.46.0-alpha</version>
26+
<version>0.47.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-bigtable:0.46.0-alpha'
31+
compile 'com.google.cloud:google-cloud-bigtable:0.47.0-alpha'
3232
```
3333
If you are using SBT, add this to your dependencies
3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "0.46.0-alpha"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "0.47.0-alpha"
3636
```
3737
[//]: # ({x-version-update-end})
3838

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.46.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
5+
<version>0.47.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.46.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom:current} -->
15+
<version>0.47.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.46.0-alpha</version>
16+
<version>0.47.0-alpha</version>
1717
<type>pom</type>
1818
<scope>import</scope>
1919
</dependency>

0 commit comments

Comments
 (0)