Skip to content

Commit 84aede0

Browse files
chore: regenerate README (googleapis#442)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-14 01:02:59,862 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-14 01:03:01,096 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/736fffb9-53c4-4214-9648-b19bfc5fa6a2/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent bee3af8 commit 84aede0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "62014fa50258869be802d0db201fa5005cfdcaf7"
7+
"sha": "0b40e2539aafb194a79a9c30d2a9e12718d5390b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
14+
"sha": "082e1ca0863b13ada8594fe91845380765da5b70"
1515
}
1616
}
1717
]

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.0-alpha</version>
44+
<version>0.119.1-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.0-alpha'
57+
compile 'com.google.cloud:google-cloud-resourcemanager:0.119.1-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.0-alpha"
62+
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.1-alpha"
6363
```
6464

6565
## Authentication

0 commit comments

Comments
 (0)