buyingyi | 26ca36e | 2013-02-14 06:25:46 +0000 | [diff] [blame] | 1 | <?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> |
buyingyi | 12ff3d1 | 2013-02-05 02:05:27 +0000 | [diff] [blame] | 7 | |
buyingyi | 26ca36e | 2013-02-14 06:25:46 +0000 | [diff] [blame] | 8 | <parent> |
| 9 | <groupId>edu.uci.ics.hyracks</groupId> |
| 10 | <artifactId>hyracks</artifactId> |
| 11 | <version>0.2.3-SNAPSHOT</version> |
| 12 | </parent> |
buyingyi | 2c06ee6 | 2013-02-02 10:45:08 +0000 | [diff] [blame] | 13 | |
buyingyi | 26ca36e | 2013-02-14 06:25:46 +0000 | [diff] [blame] | 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> |
buyingyi | 2c06ee6 | 2013-02-02 10:45:08 +0000 | [diff] [blame] | 19 | </project> |