Skip to content

Commit

Permalink
[CHANGE ME] Re-generated to pick up changes from self. (#504)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/9c978fc0-5f2f-4afc-a010-726fa2b84c9c/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Aug 24, 2020
1 parent e836290 commit a80efdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .kokoro/release/stage.sh
Expand Up @@ -16,8 +16,8 @@
set -eo pipefail

# Start the releasetool reporter
# python3 -m pip install gcp-releasetool
# python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
python3 -m pip install gcp-releasetool
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script

source $(dirname "$0")/common.sh
MAVEN_SETTINGS_FILE=$(realpath $(dirname "$0")/../../)/settings.xml
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerystorage:1.4.1'
compile 'com.google.cloud:google-cloud-bigquerystorage:1.5.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.4.1"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.5.0"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "271fff1c006a8979b6c6bdb81ac1fd673eb2d94e"
"sha": "ca7e19cc47824e1b16fe32df2c131d74f0b4de05"
}
},
{
Expand Down

0 comments on commit a80efdd

Please sign in to comment.