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

Commit

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


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

```
2021-08-12 23:13:00,420 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-retail/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-12 23:13:01,640 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/0e4fbd5e-2769-46bb-9a05-2c488800b969/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 12, 2021
1 parent 0134460 commit 597deef
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-retail.git",
"sha": "9f945bd768241558a5365a958a7588de8067af71"
"sha": "dbdbd64f15166bb3585e25cd96df787a34b3ae98"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,21 +19,21 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-retail</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-retail:1.2.0'
compile 'com.google.cloud:google-cloud-retail:1.2.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "1.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "1.2.1"
```

## Authentication
Expand Down

0 comments on commit 597deef

Please sign in to comment.