blob: ef91a0f44181730e507d534ed68fa83b92c08d7f [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>
Ian Maxone1c203e2016-03-30 17:33:53 -070021 <artifactId>apache-asterixdb-fullstack</artifactId>
AsterixDB Jenkins769fdbd2017-11-20 15:55:46 -080022 <version>0.9.3</version>
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070023 <packaging>pom</packaging>
24 <name>hyracks-asterix</name>
Eldon Carman0228b9c2014-11-25 18:13:46 -080025
Michael Blowf53c1c62016-06-17 16:51:59 -040026 <parent>
27 <groupId>org.apache</groupId>
28 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050029 <version>18</version>
Michael Blowf53c1c62016-06-17 16:51:59 -040030 <relativePath/>
31 </parent>
32
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070033 <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>
Ian Maxon5c058c62015-08-21 16:06:15 -070041
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070042 <modules>
Ian Maxone1c203e2016-03-30 17:33:53 -070043 <module>hyracks-fullstack</module>
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070044 <module>asterixdb</module>
45 </modules>
Michael Blow8f2cf242016-06-30 01:45:39 -040046
vinayakb38b7ca42012-03-05 05:44:15 +000047</project>