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

Commit

Permalink
chore: release 2.5.1 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 3, 2021
1 parent 1021f20 commit b8cf19a
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [2.5.1](https://github.com/googleapis/java-aiplatform/compare/v2.5.0...v2.5.1) (2021-12-03)


### Dependencies

* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.10.0 ([#733](https://github.com/googleapis/java-aiplatform/issues/733)) ([8c1fde1](https://github.com/googleapis/java-aiplatform/commit/8c1fde15e082341656ef2ba016c6e8a7aaebb45f))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1 ([#737](https://github.com/googleapis/java-aiplatform/issues/737)) ([98c11a2](https://github.com/googleapis/java-aiplatform/commit/98c11a250108ca9422eeaa143aac1bc14653ed41))

## [2.5.0](https://github.com/googleapis/java-aiplatform/compare/v2.4.0...v2.5.0) (2021-12-02)


Expand Down
12 changes: 6 additions & 6 deletions 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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-aiplatform-v1</artifactId>
<version>2.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.5.1</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.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.11.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.5.1</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.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.11.1</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions 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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</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 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>2.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.5.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.11.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions 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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-aiplatform-v1</artifactId>
<version>2.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.5.1</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.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.11.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1:current} -->
<version>2.5.1</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.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-aiplatform-v1beta1:current} -->
<version>0.11.1</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 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>2.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1:current} -->
<version>2.5.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-aiplatform-v1beta1:current} -->
<version>0.11.1</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>2.5.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
<version>2.5.1</version><!-- {x-version-update:google-cloud-aiplatform:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions 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:2.5.0:2.5.1-SNAPSHOT
grpc-google-cloud-aiplatform-v1:2.5.0:2.5.1-SNAPSHOT
grpc-google-cloud-aiplatform-v1beta1:0.11.0:0.11.1-SNAPSHOT
proto-google-cloud-aiplatform-v1:2.5.0:2.5.1-SNAPSHOT
proto-google-cloud-aiplatform-v1beta1:0.11.0:0.11.1-SNAPSHOT
google-cloud-aiplatform:2.5.1:2.5.1
grpc-google-cloud-aiplatform-v1:2.5.1:2.5.1
grpc-google-cloud-aiplatform-v1beta1:0.11.1:0.11.1
proto-google-cloud-aiplatform-v1:2.5.1:2.5.1
proto-google-cloud-aiplatform-v1beta1:0.11.1:0.11.1

0 comments on commit b8cf19a

Please sign in to comment.