jianfeng.jia@gmail.com | 83f4ee5 | 2013-01-29 08:09:24 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <groupId>edu.uci.ics.hyracks</groupId> |
| 5 | <artifactId>genomix</artifactId> |
JavierJia | cf93766 | 2013-04-25 16:31:49 -0700 | [diff] [blame] | 6 | <version>0.2.6-SNAPSHOT</version> |
jianfeng.jia@gmail.com | 83f4ee5 | 2013-01-29 08:09:24 +0000 | [diff] [blame] | 7 | <packaging>pom</packaging> |
| 8 | <name>genomix</name> |
| 9 | |
| 10 | <distributionManagement> |
| 11 | <repository> |
| 12 | <id>hyracks-releases</id> |
| 13 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> |
| 14 | </repository> |
| 15 | <snapshotRepository> |
| 16 | <id>hyracks-snapshots</id> |
| 17 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> |
| 18 | </snapshotRepository> |
| 19 | </distributionManagement> |
| 20 | |
| 21 | <repositories> |
| 22 | <repository> |
| 23 | <id>hyracks-public</id> |
| 24 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 25 | </repository> |
| 26 | <repository> |
| 27 | <id>jboss-public</id> |
| 28 | <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 29 | </repository> |
| 30 | </repositories> |
| 31 | |
| 32 | <pluginRepositories> |
| 33 | <pluginRepository> |
| 34 | <id>hyracks-public</id> |
| 35 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 36 | <releases> |
| 37 | <updatePolicy>always</updatePolicy> |
| 38 | </releases> |
| 39 | </pluginRepository> |
| 40 | </pluginRepositories> |
| 41 | |
| 42 | <modules> |
jianfeng.jia@gmail.com | 7b6a3c7 | 2013-03-05 05:17:36 +0000 | [diff] [blame] | 43 | <module>genomix-data</module> |
jianfeng.jia@gmail.com | 8b059c0 | 2013-03-05 01:46:42 +0000 | [diff] [blame] | 44 | <module>genomix-hyracks</module> |
jianfeng.jia@gmail.com | 83f4ee5 | 2013-01-29 08:09:24 +0000 | [diff] [blame] | 45 | <module>genomix-hadoop</module> |
anbangx | 322e6d6 | 2013-03-13 20:08:23 +0000 | [diff] [blame] | 46 | <module>genomix-pregelix</module> |
jianfeng.jia@gmail.com | 83f4ee5 | 2013-01-29 08:09:24 +0000 | [diff] [blame] | 47 | </modules> |
| 48 | </project> |