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

Commit 0c21a55

Browse files
chore(main): release 3.1.0 (#988)
🤖 I have created a release *beep* *boop* --- ## [3.1.0](v3.0.0...v3.1.0) (2022-07-13) ### Features * **samples:** add remaining featurestore api samples ([#974](#974)) ([872efb4](872efb4)) * **samples:** added all entity type samples ([#976](#976)) ([b75963f](b75963f)) ### Bug Fixes * enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-aiplatform/issues/1485)) ([#991](#991)) ([858e68b](858e68b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 858e68b commit 0c21a55

File tree

10 files changed

+41
-28
lines changed

10 files changed

+41
-28
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/googleapis/java-aiplatform/compare/v3.0.0...v3.1.0) (2022-07-13)
4+
5+
6+
### Features
7+
8+
* **samples:** add remaining featurestore api samples ([#974](https://github.com/googleapis/java-aiplatform/issues/974)) ([872efb4](https://github.com/googleapis/java-aiplatform/commit/872efb44a685153f366533c48a79b112bfe6543e))
9+
* **samples:** added all entity type samples ([#976](https://github.com/googleapis/java-aiplatform/issues/976)) ([b75963f](https://github.com/googleapis/java-aiplatform/commit/b75963f7cf8435212c80b516601a0d433f3fc708))
10+
11+
12+
### Bug Fixes
13+
14+
* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-aiplatform/issues/1485)) ([#991](https://github.com/googleapis/java-aiplatform/issues/991)) ([858e68b](https://github.com/googleapis/java-aiplatform/commit/858e68b96f0a4a391a44a69944186d2b06dc4ab3))
15+
316
## [3.0.0](https://github.com/googleapis/java-aiplatform/compare/v2.9.8...v3.0.0) (2022-07-01)
417

518

google-cloud-aiplatform-bom/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-aiplatform-bom</artifactId>
6-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
6+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -56,27 +56,27 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>google-cloud-aiplatform</artifactId>
59-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
59+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api.grpc</groupId>
6363
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
64-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
64+
<version>3.1.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
69-
<version>0.16.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
69+
<version>0.17.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.api.grpc</groupId>
7373
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
74-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
74+
<version>3.1.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.api.grpc</groupId>
7878
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
79-
<version>0.16.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
79+
<version>0.17.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
8080
</dependency>
8181
</dependencies>
8282
</dependencyManagement>

google-cloud-aiplatform/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-aiplatform</artifactId>
6-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
6+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Vertex AI</name>
99
<url>https://github.com/googleapis/java-aiplatform</url>
1010
<description>Java client for Google Cloud Vertex AI services.</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-aiplatform-parent</artifactId>
14-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
14+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-aiplatform</site.installationModule>

grpc-google-cloud-aiplatform-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
7-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
7+
<version>3.1.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
88
<name>grpc-google-cloud-aiplatform-v1</name>
99
<description>GRPC library for google-cloud-aiplatform</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-aiplatform-parent</artifactId>
13-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
13+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

grpc-google-cloud-aiplatform-v1beta1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
7-
<version>0.16.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
7+
<version>0.17.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
88
<name>grpc-google-cloud-aiplatform-v1beta1</name>
99
<description>GRPC library for google-cloud-aiplatform</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-aiplatform-parent</artifactId>
13-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
13+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-aiplatform-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
7+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
88
<name>Google Cloud Vertex AI Parent</name>
99
<url>https://github.com/googleapis/java-</url>
1010
<description>
@@ -61,27 +61,27 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-aiplatform</artifactId>
64-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
64+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
69-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
69+
<version>3.1.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.api.grpc</groupId>
7373
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
74-
<version>0.16.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
74+
<version>0.17.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.api.grpc</groupId>
7878
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
79-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
79+
<version>3.1.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
8080
</dependency>
8181
<dependency>
8282
<groupId>com.google.api.grpc</groupId>
8383
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
84-
<version>0.16.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
84+
<version>0.17.0</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
8585
</dependency>
8686
<dependency>
8787
<groupId>com.google.cloud</groupId>

proto-google-cloud-aiplatform-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
7-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
7+
<version>3.1.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
88
<name>proto-google-cloud-aiplatform-v1</name>
99
<description>Proto library for google-cloud-aiplatform</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-aiplatform-parent</artifactId>
13-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
13+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

proto-google-cloud-aiplatform-v1beta1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
7-
<version>0.16.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
7+
<version>0.17.0</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
88
<name>proto-google-cloud-aiplatform-v1beta1</name>
99
<description>Proto library for google-cloud-aiplatform</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-aiplatform-parent</artifactId>
13-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
13+
<version>3.1.0</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-aiplatform</artifactId>
31-
<version>3.0.1-SNAPSHOT</version>
31+
<version>3.1.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434
<dependency>

versions.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-aiplatform:3.0.0:3.0.1-SNAPSHOT
5-
grpc-google-cloud-aiplatform-v1:3.0.0:3.0.1-SNAPSHOT
6-
grpc-google-cloud-aiplatform-v1beta1:0.16.0:0.16.1-SNAPSHOT
7-
proto-google-cloud-aiplatform-v1:3.0.0:3.0.1-SNAPSHOT
8-
proto-google-cloud-aiplatform-v1beta1:0.16.0:0.16.1-SNAPSHOT
4+
google-cloud-aiplatform:3.1.0:3.1.0
5+
grpc-google-cloud-aiplatform-v1:3.1.0:3.1.0
6+
grpc-google-cloud-aiplatform-v1beta1:0.17.0:0.17.0
7+
proto-google-cloud-aiplatform-v1:3.1.0:3.1.0
8+
proto-google-cloud-aiplatform-v1beta1:0.17.0:0.17.0

0 commit comments

Comments
 (0)