This is an automated email from the ASF dual-hosted git repository.
toffer pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new 5d44375 Update POMs and CHANGES.txt for 1.3.4RC0
5d44375 is described below
commit 5d443750f65c9b17df23867964f48bbd07f9267d
Author: Francis Liu <[email protected]>
AuthorDate: Mon Apr 15 01:48:26 2019 +0000
Update POMs and CHANGES.txt for 1.3.4RC0
---
CHANGES.txt | 39 ++++++++++++++++++++++
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-checkstyle/pom.xml | 4 +--
hbase-client/pom.xml | 2 +-
hbase-common/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-it/pom.xml | 2 +-
hbase-prefix-tree/pom.xml | 2 +-
hbase-procedure/pom.xml | 2 +-
hbase-protocol/pom.xml | 2 +-
hbase-resource-bundle/pom.xml | 2 +-
hbase-rest/pom.xml | 2 +-
hbase-server/pom.xml | 2 +-
hbase-shaded/hbase-shaded-check-invariants/pom.xml | 2 +-
hbase-shaded/hbase-shaded-client/pom.xml | 2 +-
hbase-shaded/hbase-shaded-server/pom.xml | 2 +-
hbase-shaded/pom.xml | 2 +-
hbase-shell/pom.xml | 2 +-
hbase-testing-util/pom.xml | 2 +-
hbase-thrift/pom.xml | 2 +-
pom.xml | 2 +-
29 files changed, 68 insertions(+), 29 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 6aba7fb..70deb36 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,44 @@
HBase Change Log
+Release Notes - HBase - Version 1.3.4 04/14/2019
+
+** Sub-task
+ * [HBASE-21374] - Backport HBASE-21342 to branch-1
+ * [HBASE-21561] - Backport HBASE-21413 (Empty meta log doesn't get split
when restart whole cluster) to branch-1
+ * [HBASE-21711] - Remove references to git.apache.org/hbase.git
+ * [HBASE-21748] - Port HBASE-21738 (Remove all the CLSM#size operation in
our memstore because it's an quite time consuming.) to branch-1
+ * [HBASE-22152] - Create a jenkins file for yetus to processing GitHub PR
+
+** Bug
+ * [HBASE-20911] - correct Swtich/case indentation in formatter template
for eclipse
+ * [HBASE-20912] - Add import order config in dev support for eclipse
+ * [HBASE-21135] - Build fails on windows as it fails to parse windows path
during license check
+ * [HBASE-21196] - HTableMultiplexer clears the meta cache after every put
operation
+ * [HBASE-21475] - Put mutation (having TTL set) added via co-processor is
retrieved even after TTL expires
+ * [HBASE-21492] - CellCodec Written To WAL Before It's Verified
+ * [HBASE-21547] - Precommit uses master flaky list for other branches
+ * [HBASE-21766] - TestSimpleRpcScheduler is flaky (branch-1)
+ * [HBASE-22058] - upgrade thrift dependency to 0.9.3.1 on branches 1.4,
1.3 and 1.2
+ * [HBASE-22067] - Fix log line in StochasticLoadBalancer when balancer is
an ill-fit for cluster size
+ * [HBASE-22070] - Checking restoreDir in RestoreSnapshotHelper
+ * [HBASE-22106] - Log cause of the failure when coprocessor specification
parsing fails.
+ * [HBASE-22125] - Fix more instances in make_rc.sh where we need
-Dhttps.protocols=TLSv1.2
+
+** New Feature
+ * [HBASE-21926] - Profiler servlet
+
+** Improvement
+ * [HBASE-21818] - Incorrect list item in javadoc
+
+** Test
+ * [HBASE-21963] - Add a script for building and verifying release candidate
+
+** Task
+ * [HBASE-21685] - Change repository urls to Gitbox
+ * [HBASE-21687] - Update Findbugs Maven Plugin to 3.0.4 to work with Maven
3.6.0+ [branches-1]
+ * [HBASE-21853] - update copyright notices to 2019
+
+
Release Notes - HBase - Version 1.3.3 12/21/2018
** Sub-task
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index 8476a01..fa88227 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>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml
b/hbase-archetypes/hbase-archetype-builder/pom.xml
index f603954..2aa6c23 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>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-archetypes/hbase-client-project/pom.xml
b/hbase-archetypes/hbase-client-project/pom.xml
index f07d6bb..1eb6736 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>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</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 c22d682..85a88ad 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>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-client-project</artifactId>
diff --git a/hbase-archetypes/pom.xml b/hbase-archetypes/pom.xml
index b828dba..9fa73fd 100644
--- a/hbase-archetypes/pom.xml
+++ b/hbase-archetypes/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 92aa297..efc7cc2 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-assembly</artifactId>
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index d8e3672..d4590e2 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -24,14 +24,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-checkstyle</artifactId>
-<version>1.3.4-SNAPSHOT</version>
+<version>1.3.4</version>
<name>Apache HBase - Checkstyle</name>
<description>Module to hold Checkstyle properties for HBase.</description>
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index cca43c2..45b49b2 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index c67ac35..ffa4004 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index b26c64f..2698a89 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-examples</artifactId>
diff --git a/hbase-external-blockcache/pom.xml
b/hbase-external-blockcache/pom.xml
index c82cdc0..91683ea 100644
--- a/hbase-external-blockcache/pom.xml
+++ b/hbase-external-blockcache/pom.xml
@@ -25,7 +25,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-external-blockcache</artifactId>
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index bc60632..17a876d 100644
--- a/hbase-hadoop-compat/pom.xml
+++ b/hbase-hadoop-compat/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index caa0c6c..1997a9c 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 9daf143..0a807f6 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml
index 9206cc1..bc22dcd 100644
--- a/hbase-prefix-tree/pom.xml
+++ b/hbase-prefix-tree/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml
index 62d6e73..89b5eea 100644
--- a/hbase-procedure/pom.xml
+++ b/hbase-procedure/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 9f6fa42..749c01c 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml
index 540aa49..d4ddbb4 100644
--- a/hbase-resource-bundle/pom.xml
+++ b/hbase-resource-bundle/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 3f0ec80..60ed23d 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -25,7 +25,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-rest</artifactId>
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 05788c8..df2340b 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</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 fa0167b..563f728 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>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hbase-shaded-check-invariants</artifactId>
diff --git a/hbase-shaded/hbase-shaded-client/pom.xml
b/hbase-shaded/hbase-shaded-client/pom.xml
index 196f519..9edecd0 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>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-client</artifactId>
diff --git a/hbase-shaded/hbase-shaded-server/pom.xml
b/hbase-shaded/hbase-shaded-server/pom.xml
index dc8be22..51033e4 100644
--- a/hbase-shaded/hbase-shaded-server/pom.xml
+++ b/hbase-shaded/hbase-shaded-server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>hbase-shaded</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-server</artifactId>
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 8b0551c..72d3e45 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded</artifactId>
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index 726b1ab..1994061 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shell</artifactId>
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index b33f1d5..c60a5f2 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-testing-util</artifactId>
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index a88e21a..ba24480 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-thrift</artifactId>
diff --git a/pom.xml b/pom.xml
index 1d77024..ab0009b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<packaging>pom</packaging>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.4</version>
<name>Apache HBase</name>
<description>
Apache HBase™ is the Hadoop database. Use it when you need