blob: 85205cd7dcfef03493bf5bd65e389e87c77489d2 [file] [log] [blame]
vinayakb168d92f2010-09-30 20:57:28 +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>
vinayakbe7388ac2010-12-21 19:41:03 +00005 <version>0.1.3</version>
vinayakb168d92f2010-09-30 20:57:28 +00006 <packaging>pom</packaging>
7
8 <parent>
9 <groupId>edu.uci.ics.hyracks</groupId>
10 <artifactId>hyracks-examples</artifactId>
vinayakbe7388ac2010-12-21 19:41:03 +000011 <version>0.1.3</version>
vinayakb168d92f2010-09-30 20:57:28 +000012 </parent>
13
14 <modules>
15 <module>texthelper</module>
16 <module>textclient</module>
17 <module>textapp</module>
18 </modules>
19</project>