From 2068a6bb56da8543e9f2fff6c250418df2de972f Mon Sep 17 00:00:00 2001 From: Gareth Date: Fri, 22 Sep 2023 11:46:00 -0700 Subject: [PATCH] Revert "chore(main): release java-function-invoker 1.3.1 (#220)" This reverts commit 89b3b92f4d5efeea08256dc56a34d2f4bde57d01. --- .github/.release-please-manifest.json | 2 +- function-maven-plugin/pom.xml | 2 +- invoker/CHANGELOG.md | 8 -------- invoker/conformance/pom.xml | 4 ++-- invoker/core/pom.xml | 6 +++--- invoker/pom.xml | 2 +- invoker/testfunction/pom.xml | 4 ++-- 7 files changed, 10 insertions(+), 18 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index c2ee81e0..b3d335ae 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"1.1.0","invoker":"1.3.1","function-maven-plugin":"0.11.0"} +{"functions-framework-api":"1.1.0","invoker":"1.3.0","function-maven-plugin":"0.11.0"} diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index 20cc5882..913b9ccf 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -58,7 +58,7 @@ com.google.cloud.functions.invoker java-function-invoker - 1.3.1 + 1.3.1-SNAPSHOT diff --git a/invoker/CHANGELOG.md b/invoker/CHANGELOG.md index 2800c114..2646cd1b 100644 --- a/invoker/CHANGELOG.md +++ b/invoker/CHANGELOG.md @@ -1,13 +1,5 @@ # Changelog -## [1.3.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.3.0...java-function-invoker-v1.3.1) (2023-09-13) - - -### Bug Fixes - -* **functions:** include Implementation-Version key in invoker package manifest ([#221](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/221)) ([f3fe2ce](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/f3fe2ce46fcb1885137cdf504649612e7c31dc4c)) -* typed declaration works correctly with http trigger ([#212](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/212)) ([b3045ad](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/b3045ad380cd23e37f5edec0d758031438bcb568)) - ## [1.3.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.2.1...java-function-invoker-v1.3.0) (2023-06-01) diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml index 67e36ae0..8296836b 100644 --- a/invoker/conformance/pom.xml +++ b/invoker/conformance/pom.xml @@ -4,12 +4,12 @@ java-function-invoker-parent com.google.cloud.functions.invoker - 1.3.1 + 1.3.1-SNAPSHOT com.google.cloud.functions.invoker conformance - 1.3.1 + 1.3.1-SNAPSHOT GCF Confromance Tests diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index 63596639..837b4cf8 100644 --- a/invoker/core/pom.xml +++ b/invoker/core/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.3.1 + 1.3.1-SNAPSHOT com.google.cloud.functions.invoker java-function-invoker - 1.3.1 + 1.3.1-SNAPSHOT GCF Java Invoker Application that invokes a GCF Java function. This application is a @@ -115,7 +115,7 @@ com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.3.1 + 1.3.1-SNAPSHOT test-jar test diff --git a/invoker/pom.xml b/invoker/pom.xml index e3159883..73ba5d34 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -8,7 +8,7 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.3.1 + 1.3.1-SNAPSHOT pom GCF Java Invoker Parent diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml index 660e6f05..fa29218b 100644 --- a/invoker/testfunction/pom.xml +++ b/invoker/testfunction/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.3.1 + 1.3.1-SNAPSHOT com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.3.1 + 1.3.1-SNAPSHOT Example GCF Function Jar An example of a GCF function packaged into a jar. We use this in tests.