Repository: hbase Updated Branches: refs/heads/branch-1.4 267bce059 -> 95d16a5ff
Revert "Fixed typo in Required Java Version error message while building HBase" - missing jira number This reverts commit 267bce0590c39570ddb935921e34bda35e3aa44c. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/37d46fcf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/37d46fcf Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/37d46fcf Branch: refs/heads/branch-1.4 Commit: 37d46fcf85da772a06da29d9add8a0652330f6c5 Parents: 267bce0 Author: Peter Somogyi <[email protected]> Authored: Wed Mar 14 11:51:27 2018 +0100 Committer: Peter Somogyi <[email protected]> Committed: Wed Mar 14 11:51:27 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/37d46fcf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7508fd4..01be64c 100644 --- a/pom.xml +++ b/pom.xml @@ -871,7 +871,7 @@ <requireJavaVersion> <version>[${java.min.version},)</version> <message>Java is out of date. - HBase requires at least version ${java.min.version} of the JDK to properly build from source. + HBase requirs at least version ${java.min.version} of the JDK to properly build from source. You appear to be using an older version. You can use either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. See the reference guide on building for more information: http://hbase.apache.org/book.html#build
