From 143327de58cee5b8990cddcc655b88e996f0c28f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 01:50:05 +0000 Subject: [PATCH 01/11] chore: release 1.0.2-SNAPSHOT (#38) :robot: I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- google-cloud-api-gateway-bom/pom.xml | 8 ++++---- google-cloud-api-gateway/pom.xml | 4 ++-- grpc-google-cloud-api-gateway-v1/pom.xml | 4 ++-- pom.xml | 8 ++++---- proto-google-cloud-api-gateway-v1/pom.xml | 4 ++-- versions.txt | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/google-cloud-api-gateway-bom/pom.xml b/google-cloud-api-gateway-bom/pom.xml index 9962cd4..41399c0 100644 --- a/google-cloud-api-gateway-bom/pom.xml +++ b/google-cloud-api-gateway-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-api-gateway-bom - 1.0.1 + 1.0.2-SNAPSHOT pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-api-gateway - 1.0.1 + 1.0.2-SNAPSHOT com.google.api.grpc grpc-google-cloud-api-gateway-v1 - 1.0.1 + 1.0.2-SNAPSHOT com.google.api.grpc proto-google-cloud-api-gateway-v1 - 1.0.1 + 1.0.2-SNAPSHOT diff --git a/google-cloud-api-gateway/pom.xml b/google-cloud-api-gateway/pom.xml index b9418b4..ac688c1 100644 --- a/google-cloud-api-gateway/pom.xml +++ b/google-cloud-api-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-api-gateway - 1.0.1 + 1.0.2-SNAPSHOT jar Google API Gateway https://github.com/googleapis/java-api-gateway @@ -11,7 +11,7 @@ com.google.cloud google-cloud-api-gateway-parent - 1.0.1 + 1.0.2-SNAPSHOT google-cloud-api-gateway diff --git a/grpc-google-cloud-api-gateway-v1/pom.xml b/grpc-google-cloud-api-gateway-v1/pom.xml index 2d4168b..501b97f 100644 --- a/grpc-google-cloud-api-gateway-v1/pom.xml +++ b/grpc-google-cloud-api-gateway-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-api-gateway-v1 - 1.0.1 + 1.0.2-SNAPSHOT grpc-google-cloud-api-gateway-v1 GRPC library for google-cloud-api-gateway com.google.cloud google-cloud-api-gateway-parent - 1.0.1 + 1.0.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index 6378a65..42b137c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-api-gateway-parent pom - 1.0.1 + 1.0.2-SNAPSHOT Google API Gateway Parent https://github.com/googleapis/java-api-gateway @@ -60,17 +60,17 @@ com.google.cloud google-cloud-api-gateway - 1.0.1 + 1.0.2-SNAPSHOT com.google.api.grpc grpc-google-cloud-api-gateway-v1 - 1.0.1 + 1.0.2-SNAPSHOT com.google.api.grpc proto-google-cloud-api-gateway-v1 - 1.0.1 + 1.0.2-SNAPSHOT diff --git a/proto-google-cloud-api-gateway-v1/pom.xml b/proto-google-cloud-api-gateway-v1/pom.xml index 3630d68..518c2d0 100644 --- a/proto-google-cloud-api-gateway-v1/pom.xml +++ b/proto-google-cloud-api-gateway-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-api-gateway-v1 - 1.0.1 + 1.0.2-SNAPSHOT proto-google-cloud-api-gateway-v1 Proto library for google-cloud-api-gateway com.google.cloud google-cloud-api-gateway-parent - 1.0.1 + 1.0.2-SNAPSHOT diff --git a/versions.txt b/versions.txt index 038e8a5..812d464 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-api-gateway:1.0.1:1.0.1 -grpc-google-cloud-api-gateway-v1:1.0.1:1.0.1 -proto-google-cloud-api-gateway-v1:1.0.1:1.0.1 +google-cloud-api-gateway:1.0.1:1.0.2-SNAPSHOT +grpc-google-cloud-api-gateway-v1:1.0.1:1.0.2-SNAPSHOT +proto-google-cloud-api-gateway-v1:1.0.1:1.0.2-SNAPSHOT From c8cc68db73a3a1b44889fc17e6952bea483c6e9d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 17 May 2021 15:18:10 -0700 Subject: [PATCH 02/11] chore: add changelog to cloud-rad (#40) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/5ec6b1c0-22fb-4828-9bc0-9523eb988bb2/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: https://github.com/googleapis/synthtool/commit/c86c7a60985644eab557949363a38301d40d78d2 --- .kokoro/release/publish_javadoc11.sh | 2 ++ synth.metadata | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh index 5cea2de..99108c0 100755 --- a/.kokoro/release/publish_javadoc11.sh +++ b/.kokoro/release/publish_javadoc11.sh @@ -42,6 +42,8 @@ mvn clean site -B -q -P docFX # copy README to docfx-yml dir and rename index.md cp README.md target/docfx-yml/index.md +# copy CHANGELOG to docfx-yml dir and rename history.md +cp CHANGELOG.md target/docfx-yml/history.md pushd target/docfx-yml diff --git a/synth.metadata b/synth.metadata index 7ecb1e5..ce5feb3 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-api-gateway.git", - "sha": "ed42a6978e0c6b657cc276b265267fbb29042a9b" + "sha": "143327de58cee5b8990cddcc655b88e996f0c28f" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" + "sha": "c86c7a60985644eab557949363a38301d40d78d2" } } ], From 358783e982a395c4a665f292dabad2802fc24973 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 17 May 2021 15:26:04 -0700 Subject: [PATCH 03/11] chore: regenerate README (#41) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-17 22:20:28,725 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-api-gateway/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-17 22:20:29,994 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/a2e695d3-e94e-4737-8b3e-062a8ebbf670/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f9a53f0..262e3a5 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-api-gateway.git", - "sha": "29ac4ff28ce123284b57fb9832c2b0e2a1f36095" + "sha": "c8cc68db73a3a1b44889fc17e6952bea483c6e9d" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7" + "sha": "c86c7a60985644eab557949363a38301d40d78d2" } } ] diff --git a/README.md b/README.md index 413989b..161691e 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-api-gateway - 1.0.0 + 1.0.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-api-gateway:1.0.0' +compile 'com.google.cloud:google-cloud-api-gateway:1.0.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "1.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "1.0.1" ``` ## Authentication From b633c4cb27f43b3d9ecc4583c342ba3fd4b2c712 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 19 May 2021 07:52:14 -0700 Subject: [PATCH 04/11] feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` (#43) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/d9040141-c544-42d1-82e1-e841ec7c983d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: https://github.com/googleapis/synthtool/commit/7332178a11ddddc91188dc0f25bca1ccadcaa6c6 --- .github/generated-files-bot.yml | 1 + synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml index 47c2ba1..c644a24 100644 --- a/.github/generated-files-bot.yml +++ b/.github/generated-files-bot.yml @@ -9,3 +9,4 @@ ignoreAuthors: - 'renovate-bot' - 'yoshi-automation' - 'release-please[bot]' +- 'gcf-owl-bot[bot]' diff --git a/synth.metadata b/synth.metadata index ce5feb3..7609f11 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-api-gateway.git", - "sha": "143327de58cee5b8990cddcc655b88e996f0c28f" + "sha": "358783e982a395c4a665f292dabad2802fc24973" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c86c7a60985644eab557949363a38301d40d78d2" + "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" } } ], From 6cd61d9c6f1fb5c8625936890c06a2a736ea51c5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 19 May 2021 23:06:18 +0200 Subject: [PATCH 05/11] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.12.0 (#45) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `0.11.2` -> `0.12.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.12.0/compatibility-slim/0.11.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.12.0/confidence-slim/0.11.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-api-gateway). --- google-cloud-api-gateway-bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-api-gateway-bom/pom.xml b/google-cloud-api-gateway-bom/pom.xml index 41399c0..4515754 100644 --- a/google-cloud-api-gateway-bom/pom.xml +++ b/google-cloud-api-gateway-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 0.11.2 + 0.12.0 Google API Gateway BOM diff --git a/pom.xml b/pom.xml index 42b137c..1ec8116 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 0.11.2 + 0.12.0 From 49d41ccaf05147d8a8eea862df58fcd4f989b199 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 20 May 2021 15:32:11 -0700 Subject: [PATCH 06/11] chore: dump maven version along with java (#46) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/17ca336b-fa2b-4537-8cfb-b72192e5b930/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: https://github.com/googleapis/synthtool/commit/8eae0234a16b26c2ff616d305dbd9786c8b10a47 --- .kokoro/build.sh | 4 ++-- synth.metadata | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 45453e0..e8f84ff 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -23,8 +23,8 @@ cd ${scriptDir}/.. # include common functions source ${scriptDir}/common.sh -# Print out Java version -java -version +# Print out Maven & Java version +mvn -version echo ${JOB_TYPE} # attempt to install 3 times with exponential backoff (starting with 10 seconds) diff --git a/synth.metadata b/synth.metadata index 7609f11..031b799 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-api-gateway.git", - "sha": "358783e982a395c4a665f292dabad2802fc24973" + "sha": "6cd61d9c6f1fb5c8625936890c06a2a736ea51c5" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" + "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47" } } ], From 2d81d3276e9f27ce2aac7e3afe35b4c882100a52 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 25 May 2021 17:39:48 +0200 Subject: [PATCH 07/11] build(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.0 (#47) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1ec8116..8f2e1f0 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.3.0 html From 5fbece84342332cc7eb55d50f46abf8ceddf26e4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 25 May 2021 17:40:06 +0200 Subject: [PATCH 08/11] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 (#42) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f2e1f0..de81093 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ com.google.cloud google-cloud-shared-dependencies - 1.1.0 + 1.2.0 pom import From 9ba9b284525b7f10d8fa6bb57ff65fc6bf0c7229 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 25 May 2021 17:40:19 +0200 Subject: [PATCH 09/11] chore(deps): update dependency com.google.cloud:google-cloud-api-gateway to v1.0.1 (#39) --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 971fc23..2ff8534 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-api-gateway - 1.0.0 + 1.0.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 4682457..a98b936 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-api-gateway - 1.0.0 + 1.0.1 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index cfbe9b0..405af8e 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-api-gateway - 1.0.0 + 1.0.1 From b9e7e08f3239b039255f95929e713b79885707cf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 26 May 2021 21:55:23 +0200 Subject: [PATCH 10/11] test(deps): update dependency com.google.truth:truth to v1.1.3 (#48) --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 2ff8534..d8d3c51 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -42,7 +42,7 @@ com.google.truth truth - 1.1.2 + 1.1.3 test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index a98b936..d0defd7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -41,7 +41,7 @@ com.google.truth truth - 1.1.2 + 1.1.3 test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 405af8e..b296fdd 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -40,7 +40,7 @@ com.google.truth truth - 1.1.2 + 1.1.3 test From 68cd80a3676b73ce632076ad4c76556501b2a663 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 13:03:24 -0700 Subject: [PATCH 11/11] chore: release 1.1.0 (#44) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ google-cloud-api-gateway-bom/pom.xml | 8 ++++---- google-cloud-api-gateway/pom.xml | 4 ++-- grpc-google-cloud-api-gateway-v1/pom.xml | 4 ++-- pom.xml | 8 ++++---- proto-google-cloud-api-gateway-v1/pom.xml | 4 ++-- versions.txt | 6 +++--- 7 files changed, 29 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e74202..3c6e3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/java-api-gateway/compare/v1.0.1...v1.1.0) (2021-05-26) + + +### Features + +* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#43](https://www.github.com/googleapis/java-api-gateway/issues/43)) ([b633c4c](https://www.github.com/googleapis/java-api-gateway/commit/b633c4cb27f43b3d9ecc4583c342ba3fd4b2c712)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#42](https://www.github.com/googleapis/java-api-gateway/issues/42)) ([5fbece8](https://www.github.com/googleapis/java-api-gateway/commit/5fbece84342332cc7eb55d50f46abf8ceddf26e4)) + ### [1.0.1](https://www.github.com/googleapis/java-api-gateway/compare/v1.0.0...v1.0.1) (2021-05-14) diff --git a/google-cloud-api-gateway-bom/pom.xml b/google-cloud-api-gateway-bom/pom.xml index 4515754..b2a626b 100644 --- a/google-cloud-api-gateway-bom/pom.xml +++ b/google-cloud-api-gateway-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-api-gateway-bom - 1.0.2-SNAPSHOT + 1.1.0 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-api-gateway - 1.0.2-SNAPSHOT + 1.1.0 com.google.api.grpc grpc-google-cloud-api-gateway-v1 - 1.0.2-SNAPSHOT + 1.1.0 com.google.api.grpc proto-google-cloud-api-gateway-v1 - 1.0.2-SNAPSHOT + 1.1.0 diff --git a/google-cloud-api-gateway/pom.xml b/google-cloud-api-gateway/pom.xml index ac688c1..7b9c228 100644 --- a/google-cloud-api-gateway/pom.xml +++ b/google-cloud-api-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-api-gateway - 1.0.2-SNAPSHOT + 1.1.0 jar Google API Gateway https://github.com/googleapis/java-api-gateway @@ -11,7 +11,7 @@ com.google.cloud google-cloud-api-gateway-parent - 1.0.2-SNAPSHOT + 1.1.0 google-cloud-api-gateway diff --git a/grpc-google-cloud-api-gateway-v1/pom.xml b/grpc-google-cloud-api-gateway-v1/pom.xml index 501b97f..ce36268 100644 --- a/grpc-google-cloud-api-gateway-v1/pom.xml +++ b/grpc-google-cloud-api-gateway-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-api-gateway-v1 - 1.0.2-SNAPSHOT + 1.1.0 grpc-google-cloud-api-gateway-v1 GRPC library for google-cloud-api-gateway com.google.cloud google-cloud-api-gateway-parent - 1.0.2-SNAPSHOT + 1.1.0 diff --git a/pom.xml b/pom.xml index de81093..8d5c2f2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-api-gateway-parent pom - 1.0.2-SNAPSHOT + 1.1.0 Google API Gateway Parent https://github.com/googleapis/java-api-gateway @@ -60,17 +60,17 @@ com.google.cloud google-cloud-api-gateway - 1.0.2-SNAPSHOT + 1.1.0 com.google.api.grpc grpc-google-cloud-api-gateway-v1 - 1.0.2-SNAPSHOT + 1.1.0 com.google.api.grpc proto-google-cloud-api-gateway-v1 - 1.0.2-SNAPSHOT + 1.1.0 diff --git a/proto-google-cloud-api-gateway-v1/pom.xml b/proto-google-cloud-api-gateway-v1/pom.xml index 518c2d0..9c7e87a 100644 --- a/proto-google-cloud-api-gateway-v1/pom.xml +++ b/proto-google-cloud-api-gateway-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-api-gateway-v1 - 1.0.2-SNAPSHOT + 1.1.0 proto-google-cloud-api-gateway-v1 Proto library for google-cloud-api-gateway com.google.cloud google-cloud-api-gateway-parent - 1.0.2-SNAPSHOT + 1.1.0 diff --git a/versions.txt b/versions.txt index 812d464..c1b9038 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-api-gateway:1.0.1:1.0.2-SNAPSHOT -grpc-google-cloud-api-gateway-v1:1.0.1:1.0.2-SNAPSHOT -proto-google-cloud-api-gateway-v1:1.0.1:1.0.2-SNAPSHOT +google-cloud-api-gateway:1.1.0:1.1.0 +grpc-google-cloud-api-gateway-v1:1.1.0:1.1.0 +proto-google-cloud-api-gateway-v1:1.1.0:1.1.0