Skip to content

Commit daa0cc5

Browse files
authored
chore: fix project metadata in poms (#366)
1 parent a868a62 commit daa0cc5

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

function-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<name>Functions Framework Plugin</name>
1515
<description>A Maven plugin that allows functions to be deployed, and to be run locally
1616
using the Java Functions Framework.</description>
17-
<url>http://maven.apache.org</url>
17+
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
1818

1919
<scm>
2020
<url>http://github.com/GoogleCloudPlatform/functions-framework-java</url>

functions-framework-api/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<groupId>com.google.cloud.functions</groupId>
2626
<artifactId>functions-framework-api</artifactId>
2727
<version>2.0.0</version>
28+
<name>Functions Framework Java API</name>
29+
<description>An open source FaaS (Function as a service) framework for writing portable Java functions.</description>
30+
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
2831

2932
<properties>
3033
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

invoker/conformance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
A GCF project used to validate conformance to the Functions Framework contract
1717
using the Functions Framework Conformance tools.
1818
</description>
19-
<url>https://github.com/GoogleCloudPlatform/functions-framework-conformance</url>
19+
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

invoker/core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
complete HTTP server that interprets incoming HTTP requests appropriately
1717
and forwards them to the function code.
1818
</description>
19+
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
1920

2021
<properties>
2122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

invoker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Parent POM for the GCF Java Invoker. The project is structured like this so
1616
that we can have modules that build jar files for use in tests.
1717
</description>
18-
<url>https://github.com/GoogleCloudPlatform/functions-framework-java/tree/main/invoker</url>
18+
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
1919

2020
<scm>
2121
<url>http://github.com/GoogleCloudPlatform/functions-framework-java</url>

invoker/testfunction/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<description>
1515
An example of a GCF function packaged into a jar. We use this in tests.
1616
</description>
17+
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
1718

1819
<dependencies>
1920
<dependency>
@@ -93,4 +94,4 @@
9394
</plugin>
9495
</plugins>
9596
</build>
96-
</project>
97+
</project>

0 commit comments

Comments
 (0)