blob: cbef4e64ff4160f9abcad1dccfdc2a0a0c235b2b [file] [log] [blame]
vinayakb0c860392012-10-06 18:47:20 +00001<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">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>edu.uci.ics.hyracks.examples</groupId>
4 <artifactId>text-example</artifactId>
vinayakb6390e6b2012-10-29 15:15:31 +00005 <version>0.2.2-SNAPSHOT</version>
vinayakb0c860392012-10-06 18:47:20 +00006 <packaging>pom</packaging>
buyingyi8d79d162012-10-22 23:04:47 +00007 <name>text-example</name>
vinayakb0c860392012-10-06 18:47:20 +00008
9 <parent>
10 <groupId>edu.uci.ics.hyracks</groupId>
11 <artifactId>hyracks-examples</artifactId>
vinayakb6390e6b2012-10-29 15:15:31 +000012 <version>0.2.2-SNAPSHOT</version>
vinayakb0c860392012-10-06 18:47:20 +000013 </parent>
14
15 <modules>
16 <module>texthelper</module>
17 <module>textclient</module>
18 <module>textapp</module>
19 </modules>
20</project>