diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index bece83ba..3bcaf7f3 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"2.0.1","invoker":"2.0.1","function-maven-plugin":"1.0.1"} +{"functions-framework-api":"2.0.1","invoker":"2.0.2","function-maven-plugin":"1.0.1"} diff --git a/invoker/CHANGELOG.md b/invoker/CHANGELOG.md index 87db009f..bcf5a362 100644 --- a/invoker/CHANGELOG.md +++ b/invoker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v2.0.1...java-function-invoker-v2.0.2) (2026-07-09) + + +### Bug Fixes + +* enforce maven-enforcer-plugin 3.6.3 in release profile and fix POM structure ([#394](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/394)) ([3a7faaf](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3a7faaf3026ce9762a2fe728c30938b09c112bac)) + ## [2.0.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v2.0.0...java-function-invoker-v2.0.1) (2026-04-10) diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml index 331f08d1..4dba4543 100644 --- a/invoker/conformance/pom.xml +++ b/invoker/conformance/pom.xml @@ -4,12 +4,12 @@ java-function-invoker-parent com.google.cloud.functions.invoker - 2.0.2-SNAPSHOT + 2.0.2 com.google.cloud.functions.invoker conformance - 2.0.2-SNAPSHOT + 2.0.2 GCF Confromance Tests diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index cd8984ba..a9b1e4b4 100644 --- a/invoker/core/pom.xml +++ b/invoker/core/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 2.0.2-SNAPSHOT + 2.0.2 com.google.cloud.functions.invoker java-function-invoker - 2.0.2-SNAPSHOT + 2.0.2 GCF Java Invoker Application that invokes a GCF Java function. This application is a @@ -112,7 +112,7 @@ com.google.cloud.functions.invoker java-function-invoker-testfunction - 2.0.2-SNAPSHOT + 2.0.2 test-jar test diff --git a/invoker/pom.xml b/invoker/pom.xml index 26d2a1d8..ec8a8740 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -8,7 +8,7 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 2.0.2-SNAPSHOT + 2.0.2 pom GCF Java Invoker Parent diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml index 541eb9a8..d160b7d3 100644 --- a/invoker/testfunction/pom.xml +++ b/invoker/testfunction/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 2.0.2-SNAPSHOT + 2.0.2 com.google.cloud.functions.invoker java-function-invoker-testfunction - 2.0.2-SNAPSHOT + 2.0.2 Example GCF Function Jar An example of a GCF function packaged into a jar. We use this in tests.