HBASE-20189 Fixed typo in Required Java Version error message while building HBase
Signed-off-by: Umesh Agashe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/56508538 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/56508538 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/56508538 Branch: refs/heads/master Commit: 56508538307f119ecc0147ff167d727b6004bd27 Parents: 7b0a2aa Author: Sakthi <[email protected]> Authored: Tue Mar 13 23:40:09 2018 -0700 Committer: Peter Somogyi <[email protected]> Committed: Wed Mar 14 11:46:46 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/56508538/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8057fc2..8c84cbc 100755 --- a/pom.xml +++ b/pom.xml @@ -1038,7 +1038,7 @@ <requireJavaVersion> <version>[${java.min.version},)</version> <message>Java is out of date. - HBase requirs at least version ${java.min.version} of the JDK to properly build from source. + HBase requires 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
