blob: 387db5ffd0cd36e393093af6f072fc67ecbaf149 [file] [log] [blame]
<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>dt-framework</artifactId>
<version>0.9.1</version>
</parent>
<artifactId>malhar-all</artifactId>
<packaging>pom</packaging>
<version>0.9.1</version>
<name>Malhar Open Source</name>
<!-- repository to provide the DataTorrent artifacts -->
<repositories>
<repository>
<id>datatorrent</id>
<name>DataTorrent Release Repository</name>
<url>https://www.datatorrent.com/maven/content/repositories/releases/</url>
</repository>
</repositories>
<properties>
<dt.framework.version>0.9.1</dt.framework.version>
</properties>
<modules>
<module>library</module>
<module>contrib</module>
<module>demos</module>
<module>samples</module>
</modules>
</project>