HBASE-2716 Make HBase's maven artifacts configurable with -D

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@953934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-06-12 04:28:38 +00:00
parent b1ef73ff1f
commit 504d473331
2 changed files with 4 additions and 2 deletions

View File

@ -687,6 +687,8 @@ Release 0.21.0 - Unreleased
HBASE-2208 TableServers # processBatchOfRows - converts from List to [ ]
- Expensive copy
HBASE-2694 Move RS to Master region open/close messaging into ZooKeeper
HBASE-2716 Make HBase's maven artifacts configurable with -D
(Alex Newman via Stack)
NEW FEATURES
HBASE-1961 HBase EC2 scripts

View File

@ -5,7 +5,7 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<packaging>jar</packaging>
<version>0.21.0-SNAPSHOT</version>
<version>${hbase.version}</version>
<name>HBase</name>
<description>
HBase is the &amp;lt;a href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it when you need random, realtime read/write access to your Big Data.
@ -455,7 +455,7 @@
<properties>
<compileSource>1.6</compileSource>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hbase.version>0.21.0-SNAPSHOT</hbase.version>
<hadoop.version>0.20.2-with-200-826</hadoop.version>
<commons-cli.version>1.2</commons-cli.version>