blob: 2da502fb733c0213997acdd3710b9a5ec2794181 [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 Maxon14be9462016-02-10 14:55:42 -080030 <version>0.2.18-SNAPSHOT</version>
buyingyi55df5212013-03-24 07:20:08 +000031 </parent>
32
Ian Maxon9e37c962015-11-25 07:38:37 -080033 <properties>
34 <root.dir>${basedir}/../..</root.dir>
35 </properties>
36
Iane82f8112014-11-19 12:31:18 -080037 <licenses>
38 <license>
39 <name>Apache License, Version 2.0</name>
40 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
41 <distribution>repo</distribution>
42 <comments>A business-friendly OSS license</comments>
43 </license>
44 </licenses>
45
46
buyingyi55df5212013-03-24 07:20:08 +000047 <modules>
Ianeee859a2014-09-21 18:26:49 -070048 <module>hyracks-hdfs-1.x</module>
49 <module>hyracks-hdfs-2.x</module>
buyingyi55df5212013-03-24 07:20:08 +000050 <module>hyracks-hdfs-core</module>
51 </modules>
52</project>