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

chore(main): release 2.3.4 #296

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#295](https://github.com/googleapis/java-api-gateway/issues/295)) ([d67e01b](https://github.com/googleapis/java-api-gateway/commit/d67e01bb5a8146ceec301182e425f2c261c9fc25))

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


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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.4</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.3:2.3.4-SNAPSHOT
grpc-google-cloud-api-gateway-v1:2.3.3:2.3.4-SNAPSHOT
proto-google-cloud-api-gateway-v1:2.3.3:2.3.4-SNAPSHOT
google-cloud-api-gateway:2.3.4:2.3.4
grpc-google-cloud-api-gateway-v1:2.3.4:2.3.4
proto-google-cloud-api-gateway-v1:2.3.4:2.3.4