diff --git a/.kokoro/release/stage.sh b/.kokoro/release/stage.sh index 6aebb6c518..3c482cbc55 100755 --- a/.kokoro/release/stage.sh +++ b/.kokoro/release/stage.sh @@ -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 diff --git a/README.md b/README.md index 19dfc6b460..0774b61af9 100644 --- a/README.md +++ b/README.md @@ -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}) diff --git a/synth.metadata b/synth.metadata index 38bb3bf937..b7e958084f 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,7 +11,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquerystorage.git", - "sha": "271fff1c006a8979b6c6bdb81ac1fd673eb2d94e" + "sha": "ca7e19cc47824e1b16fe32df2c131d74f0b4de05" } }, {