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.2.0 (#253)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.2.0](v2.1.12...v2.2.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-api-gateway/issues/1440)) ([#252](#252)) ([decbf77](decbf77))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#251](#251)) ([3f07476](3f07476))

---
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 May 24, 2022
1 parent 3f07476 commit 25689c3
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.0](https://github.com/googleapis/java-api-gateway/compare/v2.1.12...v2.2.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-api-gateway/issues/1440)) ([#252](https://github.com/googleapis/java-api-gateway/issues/252)) ([decbf77](https://github.com/googleapis/java-api-gateway/commit/decbf7709a09d8017739af59def32079a0f691af))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#251](https://github.com/googleapis/java-api-gateway/issues/251)) ([3f07476](https://github.com/googleapis/java-api-gateway/commit/3f074760eb3ae37f6147f5e7d88bad5d95368a06))

### [2.1.12](https://github.com/googleapis/java-api-gateway/compare/v2.1.11...v2.1.12) (2022-04-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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.2.0</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.1.13-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.2.0</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.1.12:2.1.13-SNAPSHOT
grpc-google-cloud-api-gateway-v1:2.1.12:2.1.13-SNAPSHOT
proto-google-cloud-api-gateway-v1:2.1.12:2.1.13-SNAPSHOT
google-cloud-api-gateway:2.2.0:2.2.0
grpc-google-cloud-api-gateway-v1:2.2.0:2.2.0
proto-google-cloud-api-gateway-v1:2.2.0:2.2.0

0 comments on commit 25689c3

Please sign in to comment.