Skip to content

Commit

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


## [2.3.1](googleapis/java-api-gateway@v2.3.0...v2.3.1) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-api-gateway/issues/1485)) ([#275](googleapis/java-api-gateway#275)) ([83c69c2](googleapis/java-api-gateway@83c69c2))

---
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 Jul 14, 2022
1 parent 83c69c2 commit ce6524d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions java-api-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/googleapis/java-api-gateway/compare/v2.3.0...v2.3.1) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-api-gateway/issues/1485)) ([#275](https://github.com/googleapis/java-api-gateway/issues/275)) ([215c9b7](https://github.com/googleapis/java-api-gateway/commit/215c9b799c1f168cd4ebe350200b789aa9f366a9))

## [2.3.0](https://github.com/googleapis/java-api-gateway/compare/v2.2.1...v2.3.0) (2022-07-01)


Expand Down
8 changes: 4 additions & 4 deletions java-api-gateway/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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-api-gateway/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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</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 java-api-gateway/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.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions java-api-gateway/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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-api-gateway/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.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
<version>2.3.1</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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-api-gateway/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.0:2.3.1-SNAPSHOT
grpc-google-cloud-api-gateway-v1:2.3.0:2.3.1-SNAPSHOT
proto-google-cloud-api-gateway-v1:2.3.0:2.3.1-SNAPSHOT
google-cloud-api-gateway:2.3.1:2.3.1
grpc-google-cloud-api-gateway-v1:2.3.1:2.3.1
proto-google-cloud-api-gateway-v1:2.3.1:2.3.1

0 comments on commit ce6524d

Please sign in to comment.