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 (#99)
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-16 22:24:00,005 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dataproc-metastore/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-16 22:24:01,285 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/154890e7-d56f-4f95-957e-1b3e098386f1/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 16, 2021
1 parent 315f606 commit 7dba77d
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-dataproc-metastore.git",
"sha": "62eb676fd6a1f79d55cf0355b8a5eb0599460dee"
"sha": "315f6063b8485e91a75626d0748b937dfee89a95"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc-metastore</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

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

```Groovy
compile 'com.google.cloud:google-cloud-dataproc-metastore:2.0.0'
compile 'com.google.cloud:google-cloud-dataproc-metastore:2.0.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.0.1"
```

## Authentication
Expand Down

0 comments on commit 7dba77d

Please sign in to comment.