This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 97c8201f9a65955cb1f6e78c8956907a4f353e4e
Author: Andrew Purtell <apurt...@apache.org>
AuthorDate: Wed May 19 10:52:24 2021 -0700

    Revert "Preparing hbase release 2.4.3RC1; tagging and updates to CHANGES.md 
and RELEASENOTES.md"
    
    This reverts commit f9ed394627b62ff6cd569d5815002428dc189307.
---
 CHANGES.md                                         | 113 ------------------
 RELEASENOTES.md                                    | 131 ---------------------
 hbase-annotations/pom.xml                          |   2 +-
 hbase-archetypes/hbase-archetype-builder/pom.xml   |   2 +-
 hbase-archetypes/hbase-client-project/pom.xml      |   2 +-
 .../hbase-shaded-client-project/pom.xml            |   2 +-
 hbase-archetypes/pom.xml                           |   2 +-
 hbase-assembly/pom.xml                             |   2 +-
 hbase-asyncfs/pom.xml                              |   2 +-
 hbase-build-configuration/pom.xml                  |   2 +-
 hbase-checkstyle/pom.xml                           |   4 +-
 hbase-client/pom.xml                               |   2 +-
 hbase-common/pom.xml                               |   2 +-
 hbase-endpoint/pom.xml                             |   2 +-
 hbase-examples/pom.xml                             |   2 +-
 hbase-external-blockcache/pom.xml                  |   2 +-
 hbase-hadoop-compat/pom.xml                        |   2 +-
 hbase-hadoop2-compat/pom.xml                       |   2 +-
 hbase-hbtop/pom.xml                                |   2 +-
 hbase-http/pom.xml                                 |   2 +-
 hbase-it/pom.xml                                   |   2 +-
 hbase-logging/pom.xml                              |   2 +-
 hbase-mapreduce/pom.xml                            |   2 +-
 hbase-metrics-api/pom.xml                          |   2 +-
 hbase-metrics/pom.xml                              |   2 +-
 hbase-procedure/pom.xml                            |   2 +-
 hbase-protocol-shaded/pom.xml                      |   2 +-
 hbase-protocol/pom.xml                             |   2 +-
 hbase-replication/pom.xml                          |   2 +-
 hbase-resource-bundle/pom.xml                      |   2 +-
 hbase-rest/pom.xml                                 |   2 +-
 hbase-rsgroup/pom.xml                              |   2 +-
 hbase-server/pom.xml                               |   2 +-
 hbase-shaded/hbase-shaded-check-invariants/pom.xml |   2 +-
 .../hbase-shaded-client-byo-hadoop/pom.xml         |   2 +-
 hbase-shaded/hbase-shaded-client/pom.xml           |   2 +-
 hbase-shaded/hbase-shaded-mapreduce/pom.xml        |   2 +-
 .../hbase-shaded-testing-util-tester/pom.xml       |   2 +-
 hbase-shaded/hbase-shaded-testing-util/pom.xml     |   2 +-
 .../pom.xml                                        |   2 +-
 hbase-shaded/pom.xml                               |   2 +-
 hbase-shell/pom.xml                                |   2 +-
 hbase-testing-util/pom.xml                         |   2 +-
 hbase-thrift/pom.xml                               |   2 +-
 hbase-zookeeper/pom.xml                            |   2 +-
 pom.xml                                            |   2 +-
 46 files changed, 45 insertions(+), 289 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 769490e..c3c9ed9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -20,119 +20,6 @@
 # Be careful doing manual edits in this file. Do not change format
 # of release header or remove the below marker. This file is generated.
 # DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
