Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 1c46250be -> e4c0c97d4


Revert "Fixed typo in Required Java Version error message while building HBase" 
- missing jira number

This reverts commit 1c46250bef9ef9be9c255d61bda69ff7792ed551.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/14a86982
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/14a86982
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/14a86982

Branch: refs/heads/branch-1.2
Commit: 14a869828fe481697d29b2d6e4135e8026039a38
Parents: 1c46250
Author: Peter Somogyi <[email protected]>
Authored: Wed Mar 14 11:53:04 2018 +0100
Committer: Peter Somogyi <[email protected]>
Committed: Wed Mar 14 11:53:04 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/14a86982/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0befa32..5796885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -878,7 +878,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

Reply via email to