Skip to content

Commit 7a22a1b

Browse files
chore: regenerate README (googleapis#462)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-20 18:32:22,587 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-20 18:32:23,873 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/6b8715bb-ac15-4fad-a435-e9828720553f/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 0958d93 commit 7a22a1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-resourcemanager/.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "c261ab5326218164483a393a2bf06c57319f0e9d"
7+
"sha": "0bd452ee0bbafd22a7c4fb780dc74bc50834423c"
88
}
99
},
1010
{

java-resourcemanager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-resourcemanager</artifactId>
44-
<version>0.119.1-alpha</version>
44+
<version>0.119.2-alpha</version>
4545
</dependency>
4646

4747
```
@@ -54,12 +54,12 @@ compile 'com.google.cloud:google-cloud-resourcemanager'
5454
```
5555
If you are using Gradle without BOM, add this to your dependencies
5656
```Groovy
57-
compile 'com.google.cloud:google-cloud-resourcemanager:0.119.1-alpha'
57+
compile 'com.google.cloud:google-cloud-resourcemanager:0.119.2-alpha'
5858
```
5959

6060
If you are using SBT, add this to your dependencies
6161
```Scala
62-
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.1-alpha"
62+
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.2-alpha"
6363
```
6464

6565
## Authentication

0 commit comments

Comments
 (0)