From 44e525ec4975c8dd0c4cd022b4a35aa02caad675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kerekes?= Date: Wed, 5 Nov 2025 16:44:21 -0800 Subject: [PATCH 1/2] chore: fix project metadata in poms --- function-maven-plugin/pom.xml | 2 +- functions-framework-api/pom.xml | 3 +++ invoker/conformance/pom.xml | 2 +- invoker/core/pom.xml | 1 + invoker/pom.xml | 2 +- invoker/testfunction/pom.xml | 3 ++- 6 files changed, 9 insertions(+), 4 deletions(-) diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index 9a841b16..8c8036d9 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -14,7 +14,7 @@ Functions Framework Plugin A Maven plugin that allows functions to be deployed, and to be run locally using the Java Functions Framework. - http://maven.apache.org + https://github.com/GoogleCloudPlatform/functions-framework-java http://github.com/GoogleCloudPlatform/functions-framework-java diff --git a/functions-framework-api/pom.xml b/functions-framework-api/pom.xml index 06fb4f2a..aceb7a79 100644 --- a/functions-framework-api/pom.xml +++ b/functions-framework-api/pom.xml @@ -25,6 +25,9 @@ com.google.cloud.functions functions-framework-api 2.0.0 + Functions Framework Java API + An open source FaaS (Function as a service) framework for writing portable Java functions. + https://github.com/GoogleCloudPlatform/functions-framework-java UTF-8 diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml index 8a1af674..5e537771 100644 --- a/invoker/conformance/pom.xml +++ b/invoker/conformance/pom.xml @@ -16,7 +16,7 @@ A GCF project used to validate conformance to the Functions Framework contract using the Functions Framework Conformance tools. - https://github.com/GoogleCloudPlatform/functions-framework-conformance + https://github.com/GoogleCloudPlatform/functions-framework-java UTF-8 diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index a6d2fe13..e21b61f3 100644 --- a/invoker/core/pom.xml +++ b/invoker/core/pom.xml @@ -16,6 +16,7 @@ complete HTTP server that interprets incoming HTTP requests appropriately and forwards them to the function code. + https://github.com/GoogleCloudPlatform/functions-framework-java UTF-8 diff --git a/invoker/pom.xml b/invoker/pom.xml index c52aba99..9d936ef8 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -15,7 +15,7 @@ Parent POM for the GCF Java Invoker. The project is structured like this so that we can have modules that build jar files for use in tests. - https://github.com/GoogleCloudPlatform/functions-framework-java/tree/main/invoker + https://github.com/GoogleCloudPlatform/functions-framework-java http://github.com/GoogleCloudPlatform/functions-framework-java diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml index 4ce12501..fad3df07 100644 --- a/invoker/testfunction/pom.xml +++ b/invoker/testfunction/pom.xml @@ -14,6 +14,7 @@ An example of a GCF function packaged into a jar. We use this in tests. + https://github.com/GoogleCloudPlatform/functions-framework-java @@ -93,4 +94,4 @@ - \ No newline at end of file + From 599897a99913f74e82f5050ff94aaad1f1ef8b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kerekes?= Date: Thu, 6 Nov 2025 08:28:25 -0800 Subject: [PATCH 2/2] chore!: update functions-framework-invoker dependency version to 2.0.0 for ff maven plugin --- function-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml index 8c8036d9..b3256a9b 100644 --- a/function-maven-plugin/pom.xml +++ b/function-maven-plugin/pom.xml @@ -75,7 +75,7 @@ com.google.cloud.functions.invoker java-function-invoker - 1.4.3 + 2.0.0