blob: b0ef33478c7ab98b4d92ba8f0c0872002ad46467 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.datatorrent</groupId>
<artifactId>malhar-all</artifactId>
<version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>malhar-demos</artifactId>
<packaging>pom</packaging>
<name>Demos</name>
<modules>
<module>machinedata</module>
<module>dimensions</module>
<module>pi</module>
<module>twitter</module>
<module>yahoofinance</module>
<module>frauddetect</module>
<module>mobile</module>
<module>wordcount</module>
<module>mrmonitor</module>
<module>mroperator</module>
<module>uniquecount</module>
<module>r</module>
<module>echoserver</module>
</modules>
</project>