alexander.behm | 34464ec | 2010-10-06 03:32:13 +0000 | [diff] [blame] | 1 | <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>btree-example</artifactId> |
zheilbron | e74da94 | 2012-04-05 21:43:52 +0000 | [diff] [blame] | 5 | <version>0.2.1-SNAPSHOT</version> |
alexander.behm | 34464ec | 2010-10-06 03:32:13 +0000 | [diff] [blame] | 6 | <packaging>pom</packaging> |
| 7 | |
| 8 | <parent> |
| 9 | <groupId>edu.uci.ics.hyracks</groupId> |
| 10 | <artifactId>hyracks-examples</artifactId> |
zheilbron | e74da94 | 2012-04-05 21:43:52 +0000 | [diff] [blame] | 11 | <version>0.2.1-SNAPSHOT</version> |
alexander.behm | 34464ec | 2010-10-06 03:32:13 +0000 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <modules> |
| 15 | <module>btreehelper</module> |
| 16 | <module>btreeclient</module> |
| 17 | <module>btreeapp</module> |
| 18 | </modules> |
| 19 | </project> |