Skip to content

Commit

Permalink
chore: release 1.107.1-SNAPSHOT (#183)
Browse files Browse the repository at this point in the history
* updated versions.txt [ci skip]

* updated samples/pom.xml [ci skip]

* updated google-cloud-bigquery/pom.xml [ci skip]

* updated pom.xml [ci skip]
  • Loading branch information
release-please[bot] authored Feb 20, 2020
1 parent 3c81819 commit 93e61f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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>1.107.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>1.107.1-SNAPSHOT</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>1.107.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>1.107.1-SNAPSHOT</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>1.107.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>1.107.1-SNAPSHOT</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 @@ -113,7 +113,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>1.107.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
<version>1.107.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquery:current} -->
</dependency>

<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:1.107.0:1.107.0
google-cloud-bigquery:1.107.0:1.107.1-SNAPSHOT

0 comments on commit 93e61f8

Please sign in to comment.