blob: 3f3b2dc06565a542157576ef3fe962838a144fe8 [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmannea8ab392013-06-05 15:17:08 -070018 !-->
Ian Maxond2e1e892015-10-05 12:46:26 -070019<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">
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070020 <modelVersion>4.0.0</modelVersion>
21 <groupId>org.apache</groupId>
Ian Maxone1c203e2016-03-30 17:33:53 -070022 <artifactId>apache-asterixdb-fullstack</artifactId>
Ian Maxon3b462e12017-01-23 14:37:12 -080023 <version>0.9.1-SNAPSHOT</version>
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070024 <packaging>pom</packaging>
25 <name>hyracks-asterix</name>
Eldon Carman0228b9c2014-11-25 18:13:46 -080026
Michael Blowf53c1c62016-06-17 16:51:59 -040027 <parent>
28 <groupId>org.apache</groupId>
29 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050030 <version>18</version>
Michael Blowf53c1c62016-06-17 16:51:59 -040031 <relativePath/>
32 </parent>
33
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon5c058c62015-08-21 16:06:15 -070042
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070043 <modules>
Ian Maxone1c203e2016-03-30 17:33:53 -070044 <module>hyracks-fullstack</module>
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070045 <module>asterixdb</module>
46 </modules>
Michael Blow8f2cf242016-06-30 01:45:39 -040047
vinayakb38b7ca42012-03-05 05:44:15 +000048</project>