diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index d943e9843e00..ea72e28383bc 100644 --- a/java-workflows/.github/readme/synth.metadata/synth.metadata +++ b/java-workflows/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "91404cef3b9cef16c0e0c1e322a9eda0d4f80b24" + "sha": "a815b430327ab91efe0924c0efc85f7e2a81e463" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "1778de119522ea9c9b18763c2a4577e22a60433c" + "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index 4d397e8b8177..fc213c3a5e97 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflows - 0.4.2 + 1.0.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:0.4.2' +compile 'com.google.cloud:google-cloud-workflows:1.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.4.2" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "1.0.0" ``` ## Authentication