Skip to content

Commit

Permalink
chore(main): release 2.13.4 (#2126)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.13.4](v2.13.3...v2.13.4) (2022-06-22)


### Dependencies

* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#2124](#2124)) ([4542ce9](4542ce9))
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#2125](#2125)) ([6da965f](6da965f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jun 22, 2022
1 parent 6da965f commit e3ddcf4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.13.4](https://github.com/googleapis/java-bigquery/compare/v2.13.3...v2.13.4) (2022-06-22)


### Dependencies

* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#2124](https://github.com/googleapis/java-bigquery/issues/2124)) ([4542ce9](https://github.com/googleapis/java-bigquery/commit/4542ce9a51d9756a8a06d0e33cf3a40d1e321ade))
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#2125](https://github.com/googleapis/java-bigquery/issues/2125)) ([6da965f](https://github.com/googleapis/java-bigquery/commit/6da965f540a2cdb2eaf845301cfbfbf34b9a6866))

## [2.13.3](https://github.com/googleapis/java-bigquery/compare/v2.13.2...v2.13.3) (2022-06-16)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>google-cloud-bigquery-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>2.13.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.13.4</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.13.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.13.4</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<packaging>jar</packaging>
<name>BigQuery</name>
<url>https://github.com/googleapis/java-bigquery</url>
<description>BigQuery</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery-parent</artifactId>
<version>2.13.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.13.4</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-bigquery</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery-parent</artifactId>
<packaging>pom</packaging>
<version>2.13.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.13.4</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<name>BigQuery Parent</name>
<url>https://github.com/googleapis/java-bigquery</url>
<description>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.13.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>2.13.4</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.13.4-SNAPSHOT</version>
<version>2.13.4</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-bigquery:2.13.3:2.13.4-SNAPSHOT
google-cloud-bigquery:2.13.4:2.13.4

0 comments on commit e3ddcf4

Please sign in to comment.