Skip to content

Commit 909a574

Browse files
chore(main): release 2.25.1-SNAPSHOT (#2669)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 02b1f23 commit 909a574

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
6060
If you are using Gradle without BOM, add this to your dependencies:
6161

6262
```Groovy
63-
implementation 'com.google.cloud:google-cloud-bigquery:2.24.5'
63+
implementation 'com.google.cloud:google-cloud-bigquery:2.25.0'
6464
```
6565

6666
If you are using SBT, add this to your dependencies:
6767

6868
```Scala
69-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.24.5"
69+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.25.0"
7070
```
7171
<!-- {x-version-update-end} -->
7272

@@ -349,7 +349,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
349349
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
350350
[stability-image]: https://img.shields.io/badge/stability-stable-green
351351
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg
352-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.24.5
352+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.25.0
353353
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
354354
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
355355
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>google-cloud-bigquery-parent</artifactId>
88
<groupId>com.google.cloud</groupId>
9-
<version>2.25.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
9+
<version>2.25.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
1010
</parent>
1111

1212
<properties>

google-cloud-bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bigquery</artifactId>
6-
<version>2.25.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
6+
<version>2.25.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
77
<packaging>jar</packaging>
88
<name>BigQuery</name>
99
<url>https://github.com/googleapis/java-bigquery</url>
1010
<description>BigQuery</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-bigquery-parent</artifactId>
14-
<version>2.25.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
14+
<version>2.25.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-bigquery</site.installationModule>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bigquery-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.25.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
7+
<version>2.25.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
88
<name>BigQuery Parent</name>
99
<url>https://github.com/googleapis/java-bigquery</url>
1010
<description>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>com.google.cloud</groupId>
113113
<artifactId>google-cloud-bigquery</artifactId>
114-
<version>2.25.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
114+
<version>2.25.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
115115
</dependency>
116116

117117
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-bigquery</artifactId>
47-
<version>2.25.0</version>
47+
<version>2.25.1-SNAPSHOT</version>
4848
</dependency>
4949
<!-- {x-version-update-end} -->
5050
<dependency>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-bigquery:2.25.0:2.25.0
4+
google-cloud-bigquery:2.25.0:2.25.1-SNAPSHOT

0 commit comments

Comments
 (0)