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 (#34)
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-16 15:32:28,527 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-artifact-registry/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-16 15:32:29,758 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/72843fe4-19b1-45c3-b199-de421216b288/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 16, 2021
1 parent 88a1ebd commit 81468e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/readme/synth.metadata/synth.metadata
@@ -0,0 +1,18 @@
{
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-artifact-registry.git",
"sha": "88a1ebd6b5f251813daeb08df68367bfb9f63cdd"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "898b38a6f4fab89a76dfb152480bb034a781331b"
}
}
]
}
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>0.0.0</version>
<version>0.1.2</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-artifact-registry:0.0.0'
compile 'com.google.cloud:google-cloud-artifact-registry:0.1.2'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "0.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "0.1.2"
```

## Authentication
Expand Down

0 comments on commit 81468e7

Please sign in to comment.