blob: 1bfafbb76021be7890ef0846a1211d315a6c4442 [file] [log] [blame]
buyingyi55df5212013-03-24 07:20:08 +00001<?xml version="1.0" encoding="UTF-8"?>
Till Westmann276bbc22013-06-05 18:56:27 -07002<!--
Ian Maxond8857792015-09-11 14:19:53 -07003 ! Licensed to the Apache Software Foundation (ASF) under one
4 ! or more contributor license agreements. See the NOTICE file
5 ! distributed with this work for additional information
6 ! regarding copyright ownership. The ASF licenses this file
7 ! to you under the Apache License, Version 2.0 (the
8 ! "License"); you may not use this file except in compliance
9 ! with the License. You may obtain a copy of the License at
10 !
11 ! http://www.apache.org/licenses/LICENSE-2.0
12 !
13 ! Unless required by applicable law or agreed to in writing,
14 ! software distributed under the License is distributed on an
15 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ! KIND, either express or implied. See the License for the
17 ! specific language governing permissions and limitations
18 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070019 !-->
Ian Maxond8857792015-09-11 14:19:53 -070020
buyingyi55df5212013-03-24 07:20:08 +000021<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">
22 <modelVersion>4.0.0</modelVersion>
23 <artifactId>hyracks-hdfs</artifactId>
24 <packaging>pom</packaging>
25 <name>hyracks-hdfs</name>
26
27 <parent>
Ian Maxone915e8c2015-07-01 17:03:31 -070028 <groupId>org.apache.hyracks</groupId>
buyingyi55df5212013-03-24 07:20:08 +000029 <artifactId>hyracks</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070030 <version>0.2.17-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +000031 </parent>
32
Iane82f8112014-11-19 12:31:18 -080033 <licenses>
34 <license>
35 <name>Apache License, Version 2.0</name>
36 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
37 <distribution>repo</distribution>
38 <comments>A business-friendly OSS license</comments>
39 </license>
40 </licenses>
41
42
buyingyi55df5212013-03-24 07:20:08 +000043 <modules>
Ianeee859a2014-09-21 18:26:49 -070044 <module>hyracks-hdfs-1.x</module>
45 <module>hyracks-hdfs-2.x</module>
buyingyi55df5212013-03-24 07:20:08 +000046 <module>hyracks-hdfs-core</module>
47 </modules>
48</project>