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