vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 1 | <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"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>edu.uci.ics.hyracks</groupId> |
| 4 | <artifactId>algebricks</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 5 | <version>0.2.4</version> |
vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 6 | <packaging>pom</packaging> |
buyingyi | 8d79d16 | 2012-10-22 23:04:47 +0000 | [diff] [blame] | 7 | <name>algebricks</name> |
vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 8 | |
vinayakb | e3288f4 | 2012-10-29 15:39:22 +0000 | [diff] [blame] | 9 | <distributionManagement> |
| 10 | <repository> |
| 11 | <id>hyracks-releases</id> |
| 12 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> |
| 13 | </repository> |
| 14 | <snapshotRepository> |
| 15 | <id>hyracks-snapshots</id> |
| 16 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> |
| 17 | </snapshotRepository> |
| 18 | </distributionManagement> |
| 19 | |
vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 20 | <modules> |
| 21 | <module>algebricks-compiler</module> |
| 22 | <module>algebricks-common</module> |
| 23 | <module>algebricks-data</module> |
| 24 | <module>algebricks-core</module> |
| 25 | <module>algebricks-runtime</module> |
| 26 | <module>algebricks-rewriter</module> |
| 27 | <module>algebricks-tests</module> |
| 28 | <module>algebricks-examples</module> |
| 29 | </modules> |
| 30 | </project> |