blob: e1c38004215b0cf2ec7e549ef81cab9af3d9bd84 [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>
<groupId>com.datatorrent</groupId>
<version>3.1.1</version>
<artifactId>distributedistinct</artifactId>
<packaging>jar</packaging>
<name>DataTorrent Distributed Distinct Demo</name>
<description></description>
<parent>
<groupId>com.datatorrent</groupId>
<artifactId>malhar-demos</artifactId>
<version>3.1.1</version>
</parent>
<properties>
<skipTests>true</skipTests>
</properties>
</project>