From 8556d76bf7cec980f9850b3dd01fc23d39c2bacd Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 31 May 2021 11:14:22 -0700 Subject: [PATCH] chore: regenerate README (#51) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-31 18:09:10,276 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dataproc-metastore/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-31 18:09:11,497 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/48e1e9c2-084b-415d-85ed-244746adff50/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index b25ce462..e7a095c7 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-dataproc-metastore.git", - "sha": "371468d4db7d3b2dd11a4d6953ea04bda71c8427" + "sha": "cf58ede6524da9cc17add7903d54a242f30eedd9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6726988c677bb78385868bfc48dbfa2fe981d44a" + "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" } } ] diff --git a/README.md b/README.md index ed4b0ce3..4167888f 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-dataproc-metastore - 0.2.0 + 1.0.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-dataproc-metastore:0.2.0' +compile 'com.google.cloud:google-cloud-dataproc-metastore:1.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "0.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "1.0.0" ``` ## Authentication