diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6f51842e..421fba65 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"1.1.4","invoker":"1.3.2","function-maven-plugin":"0.11.0"} +{"functions-framework-api":"1.1.4","invoker":"1.3.3","function-maven-plugin":"0.11.0"} diff --git a/invoker/CHANGELOG.md b/invoker/CHANGELOG.md index c9661841..2ac0970a 100644 --- a/invoker/CHANGELOG.md +++ b/invoker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.3.2...java-function-invoker-v1.3.3) (2024-11-27) + + +### Bug Fixes + +* revert maven-source-plugin to 3.2.1 ([#303](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/303)) ([2db9a2b](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/2db9a2bec6ba93e7954e68c2301c5fc2fcc032d8)) + ## [1.3.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.3.1...java-function-invoker-v1.3.2) (2024-09-18) diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml index f2ffd4ec..c3c41d4a 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.3-SNAPSHOT + 1.3.3 com.google.cloud.functions.invoker conformance - 1.3.3-SNAPSHOT + 1.3.3 GCF Confromance Tests diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index 40837faa..3e231706 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.3-SNAPSHOT + 1.3.3 com.google.cloud.functions.invoker java-function-invoker - 1.3.3-SNAPSHOT + 1.3.3 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.3-SNAPSHOT + 1.3.3 test-jar test diff --git a/invoker/pom.xml b/invoker/pom.xml index 28992926..80eebd42 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -8,7 +8,7 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.3.3-SNAPSHOT + 1.3.3 pom GCF Java Invoker Parent diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml index 2713b478..17d99019 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.3-SNAPSHOT + 1.3.3 com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.3.3-SNAPSHOT + 1.3.3 Example GCF Function Jar An example of a GCF function packaged into a jar. We use this in tests.