Skip to content

Commit 8382f55

Browse files
committed
Preparing hbase release 2.4.12RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
Signed-off-by: Andrew Purtell <[email protected]>
1 parent 6d3b583 commit 8382f55

File tree

46 files changed

+139
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+139
-45
lines changed

CHANGES.md

+74
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,80 @@
2020
# Be careful doing manual edits in this file. Do not change format
2121
# of release header or remove the below marker. This file is generated.
2222
# DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
23+
## Release 2.4.12 - Unreleased (as of 2022-04-30)
24+
25+
26+
27+
### IMPROVEMENTS:
28+
29+
| JIRA | Summary | Priority | Component |
30+
|:---- |:---- | :--- |:---- |
31+
| [HBASE-26961](https://issues.apache.org/jira/browse/HBASE-26961) | cache region locations when getAllRegionLocations() for branch-2.4+ | Minor | Client |
32+
| [HBASE-26860](https://issues.apache.org/jira/browse/HBASE-26860) | Backport "HBASE-25681 Add a switch for server/table queryMeter" to branch-2.4 | Major | . |
33+
| [HBASE-26980](https://issues.apache.org/jira/browse/HBASE-26980) | Update javadoc of BucketCache.java | Trivial | documentation |
34+
| [HBASE-26581](https://issues.apache.org/jira/browse/HBASE-26581) | Add metrics around failed replication edits | Minor | metrics, Replication |
35+
| [HBASE-26971](https://issues.apache.org/jira/browse/HBASE-26971) | SnapshotInfo --snapshot param is marked as required even when trying to list all snapshots | Minor | . |
36+
| [HBASE-26618](https://issues.apache.org/jira/browse/HBASE-26618) | Involving primary meta region in meta scan with CatalogReplicaLoadBalanceSimpleSelector | Minor | meta replicas |
37+
| [HBASE-26885](https://issues.apache.org/jira/browse/HBASE-26885) | The TRSP should not go on when it get a bogus server name from AM | Major | proc-v2 |
38+
| [HBASE-26872](https://issues.apache.org/jira/browse/HBASE-26872) | Load rate calculator for cost functions should be more precise | Major | Balancer |
39+
| [HBASE-26832](https://issues.apache.org/jira/browse/HBASE-26832) | Avoid repeated releasing of flushed wal entries in AsyncFSWAL#syncCompleted | Major | wal |
40+
| [HBASE-26878](https://issues.apache.org/jira/browse/HBASE-26878) | TableInputFormatBase should cache RegionSizeCalculator | Minor | . |
41+
| [HBASE-26175](https://issues.apache.org/jira/browse/HBASE-26175) | MetricsHBaseServer should record all kinds of Exceptions | Minor | metrics |
42+
| [HBASE-26858](https://issues.apache.org/jira/browse/HBASE-26858) | Refactor TestMasterRegionOnTwoFileSystems to avoid dead loop | Major | test |
43+
| [HBASE-26848](https://issues.apache.org/jira/browse/HBASE-26848) | Set java.io.tmpdir on mvn command when running jenkins job | Major | jenkins, test |
44+
| [HBASE-26680](https://issues.apache.org/jira/browse/HBASE-26680) | Close and do not write trailer for the broken WAL writer | Major | wal |
45+
| [HBASE-26720](https://issues.apache.org/jira/browse/HBASE-26720) | ExportSnapshot should validate the source snapshot before copying files | Major | snapshots |
46+
| [HBASE-26275](https://issues.apache.org/jira/browse/HBASE-26275) | update error message when executing deleteall with ROWPREFIXFILTER in meta table | Minor | shell |
47+
48+
49+
### BUG FIXES:
50+
51+
| JIRA | Summary | Priority | Component |
52+
|:---- |:---- | :--- |:---- |
53+
| [HBASE-26917](https://issues.apache.org/jira/browse/HBASE-26917) | Do not add --threads when running 'mvn site' | Major | build, scripts |
54+
| [HBASE-26941](https://issues.apache.org/jira/browse/HBASE-26941) | LocalHBaseCluster.waitOnRegionServer should not call join while interrupted | Critical | test |
55+
| [HBASE-26944](https://issues.apache.org/jira/browse/HBASE-26944) | Possible resource leak while creating new region scanner | Major | . |
56+
| [HBASE-26895](https://issues.apache.org/jira/browse/HBASE-26895) | on hbase shell, 'delete/deleteall' for a columnfamily is not working | Major | shell |
57+
| [HBASE-26901](https://issues.apache.org/jira/browse/HBASE-26901) | delete with null columnQualifier occurs NullPointerException when NewVersionBehavior is on | Major | Deletes, Scanners |
58+
| [HBASE-26880](https://issues.apache.org/jira/browse/HBASE-26880) | Misspelling commands in hbase shell will crash the shell | Minor | shell |
59+
| [HBASE-26924](https://issues.apache.org/jira/browse/HBASE-26924) | [Documentation] Fix log parameter error and spelling error | Trivial | logging |
60+
| [HBASE-26811](https://issues.apache.org/jira/browse/HBASE-26811) | Secondary replica may be disabled for read incorrectly forever | Major | read replicas |
61+
| [HBASE-26812](https://issues.apache.org/jira/browse/HBASE-26812) | ShortCircuitingClusterConnection fails to close RegionScanners when making short-circuited calls | Critical | . |
62+
| [HBASE-26838](https://issues.apache.org/jira/browse/HBASE-26838) | Junit jar is not included in the hbase tar ball, causing issues for some hbase tools that do rely on it | Major | integration tests, tooling |
63+
| [HBASE-26871](https://issues.apache.org/jira/browse/HBASE-26871) | shaded mapreduce and shaded byo-hadoop client artifacts contains no classes | Blocker | integration tests, jenkins, mapreduce |
64+
| [HBASE-26896](https://issues.apache.org/jira/browse/HBASE-26896) | list\_quota\_snapshots fails with ‘ERROR NameError: uninitialized constant Shell::Commands::ListQuotaSnapshots::TABLE’ | Major | shell |
65+
| [HBASE-26718](https://issues.apache.org/jira/browse/HBASE-26718) | HFileArchiver can remove referenced StoreFiles from the archive | Major | Compaction, HFile, snapshots |
66+
| [HBASE-26864](https://issues.apache.org/jira/browse/HBASE-26864) | SplitTableRegionProcedure calls openParentRegions() at a wrong state during rollback. | Major | Region Assignment |
67+
| [HBASE-26876](https://issues.apache.org/jira/browse/HBASE-26876) | Use toStringBinary for rowkey in RegionServerCallable error string | Minor | . |
68+
| [HBASE-26875](https://issues.apache.org/jira/browse/HBASE-26875) | RpcRetryingCallerImpl translateException ignores return value of recursive call | Minor | . |
69+
| [HBASE-26869](https://issues.apache.org/jira/browse/HBASE-26869) | RSRpcServices.scan should deep clone cells when RpcCallContext is null | Major | regionserver |
70+
71+
72+
### SUB-TASKS:
73+
74+
| JIRA | Summary | Priority | Component |
75+
|:---- |:---- | :--- |:---- |
76+
| [HBASE-26932](https://issues.apache.org/jira/browse/HBASE-26932) | Skip generating ref guide when running 'mvn site' on branch other than master | Major | build, pom |
77+
| [HBASE-26928](https://issues.apache.org/jira/browse/HBASE-26928) | Fix several indentation problems | Major | . |
78+
| [HBASE-26922](https://issues.apache.org/jira/browse/HBASE-26922) | Fix LineLength warnings as much as possible if it can not be fixed by spotless | Major | . |
79+
| [HBASE-26929](https://issues.apache.org/jira/browse/HBASE-26929) | Upgrade surefire plugin to 3.0.0-M6 | Major | pom, test |
80+
| [HBASE-26916](https://issues.apache.org/jira/browse/HBASE-26916) | Fix missing braces warnings in DefaultVisibilityExpressionResolver | Major | . |
81+
| [HBASE-26919](https://issues.apache.org/jira/browse/HBASE-26919) | Rewrite the counting rows part in TestFromClientSide4 | Major | test |
82+
| [HBASE-26920](https://issues.apache.org/jira/browse/HBASE-26920) | Fix missing braces warnings in TestProcedureMember | Major | test |
83+
| [HBASE-26921](https://issues.apache.org/jira/browse/HBASE-26921) | Rewrite the counting cells part in TestMultiVersions | Major | test |
84+
85+
86+
### OTHER:
87+
88+
| JIRA | Summary | Priority | Component |
89+
|:---- |:---- | :--- |:---- |
90+
| [HBASE-26882](https://issues.apache.org/jira/browse/HBASE-26882) | Backport "HBASE-26810 Add dynamic configuration support for system coprocessors" to branch-2 | Major | Coprocessors, master, regionserver |
91+
| [HBASE-26903](https://issues.apache.org/jira/browse/HBASE-26903) | Bump httpclient from 4.5.3 to 4.5.13 | Minor | . |
92+
| [HBASE-26902](https://issues.apache.org/jira/browse/HBASE-26902) | Bump bcprov-jdk15on from 1.60 to 1.67 | Minor | . |
93+
| [HBASE-26834](https://issues.apache.org/jira/browse/HBASE-26834) | Adapt ConnectionRule for both sync and async connections | Major | test |
94+
| [HBASE-26861](https://issues.apache.org/jira/browse/HBASE-26861) | Fix flaky TestSnapshotFromMaster.testSnapshotHFileArchiving | Major | snapshots, test |
95+
96+
2397
## Release 2.4.11 - 2022-03-21
2498

2599

RELEASENOTES.md

+20
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@
2020
# Be careful doing manual edits in this file. Do not change format
2121
# of release header or remove the below marker. This file is generated.
2222
# DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
23+
# HBASE 2.4.12 Release Notes
24+
25+
These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
26+
27+
28+
---
29+
30+
* [HBASE-26581](https://issues.apache.org/jira/browse/HBASE-26581) | *Minor* | **Add metrics around failed replication edits**
31+
32+
Adds new metrics sink.failedBatches and source.failedBatches to replication metrics, allowing one to track failures on both sides of a replication stream. As with other source metrics, the new source.failedBatches is reported globally and by peer id.
33+
34+
35+
---
36+
37+
* [HBASE-26618](https://issues.apache.org/jira/browse/HBASE-26618) | *Minor* | **Involving primary meta region in meta scan with CatalogReplicaLoadBalanceSimpleSelector**
38+
39+
When META replica LoadBalance mode is enabled at client-side, clients will try to read from one META region first. If META location is from any non-primary META regions, in case of errors, it will fall back to the primary META region.
40+
41+
42+
2343
# HBASE 2.4.11 Release Notes
2444

2545
These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.

hbase-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-archetypes/hbase-archetype-builder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase-archetypes</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>2.4.12-SNAPSHOT</version>
28+
<version>2.4.12</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

hbase-archetypes/hbase-client-project/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>hbase-archetypes</artifactId>
2828
<groupId>org.apache.hbase</groupId>
29-
<version>2.4.12-SNAPSHOT</version>
29+
<version>2.4.12</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>hbase-client-project</artifactId>

hbase-archetypes/hbase-shaded-client-project/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>hbase-archetypes</artifactId>
2828
<groupId>org.apache.hbase</groupId>
29-
<version>2.4.12-SNAPSHOT</version>
29+
<version>2.4.12</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>hbase-shaded-client-project</artifactId>

hbase-archetypes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase-build-configuration</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>2.4.12-SNAPSHOT</version>
27+
<version>2.4.12</version>
2828
<relativePath>../hbase-build-configuration</relativePath>
2929
</parent>
3030

hbase-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-assembly</artifactId>

hbase-asyncfs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase-build-configuration</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>2.4.12-SNAPSHOT</version>
27+
<version>2.4.12</version>
2828
<relativePath>../hbase-build-configuration</relativePath>
2929
</parent>
3030

hbase-build-configuration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-checkstyle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hbase</groupId>
2626
<artifactId>hbase-checkstyle</artifactId>
27-
<version>2.4.12-SNAPSHOT</version>
27+
<version>2.4.12</version>
2828
<name>Apache HBase - Checkstyle</name>
2929
<description>Module to hold Checkstyle properties for HBase.</description>
3030
<!--REMOVE-->
3131

3232
<parent>
3333
<artifactId>hbase</artifactId>
3434
<groupId>org.apache.hbase</groupId>
35-
<version>2.4.12-SNAPSHOT</version>
35+
<version>2.4.12</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

hbase-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase-build-configuration</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>2.4.12-SNAPSHOT</version>
27+
<version>2.4.12</version>
2828
<relativePath>../hbase-build-configuration</relativePath>
2929
</parent>
3030

hbase-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-endpoint/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-endpoint</artifactId>

hbase-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-examples</artifactId>

hbase-external-blockcache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase-build-configuration</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>2.4.12-SNAPSHOT</version>
28+
<version>2.4.12</version>
2929
<relativePath>../hbase-build-configuration</relativePath>
3030
</parent>
3131
<artifactId>hbase-external-blockcache</artifactId>

hbase-hadoop-compat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-hadoop2-compat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>hbase-build-configuration</artifactId>
2323
<groupId>org.apache.hbase</groupId>
24-
<version>2.4.12-SNAPSHOT</version>
24+
<version>2.4.12</version>
2525
<relativePath>../hbase-build-configuration</relativePath>
2626
</parent>
2727

hbase-hbtop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase-build-configuration</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>2.4.12-SNAPSHOT</version>
28+
<version>2.4.12</version>
2929
<relativePath>../hbase-build-configuration</relativePath>
3030
</parent>
3131
<artifactId>hbase-hbtop</artifactId>

hbase-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-http</artifactId>

hbase-it/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase-build-configuration</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>2.4.12-SNAPSHOT</version>
28+
<version>2.4.12</version>
2929
<relativePath>../hbase-build-configuration</relativePath>
3030
</parent>
3131

hbase-mapreduce/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase-build-configuration</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>2.4.12-SNAPSHOT</version>
27+
<version>2.4.12</version>
2828
<relativePath>../hbase-build-configuration</relativePath>
2929
</parent>
3030
<artifactId>hbase-mapreduce</artifactId>

hbase-metrics-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-procedure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-protocol-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-protocol-shaded</artifactId>

hbase-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-protocol</artifactId>

hbase-replication/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase-build-configuration</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>2.4.12-SNAPSHOT</version>
27+
<version>2.4.12</version>
2828
<relativePath>../hbase-build-configuration</relativePath>
2929
</parent>
3030
<artifactId>hbase-replication</artifactId>

hbase-resource-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-rest</artifactId>

hbase-rsgroup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-rsgroup</artifactId>

hbase-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase-build-configuration</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>2.4.12-SNAPSHOT</version>
26+
<version>2.4.12</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-server</artifactId>

0 commit comments

Comments
 (0)