blob: 05dd6df807e3b1258b73691de90c8e403e6e64c1 [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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>hyracks-algebricks-examples</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-algebricks</artifactId>
<version>0.2.0-SNAPSHOT</version>
</parent>
<modules>
<module>piglet-example</module>
</modules>
</project>