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

Commit

Permalink
chore(main): release 2.3.5 (#303)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.3.5](v2.3.4...v2.3.5) (2022-09-28)


### Dependencies

* Update dependency google-auth to v2.12.0 ([#301](#301)) ([3a5318f](3a5318f))
* Update dependency google-cloud-storage to v2.5.0 ([#302](#302)) ([b57cdac](b57cdac))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Sep 28, 2022
1 parent b57cdac commit 213097d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 17 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.3.5](https://github.com/googleapis/java-api-gateway/compare/v2.3.4...v2.3.5) (2022-09-28)


### Dependencies

* Update dependency google-auth to v2.12.0 ([#301](https://github.com/googleapis/java-api-gateway/issues/301)) ([3a5318f](https://github.com/googleapis/java-api-gateway/commit/3a5318f63b97af9e7f8f15e3d1cb88a3b94ff9fa))
* Update dependency google-cloud-storage to v2.5.0 ([#302](https://github.com/googleapis/java-api-gateway/issues/302)) ([b57cdac](https://github.com/googleapis/java-api-gateway/commit/b57cdaca749f3f9c51471365bf61b057af4b705c))

## [2.3.4](https://github.com/googleapis/java-api-gateway/compare/v2.3.3...v2.3.4) (2022-09-15)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-api-gateway-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-api-gateway-bom</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway: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-api-gateway</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-api-gateway-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-api-gateway-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-api-gateway/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-api-gateway</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<packaging>jar</packaging>
<name>Google API Gateway</name>
<url>https://github.com/googleapis/java-api-gateway</url>
<description>API Gateway enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway-parent</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-api-gateway</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-api-gateway-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-api-gateway-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<name>grpc-google-cloud-api-gateway-v1</name>
<description>GRPC library for google-cloud-api-gateway</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway-parent</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway: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-api-gateway-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<name>Google API Gateway Parent</name>
<url>https://github.com/googleapis/java-api-gateway</url>
<description>
Expand Down Expand Up @@ -60,17 +60,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-api-gateway-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-api-gateway-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-api-gateway-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-api-gateway-v1</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.5</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<name>proto-google-cloud-api-gateway-v1</name>
<description>Proto library for google-cloud-api-gateway</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway-parent</artifactId>
<version>2.3.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.5</version><!-- {x-version-update:google-cloud-api-gateway: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-api-gateway:2.3.4:2.3.5-SNAPSHOT
grpc-google-cloud-api-gateway-v1:2.3.4:2.3.5-SNAPSHOT
proto-google-cloud-api-gateway-v1:2.3.4:2.3.5-SNAPSHOT
google-cloud-api-gateway:2.3.5:2.3.5
grpc-google-cloud-api-gateway-v1:2.3.5:2.3.5
proto-google-cloud-api-gateway-v1:2.3.5:2.3.5

0 comments on commit 213097d

Please sign in to comment.