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

Commit b68bbb8

Browse files
chore: regenerate README (#211)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-23 15:48:19,830 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-aiplatform/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-23 15:48:20,837 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/ce5bf427-4202-408d-8306-e4c2cbf78881/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 9d6761d commit b68bbb8

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-aiplatform.git",
7-
"sha": "2602782f596e6df8b2081ac74359c3c7fa5d1593"
7+
"sha": "9d6761d6670ed600eefa539b0afe70128cbe2d92"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "79c8dd7ee768292f933012d3a69a5b4676404cda"
14+
"sha": "c84c8f156e09702e1c8946bfb9746e6f5892cf27"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-aiplatform</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.4.0</version>
2323
</dependency>
2424

2525
```
@@ -30,7 +30,7 @@ If you are using Maven without BOM, add this to your dependencies:
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-aiplatform</artifactId>
33-
<version>0.3.0</version>
33+
<version>0.4.0</version>
3434
</dependency>
3535

3636
```
@@ -43,12 +43,12 @@ compile 'com.google.cloud:google-cloud-aiplatform'
4343
```
4444
If you are using Gradle without BOM, add this to your dependencies
4545
```Groovy
46-
compile 'com.google.cloud:google-cloud-aiplatform:0.3.0'
46+
compile 'com.google.cloud:google-cloud-aiplatform:0.4.0'
4747
```
4848

4949
If you are using SBT, add this to your dependencies
5050
```Scala
51-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "0.3.0"
51+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "0.4.0"
5252
```
5353

5454
## Authentication

0 commit comments

Comments
 (0)