-## Release 2.4.3 - 2021-05-21
-
-
-
-### NEW FEATURES:
-
-| JIRA | Summary | Priority | Component |
-|:---- |:---- | :--- |:---- |
-| [HBASE-25751](https://issues.apache.org/jira/browse/HBASE-25751) | Add 
writable TimeToPurgeDeletes to ScanOptions |  Major | . |
-| [HBASE-25587](https://issues.apache.org/jira/browse/HBASE-25587) | [hbck2] 
Schedule SCP for all unknown servers |  Major | hbase-operator-tools, hbck2 |
-
-
-### IMPROVEMENTS:
-
-| JIRA | Summary | Priority | Component |
-|:---- |:---- | :--- |:---- |
-| [HBASE-25860](https://issues.apache.org/jira/browse/HBASE-25860) | Add 
metric for successful wal roll requests. |  Major | metrics, wal |
-| [HBASE-25754](https://issues.apache.org/jira/browse/HBASE-25754) | 
StripeCompactionPolicy should support compacting cold regions |  Minor | 
Compaction |
-| [HBASE-25766](https://issues.apache.org/jira/browse/HBASE-25766) | Introduce 
RegionSplitRestriction that restricts the pattern of the split point |  Major | 
. |
-| [HBASE-25798](https://issues.apache.org/jira/browse/HBASE-25798) | typo in 
MetricsAssertHelper |  Minor | . |
-| [HBASE-25770](https://issues.apache.org/jira/browse/HBASE-25770) | Http 
InfoServers should honor gzip encoding when requested |  Major | UI |
-| [HBASE-25776](https://issues.apache.org/jira/browse/HBASE-25776) | Use 
Class.asSubclass to fix the warning in 
StochasticLoadBalancer.loadCustomCostFunctions |  Minor | Balancer |
-| [HBASE-25767](https://issues.apache.org/jira/browse/HBASE-25767) | 
CandidateGenerator.getRandomIterationOrder is too slow on large cluster |  
Major | Balancer, Performance |
-| [HBASE-25762](https://issues.apache.org/jira/browse/HBASE-25762) | 
Improvement for some debug-logging guards |  Minor | logging, Performance |
-| [HBASE-25653](https://issues.apache.org/jira/browse/HBASE-25653) | Add units 
and round off region size to 2 digits after decimal |  Major | master, 
Normalizer |
-| [HBASE-25759](https://issues.apache.org/jira/browse/HBASE-25759) | The 
master services field in LocalityBasedCostFunction is never used |  Major | 
Balancer |
-| [HBASE-25747](https://issues.apache.org/jira/browse/HBASE-25747) | Remove 
unused getWriteAvailable method in OperationQuota |  Minor | Quotas |
-| [HBASE-25558](https://issues.apache.org/jira/browse/HBASE-25558) | Adding 
audit log for execMasterService |  Major | . |
-| [HBASE-25703](https://issues.apache.org/jira/browse/HBASE-25703) | Support 
conditional update in MultiRowMutationEndpoint |  Major | Coprocessors |
-| [HBASE-25627](https://issues.apache.org/jira/browse/HBASE-25627) | HBase 
replication should have a metric to represent if the source is stuck getting 
initialized |  Major | Replication |
-| [HBASE-25688](https://issues.apache.org/jira/browse/HBASE-25688) | Use 
CustomRequestLog instead of Slf4jRequestLog for jetty |  Major | logging, UI |
-| [HBASE-25678](https://issues.apache.org/jira/browse/HBASE-25678) | Support 
nonce operations for Increment/Append in RowMutations and CheckAndMutate |  
Major | . |
-| [HBASE-25679](https://issues.apache.org/jira/browse/HBASE-25679) | Size of 
log queue metric is incorrect in branch-1/branch-2 |  Major | . |
-| [HBASE-25518](https://issues.apache.org/jira/browse/HBASE-25518) | Support 
separate child regions to different region servers |  Major | . |
-| [HBASE-25621](https://issues.apache.org/jira/browse/HBASE-25621) | Balancer 
should check region plan source to avoid misplace region groups |  Major | 
Balancer |
-| [HBASE-25374](https://issues.apache.org/jira/browse/HBASE-25374) | Make REST 
Client connection and socket time out configurable |  Minor | REST |
-| [HBASE-25597](https://issues.apache.org/jira/browse/HBASE-25597) | Add row 
info in Exception when cell size exceeds maxCellSize |  Minor | . |
-| [HBASE-25660](https://issues.apache.org/jira/browse/HBASE-25660) | Print 
split policy in use on Region open (as well as split policy vitals) |  Trivial 
| . |
-| [HBASE-25635](https://issues.apache.org/jira/browse/HBASE-25635) | 
CandidateGenerator may miss some region balance actions |  Major | Balancer |
-| [HBASE-25636](https://issues.apache.org/jira/browse/HBASE-25636) | Expose 
HBCK report as metrics |  Minor | metrics |
-| [HBASE-25548](https://issues.apache.org/jira/browse/HBASE-25548) | 
Optionally allow snapshots to preserve cluster's max filesize config by setting 
it into table descriptor |  Major | . |
-
-
-### BUG FIXES:
-
-| JIRA | Summary | Priority | Component |
-|:---- |:---- | :--- |:---- |
-| [HBASE-25032](https://issues.apache.org/jira/browse/HBASE-25032) | Do not 
assign regions to region server which has not called regionServerReport yet |  
Major | . |
-| [HBASE-25875](https://issues.apache.org/jira/browse/HBASE-25875) | 
RegionServer failed to start due to IllegalThreadStateException in 
AuthenticationTokenSecretManager.start |  Major | . |
-| [HBASE-25867](https://issues.apache.org/jira/browse/HBASE-25867) | Extra doc 
around ITBLL |  Minor | documentation |
-| [HBASE-25859](https://issues.apache.org/jira/browse/HBASE-25859) | Reference 
class incorrectly parses the protobuf magic marker |  Minor | regionserver |
-| [HBASE-25774](https://issues.apache.org/jira/browse/HBASE-25774) | 
ServerManager.getOnlineServer may miss some region servers when refreshing 
state in some procedure implementations |  Critical | Replication |
-| [HBASE-25825](https://issues.apache.org/jira/browse/HBASE-25825) | 
RSGroupBasedLoadBalancer.onConfigurationChange should chain the request to 
internal balancer |  Major | Balancer |
-| [HBASE-25792](https://issues.apache.org/jira/browse/HBASE-25792) | Filter 
out o.a.hadoop.thirdparty building shaded jars |  Major | shading |
-| [HBASE-25806](https://issues.apache.org/jira/browse/HBASE-25806) | Backport 
the region location finder initialization fix in HBASE-25802 |  Major | 
Balancer |
-| [HBASE-25735](https://issues.apache.org/jira/browse/HBASE-25735) | Add 
target Region to connection exceptions |  Major | rpc |
-| [HBASE-25717](https://issues.apache.org/jira/browse/HBASE-25717) | 
RegionServer aborted due to ClassCastException |  Major | . |
-| [HBASE-25743](https://issues.apache.org/jira/browse/HBASE-25743) | Retry 
REQUESTTIMEOUT KeeperExceptions from ZK |  Major | Zookeeper |
-| [HBASE-25726](https://issues.apache.org/jira/browse/HBASE-25726) | 
MoveCostFunction is not included in the list of cost functions for 
StochasticLoadBalancer |  Major | Balancer |
-| [HBASE-25692](https://issues.apache.org/jira/browse/HBASE-25692) | Failure 
to instantiate WALCellCodec leaks socket in replication |  Major | Replication |
-| [HBASE-25568](https://issues.apache.org/jira/browse/HBASE-25568) | Upgrade 
Thrift jar to fix CVE-2020-13949 |  Critical | Thrift |
-| [HBASE-25562](https://issues.apache.org/jira/browse/HBASE-25562) | 
ReplicationSourceWALReader log and handle exception immediately without 
retrying |  Major | Replication |
-| [HBASE-25693](https://issues.apache.org/jira/browse/HBASE-25693) | NPE 
getting metrics from standby masters 
(MetricsMasterWrapperImpl.getMergePlanCount) |  Major | master |
-| [HBASE-25685](https://issues.apache.org/jira/browse/HBASE-25685) | 
asyncprofiler2.0 no longer supports svg; wants html |  Major | . |
-| [HBASE-25594](https://issues.apache.org/jira/browse/HBASE-25594) | 
graceful\_stop.sh fails to unload regions when ran at localhost |  Minor | . |
-| [HBASE-25674](https://issues.apache.org/jira/browse/HBASE-25674) | 
RegionInfo.parseFrom(DataInputStream) sometimes fails to read the protobuf 
magic marker |  Minor | Client |
-| [HBASE-25595](https://issues.apache.org/jira/browse/HBASE-25595) | 
TestLruBlockCache.testBackgroundEvictionThread is flaky |  Major | . |
-| [HBASE-25662](https://issues.apache.org/jira/browse/HBASE-25662) | Fix 
spotbugs warning in RoundRobinTableInputFormat |  Major | findbugs |
-| [HBASE-25657](https://issues.apache.org/jira/browse/HBASE-25657) | Fix 
spotbugs warnings after upgrading spotbugs to 4.x |  Major | findbugs |
-| [HBASE-25646](https://issues.apache.org/jira/browse/HBASE-25646) | Possible 
Resource Leak in CatalogJanitor |  Major | master |
-
-
-### TESTS:
-
-| JIRA | Summary | Priority | Component |
-|:---- |:---- | :--- |:---- |
-| [HBASE-25691](https://issues.apache.org/jira/browse/HBASE-25691) | Test 
failure: TestVerifyBucketCacheFile.testRetrieveFromFile |  Major | test |
-
-
-### SUB-TASKS:
-
-| JIRA | Summary | Priority | Component |
-|:---- |:---- | :--- |:---- |
-| [HBASE-25876](https://issues.apache.org/jira/browse/HBASE-25876) | Add retry 
if we fail to read all bytes of the protobuf magic marker |  Trivial | io |
-| [HBASE-25790](https://issues.apache.org/jira/browse/HBASE-25790) | 
NamedQueue 'BalancerRejection' for recent history of balancer skipping |  Major 
| Balancer, master |
-| [HBASE-25854](https://issues.apache.org/jira/browse/HBASE-25854) | Remove 
redundant AM in-memory state changes in CatalogJanitor |  Major | . |
-| [HBASE-25847](https://issues.apache.org/jira/browse/HBASE-25847) | More 
DEBUG and TRACE level logging in CatalogJanitor and HbckChore |  Minor | . |
-| [HBASE-25838](https://issues.apache.org/jira/browse/HBASE-25838) | Use 
double instead of Double in StochasticLoadBalancer |  Major | Balancer, 
Performance |
-| [HBASE-25835](https://issues.apache.org/jira/browse/HBASE-25835) | Ignore 
duplicate split requests from regionserver reports |  Major | . |
-| [HBASE-25836](https://issues.apache.org/jira/browse/HBASE-25836) | 
RegionStates#getAssignmentsForBalancer should only care about OPEN or OPENING 
regions |  Major | . |
-| [HBASE-25840](https://issues.apache.org/jira/browse/HBASE-25840) | 
CatalogJanitor warns about skipping gc of regions during RIT, but does not 
actually skip |  Minor | . |
-| [HBASE-25775](https://issues.apache.org/jira/browse/HBASE-25775) | Use a 
special balancer to deal with maintenance mode |  Major | Balancer |
-| [HBASE-25199](https://issues.apache.org/jira/browse/HBASE-25199) | Remove 
HStore#getStoreHomedir |  Minor | . |
-| [HBASE-25696](https://issues.apache.org/jira/browse/HBASE-25696) | Need to 
initialize SLF4JBridgeHandler in jul-to-slf4j for redirecting jul to slf4j |  
Major | logging |
-| [HBASE-25695](https://issues.apache.org/jira/browse/HBASE-25695) | Link to 
the filter on hbase:meta from user tables panel on master page |  Major | UI |
-| [HBASE-25629](https://issues.apache.org/jira/browse/HBASE-25629) | 
Reimplement TestCurrentHourProvider to not depend on unstable TZs |  Major | 
test |
-| [HBASE-25671](https://issues.apache.org/jira/browse/HBASE-25671) | Backport 
HBASE-25608 to branch-2 |  Major | . |
-| [HBASE-25677](https://issues.apache.org/jira/browse/HBASE-25677) | 
Server+table counters on each scan #nextRaw invocation becomes a bottleneck 
when heavy load |  Major | metrics |
-| [HBASE-25667](https://issues.apache.org/jira/browse/HBASE-25667) | Remove 
RSGroup test addition made in parent; depends on functionality not in old 
branches |  Major | . |
-
-
-### OTHER:
-
-| JIRA | Summary | Priority | Component |
-|:---- |:---- | :--- |:---- |
-| [HBASE-25884](https://issues.apache.org/jira/browse/HBASE-25884) | NPE while 
getting Balancer decisions |  Major | . |
-| [HBASE-25755](https://issues.apache.org/jira/browse/HBASE-25755) | Exclude 
tomcat-embed-core from libthrift |  Critical | dependencies, Thrift |
-| [HBASE-25750](https://issues.apache.org/jira/browse/HBASE-25750) | Upgrade 
RpcControllerFactory and HBaseRpcController from Private to 
LimitedPrivate(COPROC,PHOENIX) |  Major | Coprocessors, phoenix, rpc |
-| [HBASE-25734](https://issues.apache.org/jira/browse/HBASE-25734) | Backport 
HBASE-24305 to branch-2.4 |  Minor | . |
-| [HBASE-25604](https://issues.apache.org/jira/browse/HBASE-25604) | Upgrade 
spotbugs to 4.x |  Major | build, findbugs |
-| [HBASE-24305](https://issues.apache.org/jira/browse/HBASE-24305) | Handle 
deprecations in ServerName |  Minor | . |
-
-
 ## Release 2.4.2 - Unreleased (as of 2021-03-08)
 
 
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6fbd060..e0118f3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,137 +20,6 @@
 # Be careful doing manual edits in this file. Do not change format
 # of release header or remove the below marker. This file is generated.
 # DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
-# HBASE  2.4.3 Release Notes
-
-These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
-
-
----
-
-* [HBASE-25032](https://issues.apache.org/jira/browse/HBASE-25032) | *Major* | 
**Do not assign regions to region server which has not called 
regionServerReport yet**
-
-<!-- markdown -->
-
-After this change a region server can only accept regions (as seen by master) 
after it's first report to master is sent successfully. Prior to this change 
there could be cases where the region server finishes calling 
regionServerStartup but is actually stuck during initialization due to issues 
like misconfiguration and master tries to assign regions and they are stuck 
because the region server is in a weird state and not ready to serve them.
-
-
----
-
-* [HBASE-25766](https://issues.apache.org/jira/browse/HBASE-25766) | *Major* | 
**Introduce RegionSplitRestriction that restricts the pattern of the split 
point**
-
-After HBASE-25766, we can specify a split restriction, "KeyPrefix" or 
"DelimitedKeyPrefix", to a table with the 
"hbase.regionserver.region.split\_restriction.type" property. The "KeyPrefix" 
split restriction groups rows by a prefix of the row-key. And the 
"DelimitedKeyPrefix" split restriction groups rows by a prefix of the row-key 
with a delimiter.
-
-For example:
-\`\`\`
-# Create a table with a "KeyPrefix" split restriction, where the prefix length 
is 2 bytes
-hbase\> create 'tbl1', 'fam', {CONFIGURATION =\> 
{'hbase.regionserver.region.split\_restriction.type' =\> 'KeyPrefix', 
'hbase.regionserver.region.split\_restriction.prefix\_length' =\> '2'}}
-
-# Create a table with a "DelimitedKeyPrefix" split restriction, where the 
delimiter is a comma (,)
-hbase\> create 'tbl2', 'fam', {CONFIGURATION =\> 
{'hbase.regionserver.region.split\_restriction.type' =\> 'DelimitedKeyPrefix', 
'hbase.regionserver.region.split\_restriction.delimiter' =\> ','}}
-\`\`\`
-
-Instead of specifying a split restriction to a table directly, we can also set 
the properties in hbase-site.xml. In this case, the specified split restriction 
is applied for all the tables.
-
-Note that the split restriction is also applied to a user-specified split 
point so that we don't allow users to break the restriction, which is different 
behavior from the existing KeyPrefixRegionSplitPolicy and 
DelimitedKeyPrefixRegionSplitPolicy.
-
-
----
-
-* [HBASE-25775](https://issues.apache.org/jira/browse/HBASE-25775) | *Major* | 
**Use a special balancer to deal with maintenance mode**
-
-Introduced a MaintenanceLoadBalancer to be used only under maintenance mode. 
Typically you should not use it as your balancer implementation.
-
-
----
-
-* [HBASE-25767](https://issues.apache.org/jira/browse/HBASE-25767) | *Major* | 
**CandidateGenerator.getRandomIterationOrder is too slow on large cluster**
-
-In the actual implementation classes of CandidateGenerator, now we just random 
select a start point and then iterate sequentially, instead of using the old 
way, where we will create a big array to hold all the integers in [0, 
num\_regions\_in\_cluster), shuffle the array, and then iterate on the array.
-The new implementation is 'random' enough as every time we just select one 
candidate. The problem for the old implementation is that, it will create an 
array every time when we want to get a candidate, if we have tens of thousands 
regions, we will create an array with tens of thousands length everytime, which 
causes big GC pressure and slow down the balancer execution.
-
-
----
-
-* [HBASE-25734](https://issues.apache.org/jira/browse/HBASE-25734) | *Minor* | 
**Backport HBASE-24305 to branch-2.4**
-
-The following method was added to ServerName
-
-- #valueOf(Address, long)
-
-
----
-
-* [HBASE-25199](https://issues.apache.org/jira/browse/HBASE-25199) | *Minor* | 
**Remove HStore#getStoreHomedir**
-
-Moved the following methods from HStore to HRegionFileSystem
-
-- #getStoreHomedir(Path, RegionInfo, byte[])
-- #getStoreHomedir(Path, String, byte[])
-
-
----
-
-* [HBASE-25685](https://issues.apache.org/jira/browse/HBASE-25685) | *Major* | 
**asyncprofiler2.0 no longer supports svg; wants html**
-
-If asyncprofiler 1.x, all is good. If asyncprofiler 2.x and it is hbase-2.3.x 
or hbase-2.4.x, add '?output=html' to get flamegraphs from the profiler.
-
-Otherwise, if hbase-2.5+ and asyncprofiler2, all works. If asyncprofiler1 and 
hbase-2.5+, you may have to add '?output=svg' to the query.
-
-
----
-
-* [HBASE-25518](https://issues.apache.org/jira/browse/HBASE-25518) | *Major* | 
**Support separate child regions to different region servers**
-
-Config key for enable/disable automatically separate child regions to 
different region servers in the procedure of split regions. One child will be 
kept to the server where parent region is on, and the other child will be 
assigned to a random server.
-
-hbase.master.auto.separate.child.regions.after.split.enabled
-
-Default setting is false/off.
-
-
----
-
-* [HBASE-25374](https://issues.apache.org/jira/browse/HBASE-25374) | *Minor* | 
**Make REST Client connection and socket time out configurable**
-
-Configuration parameter to set rest client connection timeout
-
-"hbase.rest.client.conn.timeout" Default is 2 \* 1000
-
-"hbase.rest.client.socket.timeout" Default of 30 \* 1000
-
-
----
-
-* [HBASE-25587](https://issues.apache.org/jira/browse/HBASE-25587) | *Major* | 
**[hbck2] Schedule SCP for all unknown servers**
-
-Adds scheduleSCPsForUnknownServers to Hbck Service.
-
-
----
-
-* [HBASE-25636](https://issues.apache.org/jira/browse/HBASE-25636) | *Minor* | 
**Expose HBCK report as metrics**
-
-Expose HBCK repost results in metrics, includes: "orphanRegionsOnRS", 
"orphanRegionsOnFS", "inconsistentRegions", "holes", "overlaps", 
"unknownServerRegions" and "emptyRegionInfoRegions".
-
-
----
-
-* [HBASE-24305](https://issues.apache.org/jira/browse/HBASE-24305) | *Minor* | 
**Handle deprecations in ServerName**
-
-The following methods were removed or made private from ServerName (due to 
HBASE-17624):
-
-- getHostNameMinusDomain(String): Was made private without a replacement.
-- parseHostname(String): Use #valueOf(String) instead.
-- parsePort(String): Use #valueOf(String) instead.
-- parseStartcode(String): Use #valueOf(String) instead.
-- getServerName(String, int, long): Was made private. Use #valueOf(String, 
int, long) instead.
-- getServerName(String, long): Use #valueOf(String, long) instead.
-- getHostAndPort(): Use #getAddress() instead.
-- getServerStartcodeFromServerName(String): Use instance of ServerName to pull 
out start code)
-- getServerNameLessStartCode(String): Use #getAddress() instead.
-
-
-
 # HBASE  2.4.2 Release Notes
 
 These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index efba3df..fadbc2c 100644
--- a/hbase-annotations/pom.xml
+++ b/hbase-annotations/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml 
b/hbase-archetypes/hbase-archetype-builder/pom.xml
index bb0ef82..8efd231 100644
--- a/hbase-archetypes/hbase-archetype-builder/pom.xml
+++ b/hbase-archetypes/hbase-archetype-builder/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase-archetypes</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-archetypes/hbase-client-project/pom.xml 
b/hbase-archetypes/hbase-client-project/pom.xml
index 561b7a8..998425e 100644
--- a/hbase-archetypes/hbase-client-project/pom.xml
+++ b/hbase-archetypes/hbase-client-project/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>hbase-archetypes</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-client-project</artifactId>
diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml 
b/hbase-archetypes/hbase-shaded-client-project/pom.xml
index e1a134d..791775e 100644
--- a/hbase-archetypes/hbase-shaded-client-project/pom.xml
+++ b/hbase-archetypes/hbase-shaded-client-project/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>hbase-archetypes</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-client-project</artifactId>
diff --git a/hbase-archetypes/pom.xml b/hbase-archetypes/pom.xml
index 874439e..13d208f 100644
--- a/hbase-archetypes/pom.xml
+++ b/hbase-archetypes/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 9a4672c..5ad9df3 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-assembly</artifactId>
diff --git a/hbase-asyncfs/pom.xml b/hbase-asyncfs/pom.xml
index 612d0dc..21a2aa3 100644
--- a/hbase-asyncfs/pom.xml
+++ b/hbase-asyncfs/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-build-configuration/pom.xml 
b/hbase-build-configuration/pom.xml
index 7b07ee6..6af8ba2 100644
--- a/hbase-build-configuration/pom.xml
+++ b/hbase-build-configuration/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index b6b3630..56a5aa9 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -24,7 +24,7 @@
 <modelVersion>4.0.0</modelVersion>
 <groupId>org.apache.hbase</groupId>
 <artifactId>hbase-checkstyle</artifactId>
-<version>2.4.3</version>
+<version>2.4.3-SNAPSHOT</version>
 <name>Apache HBase - Checkstyle</name>
 <description>Module to hold Checkstyle properties for HBase.</description>
 <!--REMOVE-->
@@ -32,7 +32,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 6d06764..6441c95 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 1863e27..90de4c6 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index 70e43d0..885fe38 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-endpoint</artifactId>
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index e4d3d04..75d09b4 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>
diff --git a/hbase-external-blockcache/pom.xml 
b/hbase-external-blockcache/pom.xml
index bb85510..ce3c091 100644
--- a/hbase-external-blockcache/pom.xml
+++ b/hbase-external-blockcache/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-external-blockcache</artifactId>
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index 668c715..749f331 100644
--- a/hbase-hadoop-compat/pom.xml
+++ b/hbase-hadoop-compat/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase-build-configuration</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>2.4.3</version>
+        <version>2.4.3-SNAPSHOT</version>
         <relativePath>../hbase-build-configuration</relativePath>
     </parent>
 
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index ad87425..e29aa22 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-hbtop/pom.xml b/hbase-hbtop/pom.xml
index 9b9edb6..69b75e6 100644
--- a/hbase-hbtop/pom.xml
+++ b/hbase-hbtop/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-hbtop</artifactId>
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index 8ad9fef..c3d0b19 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-http</artifactId>
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 4bdd1c9..9ccd6f9 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-logging/pom.xml b/hbase-logging/pom.xml
index 970408a..c9c2cb6 100644
--- a/hbase-logging/pom.xml
+++ b/hbase-logging/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml
index 54b48cd..36c999f 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-mapreduce</artifactId>
diff --git a/hbase-metrics-api/pom.xml b/hbase-metrics-api/pom.xml
index b1e4aae..ed53e7a 100644
--- a/hbase-metrics-api/pom.xml
+++ b/hbase-metrics-api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-metrics/pom.xml b/hbase-metrics/pom.xml
index 3f0ce33..7fc4b4a 100644
--- a/hbase-metrics/pom.xml
+++ b/hbase-metrics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml
index b1b1524..76637df 100644
--- a/hbase-procedure/pom.xml
+++ b/hbase-procedure/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index c299480..ca47a2d 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-protocol-shaded</artifactId>
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 63d8810..7417cb0 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-protocol</artifactId>
diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml
index 8d07cad..bdf1cb5 100644
--- a/hbase-replication/pom.xml
+++ b/hbase-replication/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-replication</artifactId>
diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml
index 8afcb39..162ceda 100644
--- a/hbase-resource-bundle/pom.xml
+++ b/hbase-resource-bundle/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index f90952e..f499af1 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-rest</artifactId>
diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml
index cb71730..6e7a2cc 100644
--- a/hbase-rsgroup/pom.xml
+++ b/hbase-rsgroup/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-rsgroup</artifactId>
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index d200c7c..e5d522b 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>
diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml 
b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
index 2c0bb34..0a85579 100644
--- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>hbase-shaded-check-invariants</artifactId>
diff --git a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml 
b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
index 36a77cc..5df3798 100644
--- a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
+++ b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>hbase-shaded</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>2.4.3</version>
+        <version>2.4.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-shaded-client-byo-hadoop</artifactId>
diff --git a/hbase-shaded/hbase-shaded-client/pom.xml 
b/hbase-shaded/hbase-shaded-client/pom.xml
index 09f4ad0..21c87d1 100644
--- a/hbase-shaded/hbase-shaded-client/pom.xml
+++ b/hbase-shaded/hbase-shaded-client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>hbase-shaded</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>2.4.3</version>
+        <version>2.4.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-shaded-client</artifactId>
diff --git a/hbase-shaded/hbase-shaded-mapreduce/pom.xml 
b/hbase-shaded/hbase-shaded-mapreduce/pom.xml
index 7474d15..44b9fbb 100644
--- a/hbase-shaded/hbase-shaded-mapreduce/pom.xml
+++ b/hbase-shaded/hbase-shaded-mapreduce/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>hbase-shaded</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>2.4.3</version>
+        <version>2.4.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-shaded-mapreduce</artifactId>
diff --git a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml 
b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
index 0b350b7..5f269b0 100644
--- a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hbase</groupId>
     <artifactId>hbase-build-configuration</artifactId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../../hbase-build-configuration</relativePath>
   </parent>
 
diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml 
b/hbase-shaded/hbase-shaded-testing-util/pom.xml
index 02caf93..16cf554 100644
--- a/hbase-shaded/hbase-shaded-testing-util/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>hbase-shaded</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>2.4.3</version>
+        <version>2.4.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml 
b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
index b905b9e..14712a5 100644
--- a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>hbase-shaded-with-hadoop-check-invariants</artifactId>
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 6835d1b..2d1bef8 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase-build-configuration</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>2.4.3</version>
+        <version>2.4.3-SNAPSHOT</version>
         <relativePath>../hbase-build-configuration</relativePath>
     </parent>
     <artifactId>hbase-shaded</artifactId>
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index 566bf7b..f981d3a 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-shell</artifactId>
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 8ff0129..7499a21 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase-build-configuration</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>2.4.3</version>
+        <version>2.4.3-SNAPSHOT</version>
         <relativePath>../hbase-build-configuration</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 588a01b..cefe6ea 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-thrift</artifactId>
diff --git a/hbase-zookeeper/pom.xml b/hbase-zookeeper/pom.xml
index f183631..1978f4a 100644
--- a/hbase-zookeeper/pom.xml
+++ b/hbase-zookeeper/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase-build-configuration</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>2.4.3</version>
+    <version>2.4.3-SNAPSHOT</version>
     <relativePath>../hbase-build-configuration</relativePath>
   </parent>
   <artifactId>hbase-zookeeper</artifactId>
diff --git a/pom.xml b/pom.xml
index fbdcab8..674d0d6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>pom</packaging>
-  <version>2.4.3</version>
+  <version>2.4.3-SNAPSHOT</version>
   <name>Apache HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need

Reply via email to