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

Commit dd8a786

Browse files
chore: regenerate README (#501)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-02 20:16:30,323 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-document-ai/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-02 20:16:31,674 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/a1063312-3def-40f4-ad66-a29288a0abfc/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 71506ca commit dd8a786

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-document-ai.git",
7-
"sha": "3c2c39baea06ba456302ae2a1f36c7cbfbb2ac0b"
7+
"sha": "71506caa78cd34cbca54b8621a03fc45016400fd"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a2de127f90799cd5bace653b1dcc5dd2ca8b19c9"
14+
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-document-ai</artifactId>
31-
<version>0.8.2</version>
31+
<version>1.0.0</version>
3232
</dependency>
3333

3434
```
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-document-ai</artifactId>
42-
<version>0.8.2</version>
42+
<version>1.0.0</version>
4343
</dependency>
4444

4545
```
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-document-ai'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-document-ai:0.8.2'
55+
compile 'com.google.cloud:google-cloud-document-ai:1.0.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.8.2"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "1.0.0"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)