Skip to content

Commit

Permalink
chore(main): release 3.4.2 (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 10, 2022
1 parent b290e10 commit a9e1647
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 28 deletions.
8 changes: 8 additions & 0 deletions java-aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.4.2](https://github.com/googleapis/java-aiplatform/compare/v3.4.1...v3.4.2) (2022-10-10)


### Dependencies

* Update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.20.1 ([#1091](https://github.com/googleapis/java-aiplatform/issues/1091)) ([de61e5b](https://github.com/googleapis/java-aiplatform/commit/de61e5bd7ff16e326f39d4a9b51182aaf667d76e))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.17.1 ([#1092](https://github.com/googleapis/java-aiplatform/issues/1092)) ([ff34c82](https://github.com/googleapis/java-aiplatform/commit/ff34c82582905a03a385d522173e897f3ea19e36))

## [3.4.1](https://github.com/googleapis/java-aiplatform/compare/v3.4.0...v3.4.1) (2022-10-10)


Expand Down
12 changes: 6 additions & 6 deletions java-aiplatform/google-cloud-aiplatform-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-bom</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,27 +56,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>3.4.2</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.20.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.20.2</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>3.4.2</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.20.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.20.2</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-aiplatform/google-cloud-aiplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<packaging>jar</packaging>
<name>Google Cloud Vertex AI</name>
<url>https://github.com/googleapis/java-aiplatform</url>
<description>Java client for Google Cloud Vertex AI services.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-aiplatform</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions java-aiplatform/grpc-google-cloud-aiplatform-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>3.4.2</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<name>grpc-google-cloud-aiplatform-v1</name>
<description>GRPC library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-aiplatform/grpc-google-cloud-aiplatform-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.20.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.20.2</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<name>grpc-google-cloud-aiplatform-v1beta1</name>
<description>GRPC library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions java-aiplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<packaging>pom</packaging>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<name>Google Cloud Vertex AI Parent</name>
<url>https://github.com/googleapis/java-</url>
<description>
Expand Down Expand Up @@ -61,27 +61,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>3.4.2</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.20.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.20.2</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>3.4.2</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.20.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.20.2</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions java-aiplatform/proto-google-cloud-aiplatform-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>3.4.2</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<name>proto-google-cloud-aiplatform-v1</name>
<description>Proto library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-aiplatform/proto-google-cloud-aiplatform-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
<version>0.20.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.20.2</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<name>proto-google-cloud-aiplatform-v1beta1</name>
<description>Proto library for google-cloud-aiplatform</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform-parent</artifactId>
<version>3.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>3.4.2</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-aiplatform/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.4.2-SNAPSHOT</version>
<version>3.4.2</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions java-aiplatform/versions.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

google-cloud-aiplatform:3.4.1:3.4.2-SNAPSHOT
grpc-google-cloud-aiplatform-v1:3.4.1:3.4.2-SNAPSHOT
grpc-google-cloud-aiplatform-v1beta1:0.20.1:0.20.2-SNAPSHOT
proto-google-cloud-aiplatform-v1:3.4.1:3.4.2-SNAPSHOT
proto-google-cloud-aiplatform-v1beta1:0.20.1:0.20.2-SNAPSHOT
google-cloud-aiplatform:3.4.2:3.4.2
grpc-google-cloud-aiplatform-v1:3.4.2:3.4.2
grpc-google-cloud-aiplatform-v1beta1:0.20.2:0.20.2
proto-google-cloud-aiplatform-v1:3.4.2:3.4.2
proto-google-cloud-aiplatform-v1beta1:0.20.2:0.20.2

0 comments on commit a9e1647

Please sign in to comment.