alexander.behm | af02e75 | 2011-12-11 04:36:59 +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> |
alexander.behm | 02e9fbd | 2012-01-25 19:02:05 +0000 | [diff] [blame] | 4 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
zheilbron | e74da94 | 2012-04-05 21:43:52 +0000 | [diff] [blame] | 5 | <version>0.2.1-SNAPSHOT</version> |
alexander.behm | af02e75 | 2011-12-11 04:36:59 +0000 | [diff] [blame] | 6 | |
| 7 | <parent> |
| 8 | <groupId>edu.uci.ics.hyracks</groupId> |
| 9 | <artifactId>hyracks</artifactId> |
zheilbron | e74da94 | 2012-04-05 21:43:52 +0000 | [diff] [blame] | 10 | <version>0.2.1-SNAPSHOT</version> |
alexander.behm | af02e75 | 2011-12-11 04:36:59 +0000 | [diff] [blame] | 11 | </parent> |
| 12 | |
| 13 | <build> |
| 14 | <plugins> |
| 15 | <plugin> |
| 16 | <groupId>org.apache.maven.plugins</groupId> |
| 17 | <artifactId>maven-compiler-plugin</artifactId> |
| 18 | <version>2.0.2</version> |
| 19 | <configuration> |
| 20 | <source>1.6</source> |
| 21 | <target>1.6</target> |
| 22 | </configuration> |
| 23 | </plugin> |
| 24 | </plugins> |
| 25 | </build> |
alexander.behm | 1d0f9a6 | 2012-02-14 23:28:03 +0000 | [diff] [blame] | 26 | <dependencies> |
alexander.behm | af02e75 | 2011-12-11 04:36:59 +0000 | [diff] [blame] | 27 | <dependency> |
| 28 | <groupId>edu.uci.ics.hyracks</groupId> |
| 29 | <artifactId>hyracks-storage-am-btree</artifactId> |
zheilbron | e74da94 | 2012-04-05 21:43:52 +0000 | [diff] [blame] | 30 | <version>0.2.1-SNAPSHOT</version> |
alexander.behm | af02e75 | 2011-12-11 04:36:59 +0000 | [diff] [blame] | 31 | <type>jar</type> |
| 32 | <scope>compile</scope> |
alexander.behm | 14b46d0 | 2012-01-24 06:01:12 +0000 | [diff] [blame] | 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>edu.uci.ics.hyracks</groupId> |
alexander.behm | 02e9fbd | 2012-01-25 19:02:05 +0000 | [diff] [blame] | 36 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
zheilbron | e74da94 | 2012-04-05 21:43:52 +0000 | [diff] [blame] | 37 | <version>0.2.1-SNAPSHOT</version> |
alexander.behm | 14b46d0 | 2012-01-24 06:01:12 +0000 | [diff] [blame] | 38 | <type>jar</type> |
| 39 | <scope>compile</scope> |
alexander.behm | 1d0f9a6 | 2012-02-14 23:28:03 +0000 | [diff] [blame] | 40 | </dependency> |
alexander.behm | af02e75 | 2011-12-11 04:36:59 +0000 | [diff] [blame] | 41 | </dependencies> |
| 42 | </project> |