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

Commit 57ed1a6

Browse files
chore: regenerate README
1 parent 9fe9ade commit 57ed1a6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.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-dataproc.git",
7-
"sha": "81b26b1b38536ab2fc4c52796a19b66646072ccc"
7+
"sha": "9fe9adec991431e258c9adb99f066a60030b6ad1"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1f5e6bc8dc8e3661ee550905fc070e55e1b6cea1"
14+
"sha": "d9ddac83a22a600dd33854c9d835a4fe52284207"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [Dataproc][product-docs].
88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
12-
13-
1411
## Quickstart
1512

1613
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
@@ -55,12 +52,12 @@ compile 'com.google.cloud:google-cloud-dataproc'
5552
```
5653
If you are using Gradle without BOM, add this to your dependencies
5754
```Groovy
58-
compile 'com.google.cloud:google-cloud-dataproc:1.3.0'
55+
compile 'com.google.cloud:google-cloud-dataproc:1.4.0'
5956
```
6057

6158
If you are using SBT, add this to your dependencies
6259
```Scala
63-
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "1.3.0"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "1.4.0"
6461
```
6562

6663
## Authentication

0 commit comments

Comments
 (0)