Restructuing with maven revision feature

Preserving the maven revision feature from the previous commit,
but perform a bit more restructuring the hierarchy.
This commit is contained in:
Soby Chacko
2020-10-13 15:14:12 -04:00
parent 5e9382c23a
commit 760683cc2a
71 changed files with 600 additions and 632 deletions

View File

@@ -6,8 +6,9 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>java-functions-function-parent</artifactId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
</parent>
<artifactId>task-launch-request-function</artifactId>