Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 2 | ! 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 Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 18 | !--> |
Ian Maxon | d2e1e89 | 2015-10-05 12:46:26 -0700 | [diff] [blame] | 19 | <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 Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
Ian Maxon | e1c203e | 2016-03-30 17:33:53 -0700 | [diff] [blame] | 21 | <artifactId>apache-asterixdb-fullstack</artifactId> |
Ian Maxon | 2ce5631 | 2023-05-09 12:37:01 -0700 | [diff] [blame] | 22 | <version>0.9.8.2-SNAPSHOT</version> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 23 | <packaging>pom</packaging> |
| 24 | <name>hyracks-asterix</name> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 25 | |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.apache</groupId> |
| 28 | <artifactId>apache</artifactId> |
Michael Blow | b99349d | 2016-11-08 19:38:02 -0500 | [diff] [blame] | 29 | <version>18</version> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 30 | <relativePath/> |
| 31 | </parent> |
| 32 | |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 33 | <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 Maxon | 5c058c6 | 2015-08-21 16:06:15 -0700 | [diff] [blame] | 41 | |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 42 | <modules> |
Ian Maxon | e1c203e | 2016-03-30 17:33:53 -0700 | [diff] [blame] | 43 | <module>hyracks-fullstack</module> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 44 | <module>asterixdb</module> |
| 45 | </modules> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 46 | |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 47 | </project> |