Repository: hbase
Updated Branches:
  refs/heads/master 000a84cb4 -> 641c87ddf


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/641c87dd
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/641c87dd
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/641c87dd

Branch: refs/heads/master
Commit: 641c87ddf93f88758b5db0b5b506ec53dc826a62
Parents: 000a84c
Author: Sakthi <[email protected]>
Authored: Tue Mar 13 23:40:09 2018 -0700
Committer: Peter Somogyi <[email protected]>
Committed: Wed Mar 14 08:23:16 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/641c87dd/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

Reply via email to