diff --git a/contrib/mdc_replication/pom.xml b/contrib/mdc_replication/pom.xml
new file mode 100644
index 0000000..eac040c
--- /dev/null
+++ b/contrib/mdc_replication/pom.xml
@@ -0,0 +1,58 @@
+
+
+ 4.0.0
+ org.apache.hbase
+ hbase-contrib-mdc_replication
+ jar
+ HBase Contrib - Multi Datacenter Replication
+
+ org.apache.hbase
+ hbase-contrib
+ 0.21.0-SNAPSHOT
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ always
+ -Xmx1024m
+ true
+
+
+
+
+
+
+ org.apache.hbase
+ hbase-core
+ ${project.version}
+
+
+ org.apache.hbase
+ hbase-core
+ ${project.version}
+ tests
+ test
+
+
+ org.apache.hadoop
+ hadoop-core-test
+ ${hadoop-core.version}
+ test
+
+
+ org.apache.hadoop
+ hadoop-hdfs-test
+ ${hadoop-hdfs.version}
+ test
+
+
+ org.apache.hadoop
+ hadoop-mapred-test
+ ${hadoop-mapred.version}
+ test
+
+
+
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 57e3eb8..24be616 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -8,11 +8,12 @@
org.apache.hbase
hbase
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
stargate
transactional
+ mdc_replication
diff --git a/contrib/stargate/pom.xml b/contrib/stargate/pom.xml
index f490151..32a26a5 100644
--- a/contrib/stargate/pom.xml
+++ b/contrib/stargate/pom.xml
@@ -8,7 +8,7 @@
org.apache.hbase
hbase-contrib
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
1.1.1
diff --git a/contrib/transactional/pom.xml b/contrib/transactional/pom.xml
index ffbdd0f..6a2ea1a 100644
--- a/contrib/transactional/pom.xml
+++ b/contrib/transactional/pom.xml
@@ -8,7 +8,7 @@
org.apache.hbase
hbase-contrib
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
diff --git a/core/pom.xml b/core/pom.xml
index 1706fde..c055f5c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,14 +1,17 @@
-
+
4.0.0
+
org.apache.hbase
hbase-core
jar
HBase Core
+
org.apache.hbase
hbase
- 0.20.2-SNAPSHOT
+ 0.21.0-SNAPSHOT
@@ -30,6 +33,7 @@
+
@@ -58,7 +62,6 @@
org.apache.maven.plugins
maven-source-plugin
- 2.1.1
attach-sources
@@ -89,7 +92,17 @@
JSPC
generate-sources
-
+
+
+
+
+
run
@@ -143,6 +156,7 @@
+
log4j
@@ -212,13 +226,13 @@
${commons-math.version}
test
-
+
commons-lang
commons-lang
${commons-lang.version}
-
+
- 2.2-beta-4
-
-
-
- src/assembly/bin.xml
-
-
- src
- project
-
-
-
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.1
+
+ ${compileSource}
+ ${compileSource}
+ true
+ true
+
+
+
+ maven-assembly-plugin
+
+ 2.2-beta-4
+
+
+
+ src/assembly/bin.xml
+
+
+ src
+ project
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.3
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.1
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.5
+
+
+
+
Apache Public Releases
@@ -172,6 +212,7 @@
scp://people.apache.org/home/psmith/public_html/hbase/sandbox/hbase/
+
@@ -205,10 +246,10 @@
UTF-8
UTF-8
+ -->