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:
parent
b1ef73ff1f
commit
504d473331
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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 &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&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>
|
||||
|
|
Loading…
Reference in New Issue