blob: b5676bad79c9a2755bd07f6c61e0498b0103605c [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>
23 <version>0.8.9</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
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070027 <licenses>
28 <license>
29 <name>Apache License, Version 2.0</name>
30 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
31 <distribution>repo</distribution>
32 <comments>A business-friendly OSS license</comments>
33 </license>
34 </licenses>
Ian Maxon5c058c62015-08-21 16:06:15 -070035
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070036 <modules>
Ian Maxone1c203e2016-03-30 17:33:53 -070037 <module>hyracks-fullstack</module>
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070038 <module>asterixdb</module>
39 </modules>
vinayakb38b7ca42012-03-05 05:44:15 +000040</project>