2010-02-22 18:49:24 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
2010-02-22 18:49:24 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.hbase</groupId>
|
|
|
|
<artifactId>hbase</artifactId>
|
2010-02-24 15:17:17 -05:00
|
|
|
<version>0.21.0-SNAPSHOT</version>
|
2010-02-22 18:49:24 -05:00
|
|
|
</parent>
|
2010-04-20 17:10:44 -04:00
|
|
|
|
|
|
|
<artifactId>hbase-contrib</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>HBase Contrib</name>
|
2010-02-24 15:17:17 -05:00
|
|
|
|
2010-02-22 18:49:24 -05:00
|
|
|
<modules>
|
2010-03-19 20:52:51 -04:00
|
|
|
<!-- Commenting out for the moment. This is being rewritten. Will then pick up new WALEdit hlog value
|
|
|
|
<module>mdc_replication</module>
|
|
|
|
St.Ack Fri Mar 19 13:20:15 PDT 2010
|
|
|
|
-->
|
2010-02-22 18:49:24 -05:00
|
|
|
</modules>
|
2010-04-20 17:10:44 -04:00
|
|
|
|
2010-02-22 18:49:24 -05:00
|
|
|
</project>
|