Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ! Copyright 2009-2013 by The Regents of the University of California |
| 3 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | ! you may not use this file except in compliance with the License. |
| 5 | ! you may obtain a copy of the License from |
| 6 | ! |
| 7 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | ! |
| 9 | ! Unless required by applicable law or agreed to in writing, software |
| 10 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | ! See the License for the specific language governing permissions and |
| 13 | ! limitations under the License. |
| 14 | !--> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 15 | <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"> |
| 16 | <modelVersion>4.0.0</modelVersion> |
| 17 | <artifactId>hyracks-comm</artifactId> |
| 18 | <name>hyracks-comm</name> |
| 19 | <parent> |
| 20 | <groupId>edu.uci.ics.hyracks</groupId> |
| 21 | <artifactId>hyracks</artifactId> |
Ian Maxon | ce8ee31 | 2014-11-04 15:53:37 -0800 | [diff] [blame] | 22 | <version>0.2.15-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 23 | </parent> |
| 24 | |
Ian | e82f811 | 2014-11-19 12:31:18 -0800 | [diff] [blame^] | 25 | <licenses> |
| 26 | <license> |
| 27 | <name>Apache License, Version 2.0</name> |
| 28 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 29 | <distribution>repo</distribution> |
| 30 | <comments>A business-friendly OSS license</comments> |
| 31 | </license> |
| 32 | </licenses> |
| 33 | |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 34 | <build> |
| 35 | <plugins> |
| 36 | <plugin> |
| 37 | <groupId>org.apache.maven.plugins</groupId> |
| 38 | <artifactId>maven-compiler-plugin</artifactId> |
| 39 | <version>2.0.2</version> |
| 40 | <configuration> |
| 41 | <source>1.7</source> |
| 42 | <target>1.7</target> |
| 43 | </configuration> |
| 44 | </plugin> |
| 45 | </plugins> |
| 46 | </build> |
| 47 | <dependencies> |
| 48 | <dependency> |
| 49 | <groupId>edu.uci.ics.hyracks</groupId> |
| 50 | <artifactId>hyracks-api</artifactId> |
Ian Maxon | ce8ee31 | 2014-11-04 15:53:37 -0800 | [diff] [blame] | 51 | <version>0.2.15-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>edu.uci.ics.hyracks</groupId> |
| 55 | <artifactId>hyracks-net</artifactId> |
Ian Maxon | ce8ee31 | 2014-11-04 15:53:37 -0800 | [diff] [blame] | 56 | <version>0.2.15-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 57 | </dependency> |
| 58 | </dependencies> |
| 59 | </project> |