Skip to content

Commit 59adc3d

Browse files
authored
Release v0.118.0 (#6704)
1 parent 37b41e5 commit 59adc3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

google-cloud-bigquery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ If you are using Maven, add this to your pom.xml file
1818
<dependency>
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>google-cloud-bigquery</artifactId>
21-
<version>1.99.0</version>
21+
<version>1.100.0</version>
2222
</dependency>
2323
```
2424
If you are using Gradle, add this to your dependencies
2525
```Groovy
26-
compile 'com.google.cloud:google-cloud-bigquery:1.99.0'
26+
compile 'com.google.cloud:google-cloud-bigquery:1.100.0'
2727
```
2828
If you are using SBT, add this to your dependencies
2929
```Scala
30-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.99.0"
30+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.100.0"
3131
```
3232
[//]: # ({x-version-update-end})
3333

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.99.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
5+
<version>1.100.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud BigQuery</name>
88
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigquery</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-clients</artifactId>
15-
<version>0.117.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
15+
<version>0.118.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigquery</site.installationModule>

0 commit comments

Comments
 (0)