blob: e12b79f00349bd42820d9203dd14cc7a70ffb23a [file] [log] [blame]
buyingyi5df938f2013-03-24 07:20:08 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 <modelVersion>4.0.0</modelVersion>
4 <artifactId>hyracks-hdfs</artifactId>
5 <packaging>pom</packaging>
6 <name>hyracks-hdfs</name>
7
8 <parent>
9 <groupId>edu.uci.ics.hyracks</groupId>
10 <artifactId>hyracks</artifactId>
vinayakba8a02612013-03-25 03:17:01 +000011 <version>0.2.3</version>
buyingyi5df938f2013-03-24 07:20:08 +000012 </parent>
13
14 <modules>
15 <module>hyracks-hdfs-0.20.2</module>
16 <module>hyracks-hdfs-0.23.1</module>
17 <module>hyracks-hdfs-core</module>
18 </modules>
19</project>