Rename functional-samples -> function-samples

This commit is contained in:
Ilayaperumal Gopinathan
2020-07-21 13:24:13 +05:30
parent 08b58a3b27
commit abc583c8f4
63 changed files with 1 additions and 1 deletions

20
function-samples/pom.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud.dataflow.samples</groupId>
<artifactId>function-samples-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>http-ingest</module>
<module>http-region-ingest</module>
<module>uppercase-processor</module>
<module>kstreams-join-user-clicks-and-region</module>
<module>kstreams-log-user-clicks-per-region</module>
<module>kstreams-word-count</module>
</modules>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://www.spring.io</url>
</organization>
</project>