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

Commit 061ab20

Browse files
chore: release 1.0.0 (#16)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/java-api-gateway/compare/v0.1.0...v1.0.0) (2021-04-29) ### Features * promote to 1.0.0 ([#24](https://www.github.com/googleapis/java-api-gateway/issues/24)) ([45430b9](https://www.github.com/googleapis/java-api-gateway/commit/45430b945ae969d93e0816b15fd649864e72c497)) ### Bug Fixes * release scripts from issuing overlapping phases ([#18](https://www.github.com/googleapis/java-api-gateway/issues/18)) ([0a8132f](https://www.github.com/googleapis/java-api-gateway/commit/0a8132ff59fc9b9e6481b80b71408f8b362630b4)) * typo ([#15](https://www.github.com/googleapis/java-api-gateway/issues/15)) ([ca57e79](https://www.github.com/googleapis/java-api-gateway/commit/ca57e79da5e9ba516515cd8c721a14aca7e87150)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#10](https://www.github.com/googleapis/java-api-gateway/issues/10)) ([9c64584](https://www.github.com/googleapis/java-api-gateway/commit/9c64584e14a8e4b9d4819e457bb6a3e07f66c5ed)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#22](https://www.github.com/googleapis/java-api-gateway/issues/22)) ([968e29e](https://www.github.com/googleapis/java-api-gateway/commit/968e29e3fdc17dc38ca7e5d4788a6fe2c4daf6e5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 96ba70c commit 061ab20

File tree

7 files changed

+36
-17
lines changed

7 files changed

+36
-17
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.0.0](https://www.github.com/googleapis/java-api-gateway/compare/v0.1.0...v1.0.0) (2021-04-29)
4+
5+
6+
### Features
7+
8+
* promote to 1.0.0 ([#24](https://www.github.com/googleapis/java-api-gateway/issues/24)) ([45430b9](https://www.github.com/googleapis/java-api-gateway/commit/45430b945ae969d93e0816b15fd649864e72c497))
9+
10+
11+
### Bug Fixes
12+
13+
* release scripts from issuing overlapping phases ([#18](https://www.github.com/googleapis/java-api-gateway/issues/18)) ([0a8132f](https://www.github.com/googleapis/java-api-gateway/commit/0a8132ff59fc9b9e6481b80b71408f8b362630b4))
14+
* typo ([#15](https://www.github.com/googleapis/java-api-gateway/issues/15)) ([ca57e79](https://www.github.com/googleapis/java-api-gateway/commit/ca57e79da5e9ba516515cd8c721a14aca7e87150))
15+
16+
17+
### Dependencies
18+
19+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#10](https://www.github.com/googleapis/java-api-gateway/issues/10)) ([9c64584](https://www.github.com/googleapis/java-api-gateway/commit/9c64584e14a8e4b9d4819e457bb6a3e07f66c5ed))
20+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#22](https://www.github.com/googleapis/java-api-gateway/issues/22)) ([968e29e](https://www.github.com/googleapis/java-api-gateway/commit/968e29e3fdc17dc38ca7e5d4788a6fe2c4daf6e5))
21+
322
## 0.1.0 (2021-04-06)
423

524

google-cloud-api-gateway-bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-api-gateway-bom</artifactId>
6-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
6+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -56,17 +56,17 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>google-cloud-api-gateway</artifactId>
59-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
59+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api.grpc</groupId>
6363
<artifactId>grpc-google-cloud-api-gateway-v1</artifactId>
64-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
64+
<version>1.0.0</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-api-gateway-v1</artifactId>
69-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
69+
<version>1.0.0</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
7070
</dependency>
7171
</dependencies>
7272
</dependencyManagement>

google-cloud-api-gateway/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-api-gateway</artifactId>
6-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
6+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
77
<packaging>jar</packaging>
88
<name>Google API Gateway</name>
99
<url>https://github.com/googleapis/java-api-gateway</url>
1010
<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>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-api-gateway-parent</artifactId>
14-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
14+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-api-gateway</site.installationModule>

grpc-google-cloud-api-gateway-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-api-gateway-v1</artifactId>
7-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
7+
<version>1.0.0</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
88
<name>grpc-google-cloud-api-gateway-v1</name>
99
<description>GRPC library for google-cloud-api-gateway</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-api-gateway-parent</artifactId>
13-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
13+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-api-gateway-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
7+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
88
<name>Google API Gateway Parent</name>
99
<url>https://github.com/googleapis/java-api-gateway</url>
1010
<description>
@@ -60,17 +60,17 @@
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-api-gateway</artifactId>
63-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
63+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.api.grpc</groupId>
6767
<artifactId>grpc-google-cloud-api-gateway-v1</artifactId>
68-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
68+
<version>1.0.0</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.api.grpc</groupId>
7272
<artifactId>proto-google-cloud-api-gateway-v1</artifactId>
73-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
73+
<version>1.0.0</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
7474
</dependency>
7575

7676
<dependency>

proto-google-cloud-api-gateway-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-api-gateway-v1</artifactId>
7-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
7+
<version>1.0.0</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
88
<name>proto-google-cloud-api-gateway-v1</name>
99
<description>Proto library for google-cloud-api-gateway</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-api-gateway-parent</artifactId>
13-
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
13+
<version>1.0.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

versions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-api-gateway:0.1.0:0.1.1-SNAPSHOT
5-
grpc-google-cloud-api-gateway-v1:0.1.0:0.1.1-SNAPSHOT
6-
proto-google-cloud-api-gateway-v1:0.1.0:0.1.1-SNAPSHOT
4+
google-cloud-api-gateway:1.0.0:1.0.0
5+
grpc-google-cloud-api-gateway-v1:1.0.0:1.0.0
6+
proto-google-cloud-api-gateway-v1:1.0.0:1.0.0

0 commit comments

Comments
 (0)