Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#452)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-04-12 15:34:51,129 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-cloudbuild/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-12 15:34:52,506 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/f450c0ad-2236-4551-921b-8bb9778b9000/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 12, 2021
1 parent a92b536 commit 751a19d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-cloudbuild.git",
"sha": "6113ad9d42e6aaf7dd04466c63b38ba49614538c"
"sha": "a92b53651e43310f3657d32b3393ee85f46d2d43"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "d9ddac83a22a600dd33854c9d835a4fe52284207"
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>19.2.1</version>
<version>20.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -38,14 +38,14 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-build</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:19.2.1')
implementation platform('com.google.cloud:libraries-bom:20.0.0')
compile 'com.google.cloud:google-cloud-build'
```
Expand Down

0 comments on commit 751a19d

Please sign in to comment.