From 418584f2267fdcd83cc9e9239ed4630984236773 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 30 Sep 2021 14:11:24 +0000 Subject: [PATCH] chore(java): fix release-please version replace tags for initial samples pom.xml (#1229) Source-Link: https://github.com/googleapis/synthtool/commit/595dbf0d06c7dee6e5825c58e94ff4fb7da1fec9 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:e56a9ac49143216f08cd6d5f7f8769b456ce35b576ae14dbbf8d9891bbb859c3 --- .github/.OwlBot.lock.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 5ff6c87c..22b17a2f 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:13b7387edb404234610d30473ac48210ae7fe42a136335ee2b2f8a07c4c7f6a5 + digest: sha256:e56a9ac49143216f08cd6d5f7f8769b456ce35b576ae14dbbf8d9891bbb859c3 diff --git a/README.md b/README.md index 5151e008..81aa03b4 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-dataflow:0.2.2' +implementation 'com.google.cloud:google-cloud-dataflow:0.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.2.2" +libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.3.0" ``` ## Authentication