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

Commit 38687c3

Browse files
chore: regenerate README (#282)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-15 22:52:02,447 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datalabeling/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-15 22:52:03,392 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/ce286154-a371-4682-bcbb-3399395c42db/targets - [ ] To automatically regenerate this PR, check this box.
1 parent e15d4f4 commit 38687c3

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/java-datalabeling.git",
7+
"sha": "5e045ccbe50be837e8f1dd8be400e39cbcdf4e75"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "synthtool",
13+
"remote": "https://github.com/googleapis/synthtool.git",
14+
"sha": "d5d03413e1879108b5ade8839ce38de01be652da"
15+
}
16+
}
17+
]
18+
}

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>10.1.0</version>
23+
<version>12.1.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -41,13 +41,11 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datalabeling</artifactId>
44-
<version>0.119.0</version>
44+
<version>0.119.3</version>
4545
</dependency>
4646

4747
```
4848

49-
[//]: # ({x-version-update-start:google-cloud-datalabeling:released})
50-
5149
If you are using Gradle, add this to your dependencies
5250
```Groovy
5351
compile 'com.google.cloud:google-cloud-datalabeling:0.119.3'
@@ -56,7 +54,6 @@ If you are using SBT, add this to your dependencies
5654
```Scala
5755
libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.119.3"
5856
```
59-
[//]: # ({x-version-update-end})
6057

6158
## Authentication
6259

0 commit comments

Comments
 (0)