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

Commit

Permalink
chore(main): release 1.3.2 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 5, 2022
1 parent 509c36f commit 6e133fa
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.2](https://github.com/googleapis/java-storage-transfer/compare/v1.3.1...v1.3.2) (2022-10-05)


### Bug Fixes

* update protobuf to v3.21.7 ([509c36f](https://github.com/googleapis/java-storage-transfer/commit/509c36f7460aaa18f6d954db15ca1dbca0607b09))

## [1.3.1](https://github.com/googleapis/java-storage-transfer/compare/v1.3.0...v1.3.1) (2022-10-03)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-storage-transfer-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-storage-transfer-bom</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-transfer-v1</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<version>1.3.2</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-transfer-v1</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<version>1.3.2</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-storage-transfer/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-storage-transfer</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<packaging>jar</packaging>
<name>Google Storage Transfer Service</name>
<url>https://github.com/googleapis/java-storage-transfer</url>
<description>Storage Transfer Service Secure, low-cost services for transferring data from cloud or on-premises sources.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-parent</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-storage-transfer</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-storage-transfer-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-storage-transfer-v1</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<version>1.3.2</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<name>grpc-google-cloud-storage-transfer-v1</name>
<description>GRPC library for google-cloud-storage-transfer</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-parent</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 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-storage-transfer-parent</artifactId>
<packaging>pom</packaging>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<name>Google Storage Transfer Service Parent</name>
<url>https://github.com/googleapis/java-storage-transfer</url>
<description>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-transfer-v1</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
<version>1.3.2</version><!-- {x-version-update:grpc-google-cloud-storage-transfer-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-transfer-v1</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<version>1.3.2</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-storage-transfer-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-storage-transfer-v1</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<version>1.3.2</version><!-- {x-version-update:proto-google-cloud-storage-transfer-v1:current} -->
<name>proto-google-cloud-storage-transfer-v1</name>
<description>Proto library for google-cloud-storage-transfer</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-transfer-parent</artifactId>
<version>1.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
<version>1.3.2</version><!-- {x-version-update:google-cloud-storage-transfer:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-storage-transfer:1.3.1:1.3.2-SNAPSHOT
grpc-google-cloud-storage-transfer-v1:1.3.1:1.3.2-SNAPSHOT
proto-google-cloud-storage-transfer-v1:1.3.1:1.3.2-SNAPSHOT
google-cloud-storage-transfer:1.3.2:1.3.2
grpc-google-cloud-storage-transfer-v1:1.3.2:1.3.2
proto-google-cloud-storage-transfer-v1:1.3.2:1.3.2

0 comments on commit 6e133fa

Please sign in to comment.