File tree Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
9394 </plugin >
9495 </plugins >
9596 </build >
96- </project >
97+ </project >
You can’t perform that action at this time.
0 commit comments