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
+