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

Commit 3100bad

Browse files
chore: regenerate README (#186)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-31 08:10:06,795 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-grafeas/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-31 08:10:07,727 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/329daf91-af07-4403-bd79-f8323f8c2a21/targets - [ ] To automatically regenerate this PR, check this box.
1 parent da54c28 commit 3100bad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-grafeas.git",
7-
"sha": "10f444f146daef00e0c122ec2b79d914ff8e1dd9"
7+
"sha": "da54c289067438bd5bff1504a32b88138ab24f3b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "7c5370937dd9ba9dcf9cd7d2af880a58b389b4f1"
14+
"sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>io.grafeas</groupId>
1919
<artifactId>grafeas</artifactId>
20-
<version>1.0.2</version>
20+
<version>1.0.3</version>
2121
</dependency>
2222
```
2323

2424
If you are using Gradle, add this to your dependencies
2525
```Groovy
26-
compile 'io.grafeas:grafeas:1.0.2'
26+
compile 'io.grafeas:grafeas:1.0.3'
2727
```
2828
If you are using SBT, add this to your dependencies
2929
```Scala
30-
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.2"
30+
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.3"
3131
```
3232

3333
## Authentication

0 commit comments

Comments
 (0)